|
-
Sep 14th, 2006, 03:00 AM
#1
Thread Starter
New Member
update
hello...please help me..does anybode have vb6 coding of updating records?
-
Sep 14th, 2006, 03:34 AM
#2
PowerPoster
Re: update
Hi, is this VB6 code or VBscript?
And records being a Database?
-
Sep 14th, 2006, 03:45 AM
#3
Thread Starter
New Member
Re: update
its vb6..yeah,the record is database..hope u can help me..
-
Sep 14th, 2006, 04:14 AM
#4
PowerPoster
Re: update
Hi, this is the incorrect forum, but is generally the same anyway ..
Make your connection, and if the connection is called objConn then something like this ..... variables in bold would be your table and field names etc ...
Notice the Text field has a ' around the value .. while the Number field doesnt.
objConn.Execute("Update myTable Set TxtField = '" & SomeVar1 & "', IntField = " & SomeInt & " Where id = 1")
-
Sep 15th, 2006, 09:27 PM
#5
Thread Starter
New Member
Re: update
Thanks Rory..the Problem Settled..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|