Jump to content

Stormrage

Members
  • Posts

    17
  • Joined

  • Last visited

About Stormrage

  • Birthday 04/01/1987

Profile Information

  • Location
    Hungary
  • Interests
    Music

Stormrage's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thanks again:) I'm just learning how to use AutoIt and the MySQL UDF together and best way to learn to see examples (and also the official mysql api for the function descriptions and so on)
  2. ohh, another problem occured (and sorry for pm) mysql.au3 (460) : ==> Variable used without being declared.: If Not $MySQL_ptr Then Return SetError(3,0,0) If Not ^ ERROR >Exit code: 1 Time: 24.118 when i run the test.au3 in your package
  3. thanks for the reply, im looking forward.
  4. Hi! i got a problem with the example script of _MySQL UDF $query = "SELECT * FROM vp_nameparts;" _MySQL_Real_Query($MysqlConn, $query) $res = _MySQL_Store_Result($MysqlConn) $fields = _MySQL_Num_Fields($res) $rows = _MySQL_Num_Rows($res) MsgBox(0, "", "rows: " & $rows & " fields: " & $fields) Problem is that, it returns me rows 2928349283492983489 or something like that, when i have exctly 22 rows in total. so i cant really work with it :S any idea how to resolve it?
  5. UP! Great update,but with the newest MySQL ODBC Driver still gives error (number 2, which means script cant connect to ODBC, newest is 3.51.17, at least at me this occours, but im absoludly not sure if really this is the problem)
  6. 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...
  7. its exactly what you told in script
  8. yes, its returning @error = 2 and i have installed with that installer the mysql-connector-odbc-3.51.17-win32 now tryed with your code, but im still gettin the same (i tryed it with several mysql server)
  9. okay, but what now then? :S
  10. dun have such exe running, not even installed with Mysql ODBC driver... just get to error reporting, but oculdnt make connection yet
  11. WoW Clicksaver for those, who dont wanna spam a specific key while raids or simply dun wanna get his finger hurts. WoW Click Saver (Source) WoW Click Saver Screenshot:
  12. finally!!!!!!!!! finally made it work, i got error 2
  13. yes, i have installed MySQL ODBC driver and the problem is that, i cant run the script, because its givin the error, what ive posted above #include <mysql.au3> Opt("TrayIconDebug", 1) $value1 = "testusername" $value2 = "testpassword" $sqlcon = _MySqlConnect ('uname', 'pass', 'db, 'domain') If Not @error Then _AddRecord ($sqlcon, 'account', $value1, $value2) ; $dbs = _GetDbNames($sqlcon) ; For $i in $dbs ; MsgBox(0,'',$i) ; Next Else MsgBox(16, "Error", "_MySqlConnect() returned @error = " & @error) EndIf _MySQLEnd ($sqlcon) tryed to count db (it should work anyways, coz dun need update table) but thats not working too, no msg box appear as it should, only i got the error line in SciTE.
  14. problem is that, cant even "build" it, because i always got this error: and dunno how to run MySQL thingy, i installed it (full install), but couldn find any icon or so
  15. ? what/who is it/he/she? and where is that Easy to do list?
×
×
  • Create New...