hai everyone..i'm still beginner in this ASP..
jus wanna know is it ok if i used MySQL as database? can anyone teach..
really needs ur helps and guides..thanx alot guys..

:)

Recommended Answers

All 3 Replies

Ooooh yes you can

Here's a working connectionstring:

Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DRIVER={MySQL ODBC 5.1 Driver}; SERVER=localhost; DATABASE=<yourdatabasename>; UID=<yourusername>; PWD=<yourpassword>;"


Change SERVER=localhost if your database is placed somewhere else.
You can download all of the drivers from mysql.com. You may have to setup an DSN connector for the drivers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.