Stormrage Posted July 30, 2007 Author Posted July 30, 2007 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...
CrewXp Posted August 23, 2007 Posted August 23, 2007 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...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now