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

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Sep 24 22:54:34 CDT 2003


on 9/24/03 10:50 PM, Kevin Windham at kevo at gatorgraphics.com wrote:

> 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?

NOT baseobject! if you think about server

You can use or cursor made as
    SELECT * FROM T Where RecID = 0


Or you can use simply INSERT command


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list