Search found 6 matches

by Da_eMCe
06.06.2008, 12:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [Newbe] Help needed.
Replies: 10
Views: 1875

Hi I just wanted to say that I did not forget about my homework, and I will do it eventually. But first I've got to change/add some new things in my program (it turns out my "boss" needs a little more complicated app than he thought), so if you still care I can make you an example program ...
by Da_eMCe
04.06.2008, 10:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [Newbe] Help needed.
Replies: 10
Views: 1875

Wow this is a nice concept :) Thanks for the idea I will try it for sure.

Nick.
by Da_eMCe
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...
by Da_eMCe
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...
by Da_eMCe
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...
by Da_eMCe
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...