LiteQury.Post not found
Posted: Wed 29 Apr 2015 02:09
I am learning LiteDac and following the Getting Starting section in the help documentation.
In the section "Inserting Data Into Tables" it shows: LiteQuery.Post. But I cannot find that method in the LiteQuery class. Has this been replaced by some other method?
Status so far is I have created a new DB, and a new Table (dataset?) in the DB. Now I am trying to add records to it at run time. I'm not sure how to open a dataset and append records to it. Do I need to to add this first: LiteQuery.Open? If so I get an error saying no SQL statement provided.
In the section "Inserting Data Into Tables" it shows: LiteQuery.Post. But I cannot find that method in the LiteQuery class. Has this been replaced by some other method?
Status so far is I have created a new DB, and a new Table (dataset?) in the DB. Now I am trying to add records to it at run time. I'm not sure how to open a dataset and append records to it. Do I need to to add this first: LiteQuery.Open? If so I get an error saying no SQL statement provided.