Plz send the code to connect my application with mysql
Plz send the code to connect my application with mysql
Hi
You can use TMySQL to connect MySQL and free.
Please search it in this Forum.
Regards,
Richard
Hi,
www.xtech.com.cn/setmysql.prg
Regards!
Shuming Wang
Dear Mr.Shuming Wang
Thanks for the samples and class.
Can you paste here a copy of the CLASS TMySqlServer
The Prg TMySql which you have posted above contains only the CLASS TMySQLRow
Regards
Anser
Dear MR.Daniel,
You are right, it is there. I am so sorry
Regards
Anser
Hi,
In's maybe a stuppid question, but is it possible to use MySQL and still use the same commands as for DBF-file (APPE, REPL , INDEX,...) or do we need to use SQL commands?
Thanks,
Marc
Marc
ADORdd has a lot of promise and was really my first stepping stone into working with the Enterprise databases .. you can download it from these forums ..
ADORdd works like any other rdd and you can use all your .dbf commands, .. take a look, read the code and kick the tires some.
Rick Lipkin
Thanks Rick,
I just downloaded ADORDD and will now test it.
Regards,
Marc
Application
===========
Path and name: D:\FWH\samples\mysql1.exe (32 bits)
Size: 1,442,816 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 02/23/09, 01:01:13
Error description: Error ADODB.Connection/0 S_OK: OPEN
Args:
[ 1] = C DRIVER={MySQL ODBC 3.51 Driver};server=www.freesql.org;database=test00;uid=myuser;pwd=mypass
Stack Calls
===========
Called from: => TOLEAUTO:OPEN(0)
Called from: adordd.prg => ADO_OPEN(241)
Called from: => DBUSEAREA(0)
Called from: mysql1.prg => MAIN(9)
Hi,
Tmysql without any setting , directly use.
Only link libmysql.lib (import from libmysql.dll ) and app.exe running time with libmysql.dll .
Shuming Wang
I have installed ODBC MySql 5.1 and then what do I config it?
Hi,
I'm still trying to install MySQL. 5.1 Is it possible to installed it on a VMWARE XP-Pro? I allway's get 'Error 0' at the end of configuring the database when it wants to start the service.
Regards,
Marc
Mark,
You could install Linux on vmware, as it may be much easier to set mysql, apache, etc. on Linux
Dutch,
Please try it with these connections values:
server=SQL06.FREEMYSQL.NET;database=fwppc;uid=fivetech;pwd=fivewin
the older one seems to be no longer available