I have the same table in both MySql and SqLite each having the same autoinc key.
If I do an Insert and then Post my data the value of the key field, for example "UniQuery.FieldByName('key').AsString", is populated with the new auto-inc value with MySql but IS NULL when done against SqLite.
Not sure why they're different but I need that key value to be there after I issue .Post against SqLite.
Tried .RefreshRecord after post and it fails with 0 records found.
Help.
Thanks in advance.
drc