SQL error, [ODBC Driver Manager] Data source name not found

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sqyphp
Forum Newbie
Posts: 4
Joined: Thu Jun 13, 2002 12:22 am

SQL error, [ODBC Driver Manager] Data source name not found

Post by sqyphp »

I use odbc_connect() in PHP source,
whatever dns pass to function, always return error as the title.

I'm sure they exist, and I test the connection in ODBC Data Source Adminstrator, they are OK.

So, is there other reasons?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

is it a user or system DSN?
sqyphp
Forum Newbie
Posts: 4
Joined: Thu Jun 13, 2002 12:22 am

Thank valka

Post by sqyphp »

I create a system DSN, it's OK
Post Reply