Search found 51 matches

by trob
16.04.2007, 13:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos Controls and Zeos DBO
Replies: 13
Views: 3923

Yeah, guess why... I think it's mainly the lack of developers. If you feel like starting a new components team, I don't think anybody would object, but for now we can't do it ourselves. Just give me a pm and we talk about it. Unfortunately i don't have enough skill to develop a good component, rath...
by trob
15.04.2007, 00:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos Controls and Zeos DBO
Replies: 13
Views: 3923

Why don't you develop the Controls anoymore?

Could you advise me a good and smart dbgrid from anywhere, what is compatible with ZDBO?
by trob
20.03.2007, 13:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Params before SQL
Replies: 5
Views: 1430

Köszi, de akkor már többe kerülne a leves, mint a hús... (nem tudom lenne ez angolul :) )

Thank you for your work and thinking...
by trob
20.03.2007, 11:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Params before SQL
Replies: 5
Views: 1430

I can save Blob without any problem.

I would like to set the parameter BEFORE setting SQL.Text, because there is an 'If' for UPDATE and INSERT, but their parameter is the same.
But it seems to be impossible... :(
by trob
20.03.2007, 02:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Params before SQL
Replies: 5
Views: 1430

In Delphi if i set ParamCheck to False, and run this: ... DataMod.ZQexec.Params.CreateParam(ftBlob,' kep ',ptInput); DataMod.ZQexec.Params.ParamByName(' kep ').AsBlob:=kepstream.DataString; ... UPDATE gyerek SET fenykep= :kep WHERE ... ... Then it tells me: Project Vasgyuro.exe raised exception clas...
by trob
20.03.2007, 02:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Params before SQL
Replies: 5
Views: 1430

Params before SQL

Is it possible to create and set value of a param BEFORE setting value of a ZQuery's SQL statement what contains that param?