05-10-07 12:19 AM
My problem is that I am trying to do in Visual Foxpro. Looks like Fox has
different syntax.
Here is code that works for fields values:
loFormVars = Request.Form
FOR EACH lcFormVar in loFormVars
INSERT INTO test values('', Request.Form(lcFormVar).Item())
ENDFOR
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:OnGTcJnkHHA.208@TK2MSFTNGP05.phx.gbl...
> The key variable contains the field names. Did you run the code?
> Mark Goldin wrote:
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
[ Post a follow-up to this message ]
|