Search found 3 matches

by jensrodi
12.02.2009, 13:53
Forum: 6.6 - stable
Topic: Inserting auto increment records through ADO
Replies: 10
Views: 3335

I surpose I could look into it when I get the time. The change it self would of course require relatively little time, but it'll take much more to get the level of understanding of how ZeosLib works to confidently do the change - at least that's my impression - ZeosLib is a rather big and complex th...
by jensrodi
11.02.2009, 14:24
Forum: 6.6 - stable
Topic: Inserting auto increment records through ADO
Replies: 10
Views: 3335

I've been able to manually assign the autoincrement field with a number during my debugging of this problem and that works. But it kind of negates the hole idea of an autoinc, doesn't it? I use the autoinc feature to get a unique key for each record (guess that's the most common use) leaving the wor...
by jensrodi
10.02.2009, 12:00
Forum: 6.6 - stable
Topic: Inserting auto increment records through ADO
Replies: 10
Views: 3335

Inserting auto increment records through ADO

I've run into a problem when I try to do the following on a Access table through ADO: Insert; FieldByName('Name').AsString := 'A name'; Post; At the 'Post' line I get the message: "You tried to assign the Null value to a variable that is not a Variant data type" The table I want to insert ...