I am trying to create a copy of a table I have in my database and I am trying to use a dataset, however my memory is pretty hazy.
I have created the dataset dsUsers for a temp-table ttUser and I am trying to connect the temp-table to the dataset. Any code regarding this connection and some basic CRUD examples are welcome.
It is in the documentation, but what you are looking for (for a single TT) is: define dataset <dsname> for <ttname>
I am having some problems accessing the ttUser table after linking it.
It is giving me this error: "Unknown or ambiguous table ttUser (725)". I am getting this error at a "FOR EACH" code.