Does anyone have some sample code for connecting to a MYSQL DB running on a WIn2K PC - i know there's the ICE tutes but I was looking for one using the libmysql.dll library or something similar.
FK
FK
Hi freddyk
I have done this with the Win95 version of the
MySQL package. Using both the MySQLAdmin program
and a crude effort using C. Is this what you
mean or do you want to do something with Win32ASM?
If this is what you want to do, I would also be
interested in learning/helping with this. Let
me know!
Farrier
I have done this with the Win95 version of the
MySQL package. Using both the MySQLAdmin program
and a crude effort using C. Is this what you
mean or do you want to do something with Win32ASM?
If this is what you want to do, I would also be
interested in learning/helping with this. Let
me know!
Farrier
Looking for Win32Asm version - I dont know much of C++ (which is what the src is in) so I am baffled as to the calling parameters (which is all i really need - ive just made a .lib with TASM and imported the calls, but dont know the function params so get errors). Is you Win95 stuff in C (not ++) as i could probably convert that.
FK
FK
freddyk,
These files were included with the Win95
distribution I downloaded from MySQL.com
This may be enough for you to get started. I'll
work on it when I get some time. Let me know if
you make any progress, or if I can help in any
way!
Farrier
These files were included with the Win95
distribution I downloaded from MySQL.com
This may be enough for you to get started. I'll
work on it when I get some time. Let me know if
you make any progress, or if I can help in any
way!
Farrier
Yes that source has the stuff I need - Ill convert it and UL one day. The MYSQL struct is what was missing from my stuff.
FK
FK
I passed the code on to someone I know and they've made some src for it (in TASM though)
http://james.ezylink.net.au
The demo mySQL is on the front page
FK
http://james.ezylink.net.au
The demo mySQL is on the front page
FK