M
Matthew Ferri
Hi,
I'm using Windows 2000 SP4 with Office 2000 Pro SP3.
I'm trying to add a new record to a Microsoft Access 2000 database from
within a VBScript
ASP segment of my web page. I'm having trouble generating the proper syntax
for the "Insert" command within Microsoft Access 2000. I can find the Insert
commands that use the actual field values within the second half of the
command, but I think I need to use field names for the ASP fields that will
be used in this new record.
I'm using the command format "Insert into table (field1, field2) values
(field1, field2)"
The closest Technet article I could find is Q175770, but that did not help
me enough.
I could find the MSDN articles that tell me how to insert the actual values
themselves into the record, but I think I need to use the field names for
the ASP fields within the "
"values" portion of the Insert command for my VBScript ASP segment.
Thanks in Advance.
Matthew
I'm using Windows 2000 SP4 with Office 2000 Pro SP3.
I'm trying to add a new record to a Microsoft Access 2000 database from
within a VBScript
ASP segment of my web page. I'm having trouble generating the proper syntax
for the "Insert" command within Microsoft Access 2000. I can find the Insert
commands that use the actual field values within the second half of the
command, but I think I need to use field names for the ASP fields that will
be used in this new record.
I'm using the command format "Insert into table (field1, field2) values
(field1, field2)"
The closest Technet article I could find is Q175770, but that did not help
me enough.
I could find the MSDN articles that tell me how to insert the actual values
themselves into the record, but I think I need to use the field names for
the ASP fields within the "
"values" portion of the Insert command for my VBScript ASP segment.
Thanks in Advance.
Matthew