|
-
Feb 9th, 2000, 11:21 AM
#1
I need to know how I can load a database from VB. I'm reading info into variables, created the database with VB and SQL commands, but don't know how to wright that info into a particular field in the database.
Can anyone help?
-
Feb 9th, 2000, 01:25 PM
#2
Guru
UPDATE MyTable set MyField = 'MyNewValue' where KeyField = MyRecordID
-
Feb 10th, 2000, 06:26 AM
#3
Ok, looks good, but this is the first time I do this. Can 'MyNewValue' be a variable?
And do you know of a good Webpage that details these SQL commands with examples?
AmigaZoid
-
Feb 10th, 2000, 12:19 PM
#4
Guru
Yes you can use a variable, and yes, I do know of a good web page that is a great reference:
http://w3.one.net/~jhoffman/sqltut.htm
-
Feb 10th, 2000, 12:49 PM
#5
Great, Thanks.
One last question....
Can any SQL command be used in VB?
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
|