OK, after downloadind updated version of this example App it works, but I still keep geting the TimeOut message every once a while...so this i still unresolved.
the example App shows simple data manipulation reading/wrinting into dB.
My question is:
where can I get information to learn and grasp the concept how the information entered on the screen (by the user) should be applied the the SQL1.ExecNonQuery method ?
For exampleI I have the following:
- database file: MyDatabase
- table called: PEOPLE
- column called: Name
Now I want to create a Layout with the TextField for the user to enter his name, then I want to apply this input into appropriate INSERT statement.
I would appreciate if somebody could explain the process
Arthur :sign0104: