TADOQuery.SQL.Text - unwanted trailing characters
From: Ingunn (ingunn_at_duo.is)
Date: 12/01/03
- Next message: Brian Bushay TeamB: "Re: MSDE"
- Previous message: DRS: "Re: MSDE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Nov 2003 16:02:08 -0800
Hi,
I have a TADOQuery object and am trying to set the SQL.Text property.
ADOQueryUpdate.SQL.Clear;
ADOQueryUpdate.SQL.Text := 'update TABLE set COLUMN = VALUE where
COLUMN = VALUE';
When debugging the ADOQueryUpdate.SQL.Text has some unwanted trailing
characters: 'update TABLE set COLUMN = VALUE where COLUMN =
VALUE'#$D#$A and ExeqSQL therefore causes an error.
How can I loose the #$D#$A thing?
Please advice what I am doing wrong.
- Next message: Brian Bushay TeamB: "Re: MSDE"
- Previous message: DRS: "Re: MSDE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|