Search found 4 matches

by OstCode
29.08.2006, 12:52
Forum: Firebird
Topic: copy mysql data to firebird
Replies: 6
Views: 2758

hi! @ mdaems: i already tryed to generate the sql statement bycode. its the same farce :( tryed diff ways: a. generate a single insert command and execute every loopstep b. generate a big insert command (>1 valuelines) execute after loop. nothing different. :( aaah yes its different..5 datasets beco...
by OstCode
28.08.2006, 22:52
Forum: Firebird
Topic: copy mysql data to firebird
Replies: 6
Views: 2758

copy mysql data to firebird

actually my problem is: i want to "copy" some columns of an mysql (5.x) server to an firebird database. for that i have the following little script: while not mysqlquery.eof do begin iboqry.params.clear; iboqry.sql.clear; sql:="insert into tmp(id,date) values (:id,:date);"; iboqr...
by OstCode
24.08.2006, 14:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos Access failed mysql connection
Replies: 2
Views: 778

thanks zippo for your answer! well your descr is very logical, but that wasnt the problem - the problem wasnt the ZEOSLib (missing dll or so)...first time i startet delphi, i blocked the networktraffic with this application,it wasnt clear to my why delphi explicit required network access... well.. n...
by OstCode
21.08.2006, 16:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos Access failed mysql connection
Replies: 2
Views: 778

Zeos Access failed mysql connection

hi folks! i have zeos dbo featuring mysql server 5. my problem is: i can regulary connect to the server by code. actually im working with quantum grids. for that i need to import all column fields in the object inspector. thats where my problem begins: when trying to import the column fields the obj...