Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OK, it appears to be a problem with myODBC 3.51.10.
They are working on a fix, untill then using driver 3.51.9 seems to solve the problem. Flemse On Mon, 10 Jan 2005 16:00:45 -0500, Flemse < wrote: I am trying to load data from Excel to MySQL. In PHP everything works fine , but in VB I get error 8000ffff, "Catastrophic failure". Sub XLtoMYSQL() Dim ConnectMySQL As String Dim conn As ADODB.Connection Set conn = New ADODB.Connection Set conn = CreateObject("ADODB.Connection") ConnectMySQL = _ "DRIVER={Mysql ODBC 3.51 Driver};" & _ "SERVER=myISPIP;DATABASE=myDatabase;" & _ "UID=myUsername;PWD=myPassword" conn.Open ConnectMySQL End Sub I spent all day trying to figure this out. Any ideas? Flemming |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel "data base engine failure"? | Excel Worksheet Functions | |||
mail merge "dialog engine failure" | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
vba weird messages - "catastrophic failure" | Excel Programming | |||
Catastrophic failure HELP!! | Excel Programming |