MySQL Forums
Forum List  »  Connector/ODBC

Provider error '8000ffff'
Posted by: e.rigoli
Date: January 18, 2005 10:15AM

Hi to you all, I'm quite new in using mySQL, and I get a strange error message. I've moved my websites to a new server, and exported old mySQL db in .sql format.

After importing SQL everything seemed correct, and infact some websites (PHP/mySQL) perfectly work, only one (ASP/mySQL) doesn't and returns error:

Provider error '8000ffff'

Connection string is:

mySTRING = "DRIVER={MySQL ODBC 3.51 Driver};" & "SERVER=localhost;" & "DATABASE=mydb;" & "Uid=root;" & "Pwd=mypassword"

Error is at following line:

AreaBancaDati.ActiveConnection = mySTRING;

Sometimes I get also "too many connections" error or Catastrophic error.

I've just tried to reinstall mySQL and also updated MDAC, but nothing happened. So silly that same code that worked on previous server and now returns errors!!

Any idea/suggestion? Thanks in advance!

Options: ReplyQuote


Subject
Written By
Posted
Provider error '8000ffff'
January 18, 2005 10:15AM
January 20, 2005 12:23AM
January 20, 2005 01:21AM
January 20, 2005 07:21AM
January 20, 2005 07:28AM
January 21, 2005 02:25PM
January 27, 2005 09:45PM
January 28, 2005 09:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.