Forums

This topic is locked

my SQL database connection from .asppage

Posted 24 Aug 2004 13:10:51
1
has voted
24 Aug 2004 13:10:51 thomas langer posted:
working with DW MX/2004
trying to get a connection from .asppage to mySQL database om webserver. Anyone can get me started please ? how to configure the DSN properly... Thanks alot. Thomas

Edited by - raadvad on 24 Aug 2004 13:11:35

Replies

Replied 30 Aug 2004 17:15:15
30 Aug 2004 17:15:15 Olaf Lederer replied:
i remember that was about a dsn-less connection...

Greetings from the Netherlands!
Olaf
_____________________
www.finalwebsites.com
Replied 09 Sep 2004 14:31:50
09 Sep 2004 14:31:50 the GH1 replied:
use custom query string for connection, name it whatever....and add string. you'll have to add your dbname userid and password

DRIVER={MySQL ODBC 3.51 Driver};Server=localhost;Database=yourdbname;UID=yourdbusername;pwd=yourdbpassword;

Reply to this topic