Jump to content

Recommended Posts

Posted

i dun have idea too, tryed everything what they said in MySQL UDF's topic.. like using Autoit beta to comply or run it, tryed some modification what ppl posted there.... and really annoyed because dun wanna work...

  • 4 weeks later...
Posted

I also get Error 2 when running:

$sqlcon = _MySqlConnect ('myusername', 'mypassword', 'accountrequest', 'domain:port', 'MySQL ODBC 3.51 Driver')
If Not @error Then
    _AddRecord ($sqlcon, 'account', $value1, $value2)
Else
    MsgBox(16, "Error", "_MySqlConnect() returned @error = " & @error)
EndIf

I downloaded and installed the ODBC driver...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...