[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] ASP and MySQL
- Subject: RE: [cobalt-users] ASP and MySQL
- From: "H.P. Noordam" <bno@xxxxxxxxx>
- Date: Tue Jul 15 07:37:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Hi All,
> Hi has anyone implemented ASP pages and ODBC connection to MySQL? If
someone wanted to > migrate MS SQL to MySQL and the pages are in ASP,
will this be possible.
> Thanks in advance.
> ~Elmer
Yes, i have several asp applications using mysql on a 550. I'm not
thrilled with the chiliasp implemtation, but it is stable. As long as
you use standard sql query's you should encounter little or no problems
on that part. Be warned however: the rest of your application can be a
pain, chiliasp uses an old vbscript version, and has incomplete support
for certain filesystem objects (fso.FileExists does not exist for
instance)
Bob.