Search found 6 matches
- 06.06.2008, 12:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [Newbe] Help needed.
- Replies: 10
- Views: 1875
- 04.06.2008, 10:16
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [Newbe] Help needed.
- Replies: 10
- Views: 1875
- 03.06.2008, 09:04
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [Newbe] Help needed.
- Replies: 10
- Views: 1875
Update: I managed to give the problem some time and I ended up with this code: while not Query.Eof do begin sql_q := 'INSERT INTO '+ins_tab+' VALUES('; for i:=0 to Query.Fields.Count-1 do begin sql_q := sql_q+Query.FieldByName(Query.Fields[i].FieldName).asString; if i <> Query.Fields.Count-1 then be...
- 03.06.2008, 08:26
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [Newbe] Help needed.
- Replies: 10
- Views: 1875
I did write some db applictaions before :) But using delphi and dbExpress components... My problem here is that I don't know the colmuns count or names. So I can't really use ZQuery.FieldByName()... And I promise I'll make U a Lazarus sample program (for your help) but first I got to finish this one...
- 02.06.2008, 17:32
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [Newbe] Help needed.
- Replies: 10
- Views: 1875
Dear Mark, at first I want to thank you for your interest in my problem, but I don't quite get what you're saying... I mean I can't work out how I m supposed to get a resultset of the ZQuery - should I use some kind of GetResultSet() function and store this in another variable or is it just one of Z...
- 01.06.2008, 13:48
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [Newbe] Help needed.
- Replies: 10
- Views: 1875
[Newbe] Help needed.
Hi there. I just started to use ZeosLib so I'll have to ask for your patience :) Here's the thing: I'm using ZEOSLIB_TESTING_REV368 with LAZARUS 0.9.24 beta and I have to write a console application with these two. The program should read an sql query from a text file and execute it on first MSSQL s...