|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: updating records with values from a form |
From: |
Ripul |
Date: |
2/5/2001 1:23:57 AM |
IP: |
202.141.151.81 |
Just replace the line
CmdUpdateRecord.Fields(" & Field & ")= NewVal
with
CmdUpdateRecord.Fields(Field)= NewVal
i think it should work.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|