Forum Moderators: phranque
My primary concern is with the database, as I understand it you can't use an access database, which is fine with me, but how hard is it to convert an access database to one which I can use with Chili!Soft?
Are there any other issues I should concern myself with, in regards to changing hosts?
Thanks.
It is several versions behind MS's version of ASP so a lot of the things you can do in current ASP Classic and certainly ASP.NET are simply not possible with Sun One ASP.
Here's one example. You can only call built-in COM objects so if you have plans to use any third-party COM objects, like JMail or AspMail, you won't be able to.
If your database calls to MySQL don't use the built-in ADODB.Connection COM object you won't be able to use it. I know nothing about MySQL so I don't know if it requires third-party COM objects so pardon me if I'm raising an undue alarm on this issue. If you're using MS SQL Server I know from personal experience there are very few issues.
In all honesty, and if you can afford it, I'd change to a host that supports MS's ASP.