|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Update Record in Access DB |
|
From: |
Elija |
|
Date: |
9/7/2001 5:44:30 AM |
|
IP: |
194.6.9.129 |
Your code doesn't appear to set the columns into which the data goes....
The format should be...
sqlstmt="Update Production SET "
sqlstmt=sqlstmt & "fieldName = '" & form_Customer & "', nextFieldName='"....... and so on
Hope this helps.
Elija
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|