Hi list,
How to use dsnless database connection for mysql.Currently i'm using dsn connection and it's very very slow:
Set Conn = Server.CreateObject("ADODB.Connection"
Conn.open "project"
Query = "select * from product"
Set RS= Conn.Execute(Query)
I write the same program in perl script and it takes around 3 seconds to load the page compare to asp which takes about 8 to 9 seconds..
My database is at same server, path = c:/mysql/data/online
The database name is online. Do i need to include the path for dwnless connection?
Thanks
Best Regards,
Parames.s
How to use dsnless database connection for mysql.Currently i'm using dsn connection and it's very very slow:
Set Conn = Server.CreateObject("ADODB.Connection"
Conn.open "project"
Query = "select * from product"
Set RS= Conn.Execute(Query)
I write the same program in perl script and it takes around 3 seconds to load the page compare to asp which takes about 8 to 9 seconds..
My database is at same server, path = c:/mysql/data/online
The database name is online. Do i need to include the path for dwnless connection?
Thanks
Best Regards,
Parames.s