How to use InsertRecord with TMyTable?
Posted: Thu 14 Apr 2011 12:12
Hello, anybody knows how to use de InsertRecord command with the TMyTable component?
I don't know what arguments i need to put into de brackets. I need to insert a new empty record in my database with my application.
Form.TMyTable.InsertRecord();
When I make it, How can I go to this blank record and how can I put values into the fields and save it?
Thanks.
I don't know what arguments i need to put into de brackets. I need to insert a new empty record in my database with my application.
Form.TMyTable.InsertRecord();
When I make it, How can I go to this blank record and how can I put values into the fields and save it?
Thanks.