Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Real Time Vector Editor
Password entry box
Rotate-Alphamania
EXE Screen Saver
Image Flood Fill (Using getPixel and setPixel)
simSock Xtra
Set Cast member Properties of a AVI
27 Sum Game-Score Field
Delete one or more items
Get Member Modified Time and Date
MediaMacros Xtras Mall
 

 

 

FAQ Changing records - Valentina

Added on 4/3/2001

 

Compatibilities:

Required Xtras:
Valentina

This item has not yet been rated

Author: Thomas (website)

How do I change existing records in a table in Valentina?

This is a way of changing records in a table in Valentina:

-- Open the database if not already open
vDB = new(Xtra "VDatabase")
vDB.OpenDatabase("databasename.vdb")
-- vTable is the table to add a record to
vTable = "tablename"
-- Open the recordset for that table
vRS = new(Xtra "VCursor", vDB.getRef(), "SELECT * FROM " & vTable)
-- Change data
vRS.SetField("fieldname1", "value")
vRS.SetField("fieldname2", "value")
....
-- Update the record
vRS.UpdateRecord()
-- Close the recordset
vRS = 0

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail