Op maandag 26-11-2007 om 23:50 uur [tijdzone +0100], schreef Joost van
der Sluis:
> Op maandag 26-11-2007 om 15:05 uur [tijdzone +0100], schreef Roberto
> Padovani:
> > 2007/11/26, Daniel Rincón García <[EMAIL PROTECTED]>:
> > To the Great Guys of the lazarus project:
> >
> > I am finishing a medi
Op maandag 26-11-2007 om 15:05 uur [tijdzone +0100], schreef Roberto
Padovani:
> 2007/11/26, Daniel Rincón García <[EMAIL PROTECTED]>:
> To the Great Guys of the lazarus project:
>
> I am finishing a medium size project with lazarus + sqlite3, for which
> I had study and experiment a lot due to th
Op maandag 26-11-2007 om 13:17 uur [tijdzone +0100], schreef Daniel
Rincón García:
> Hi, I need to capture the FieldValues of a SQLite database into a
> string variable.
>
> If I do it:
>
>while not dsTest.EOF do
> begin
> DataToSend := DataToSend +
> dsT
Daniel Rincón García wrote:
Hi, I need to capture the FieldValues of a SQLite database
into a string variable.
If I do it:
while not dsTest.EOF do
begin
DataToSend := DataToSend +
dsTest.FieldValues
['Code'] + '\' +
Roberto Padovani wrote:
2007/11/26, Daniel Rincón García <[EMAIL PROTECTED]>:
Hi, I need to capture the FieldValues of a SQLite database into a string
variable.
If I do it:
while not dsTest.EOF do
begin
DataToSend := DataToSend +
dsTest.FieldValues [
2007/11/26, Daniel Rincón García <[EMAIL PROTECTED]>:
> Hi, I need to capture the FieldValues of a SQLite database into a string
> variable.
>
> If I do it:
>
>while not dsTest.EOF do
> begin
> DataToSend := DataToSend +
> dsTest.FieldValues ['Code'] + '\'