Recent content by panoss

  1. P

    MySQL connection raises Error 429 activex can't create object

    Yes it raises the same error. Anyway, I gave up ADO, it doesn't work in this pc. I made it nice with DAO!! : Public Function InitConnect() As Boolean On Error GoTo ErrHandler Dim dbCurrent As DAO.Database Dim qdf As DAO.queryDef Dim rst As DAO.Recordset ServerAddress =...
  2. P

    MySQL connection raises Error 429 activex can't create object

    With 'Server': Error 424, object required. Without 'Server', the good old Error 429.
  3. P

    MySQL connection raises Error 429 activex can't create object

    I registered some dlls: Dao360.dll scrrun.dll jscript.dll vbscript.dll wshom.ocx msxml3.dll shell32.dll OLEAUT32.DLL Reinstalled MDAC from XP cd. I repaired ms Access 2007 (Control Panel -> Add remove Programs -> MS Office Change -> Repair). Also I reinstalled the whole office, but no...
  4. P

    MySQL connection raises Error 429 activex can't create object

    I 'm trying to connect to MySQL database in Access 2007 Win Xp. Dim strDataBaseName As String Dim strDBCursorType As String Dim strDBLockType As String Dim strDBOptions As String Dim rs As ADODB.Recordset Dim cn As ADODB.Connection On Error GoTo...
Back
Top Bottom