cancel
Showing results for 
Search instead for 
Did you mean: 

invalid user name and/or password in php's odbc_connect used for db connection

Former Member
0 Kudos

For my practice management software, for the older version, I had a simple php script written to connect to its database using oddc_connect. The database is SQL anywhere and the connection string used by me was odbc_connect("dental", "dba","sql").

But with the latest version of the practice management software that I'd installed, on running the same php script, I get a message "...the user name and/or password is invalid". I don't recall changing any dba password during the installation process. Also, the database is still the same and hasn't changed. Also, I don't see any system or user level odbc drivers under odbc management panel.

So do I need to download and setup the odbc driver? is there some extra authentication added by practice management software application that I need to account for in my connection command? Thanks for the help!

Accepted Solutions (0)

Answers (1)

Answers (1)

kaus19d
Active Contributor
0 Kudos

Hi ,

I think the below can be helpful,

Let know after checking properly the contents of the above links whether you find your solution or not.

Thanks,

Kaushik