What's the best way to add a new record?

Tim Davis timdavis at amug.org
Wed Sep 24 12:55:13 CDT 2003


> I was trying to figure out the best way to add a new record to the 
> database. Considering that I may move this database to the server 
> version at some time, what is the best way to create a new record.
>
> Should I create a cursor and add to the cursor, or should I use the 
> base object directly? If I use a cursor, is there a way to make a 
> blank cursor?

Hi Kevin,
    How about SQL Insert? (If you need to get a sequential ID, get that 
first.)
Tim Davis



More information about the Valentina mailing list