On Sat, 29 Nov 2003 01:00:34 GMT, Dennis Lee Bieber wrote:
Does anybody know any working example of using embedded MySQL library
for Win32 (libmysqld.dll)? That example from MySQL manual does not
work for me. I am looking for Python API to libmysqld.dll...
If I understand my book (hmmm, looks like New Riders has beenDoes anybody know any working example of using embedded MySQL library
for Win32 (libmysqld.dll)? That example from MySQL manual does not
work for me. I am looking for Python API to libmysqld.dll...
swallowed by SAMS and renamed to "Developer's Library"), that DLL would
have to be specified to the linker in place of the regular client
protocol library. If so, to get Python to use it will likely require
rebuilding the MySQLdb modules changing the linkage option.
server... :( MySQL.Connect(host=...)???? There is no example nor
explanation. Not at all.
--
JZ