Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Provider = MySQLProv - problems

Status
Not open for further replies.

sickpuppy

Technical User
Feb 22, 2001
40
0
0
GB
I am attempting to download an xml newsfeed into a mysql db but I am having trouble connecting to the db.

I am setting the conn using:

Set DbConn = Server.Createobject("adodb.connection")
DbConn.ConnectionString = "Provider='MySQLProv'

but this returns the following error:

ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
/intranet/news/TMP4f7q6pxz19.asp, line 25

I have been unable to find any useful info online to resolve this issue, has anyone come across this previously?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top