Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insert - update recordset question - newbie

Status
Not open for further replies.

sezme

Programmer
Oct 31, 2003
26
0
0
GB


which method is best

Insert Into Table (Field) Values ('String')

or

set rs = db.openRecordSet(&quot;select * from Table where 0 <> 0&quot;)

rs.addnew
rs!Field = 'String'
rs.update

Newbie question

 
I have always used Insert Into Table(Field) Values ('String')



--------------------------------------------------------------------------------------------
aka.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top