Link to home
Start Free TrialLog in
Avatar of bizjosh
bizjoshFlag for Singapore

asked on

INSERT & UPDATE db command

Hi,

I would like to know what is the syntax to UPDATE command?
say i'm updating a strVariable from txtString.Text to Table 'tblString'
in column 'fldStringName'

what happens if an UPDATE instead of INSERT command is used to put a
database column fied recordvalue which is empty? will it cause an exception?
ASKER CERTIFIED SOLUTION
Avatar of Dabas
Dabas
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bizjosh

ASKER

yep jus as i thot ;-)
thanks Dabas!
Avatar of bizjosh

ASKER

oh forgot, can u answer my 2nd qn?

what happens if an UPDATE instead of INSERT command is used to put a
database column fied recordvalue which is empty? will it cause an exception?

I fear I do not understand the question.