[yunqa.de] Re: Autoincrement

  • From: Token PBX <tokenhr@xxxxxxxxx>
  • To: yunqa@xxxxxxxxxxxxx
  • Date: Thu, 5 Feb 2009 11:16:34 +0100

On Thu, Feb 5, 2009 at 9:26 AM, Delphi Inspiration <delphi@xxxxxxxx> wrote:

> Hello Token PBX,
>
> >I just loaded The ClientDataset_Grid project in Delphi 2009, and changed
> the table create command as you suggested. I also added the "ID" field in
> the select stament. So the situation now is:
> >
> >CREATE:
> >
> >    DISQLite3Database.Execute(
> >      'CREATE TABLE IF NOT EXISTS Products(' +
> >      '"ID" INTEGER PRIMARY KEY AUTOINCREMENT,' +
> >      '"Name" TEXT)');
> >
> >SELECT:
> >
> >  DISQLite3UniDirQuery.SelectSQL := 'SELECT ID, Name FROM Products';
> >
> >And the problem is still present.
>
> Works fine here as tested with D7 and D2009. Please send your full project
> sources so I can see the actually problem instead of just its description.
>
> Ralf
>
> _______________________________________________
> Delphi Inspiration mailing list
> yunqa@xxxxxxxxxxxxx
> //www.freelists.org/list/yunqa
>
>
>
Hi,
I tried sending files in a rar but no luck. How do I send attachments to
this group?

Other related posts: