![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.22 » View Incident Report |
| Reported By: Ralf Bertoldi Reported On: 12/19/2005 For: Version 4.22 Build 3 |
First Query:
myquery.SQL.Text := 'INSERT INTO mytable '+
'(id,mytext,mydate)'+
'VALUES '+
'(LASTAUTOINC(''mytable'')+1,''some text'', CURRENT_TIMESTAMP)';
myQuery.ExecSQL;
Second Query:
myquery.SQL.Text := 'INSERT INTO mytable '+
'(id,mytext,mydate)'+
'VALUES '+
'(LASTAUTOINC(''mytable'')+1,:mytext, CURRENT_TIMESTAMP)';
myQuery.ParamBynamemytextxt').AsString := 'my text';
myQuery.ExecSQL;
This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

