Jump to content

MySQL UDF with W7 X64


Recommended Posts

Hi
 
I developed a software autoit using MySQL UDF (of cdkid).
The original development was done under Windows 7 x86 with ODBC 3.51.28 (mysql-connector-odbc-3.51.28-win32) but I just switch to Windows 7 X64 and then nothing works: not launch the program can not establish the connection by autoit. But the SQL server works fine (management with PHPMYADMIN + MySQL Workbench).
 
To all launches I see:
 
"[...] Line 27 (File .... mysql.au3)
$ Objeconn.open ("driver = ..............................) ^ ERROR
Error The requested action with this object Has Failed "
 
Can you help me?
Which version is compatible X64?
If my library (MySQL UDF - cdkid) is not compatible X64, you can advise me which one?
Should the new library does not demand too much change in the software ...
 
Thank you to you :)
 

post-54423-0-97788200-1374964463_thumb.p

======> Tomy ... just for fun ;) <======

Link to comment
Share on other sites

What happens if you recompile your AutoIt application as x86 and use your 32-bit driver?

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

With odbc 3.51.28 32bit + compilation in 32 too, 'Error: the requested actions with this object Has Failed "
Same thing when I spend all x64: Compilation x64 + x64 drivers: Even mistake ...
 
If I compile in x64 and takx32 driver my back test error on the SQL connection told me he misses the driver ...
Ditto if I do the same thing with a compilation driver 32bit + x64 ...
 
With version "magic" : mysql-connector-odbc-3.51.28-win64
I combined the two cases: 32bit and x64 compilation with the same message at the start: "Error: the requested actions with this object Has Failed"
 
As a program of more than 10,000 lines made ​​in the course of my business, if there is a compatible X64 MySQL UDF and not requiring too much change, I'm interested.
 
I await your opinion :)

======> Tomy ... just for fun ;) <======

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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