S
superdl1
In FrontPage 2002 you were about to insert a row of new data into a table
using the following syntax via a custom query:
Insert into table_name(Column1, Column2) values ('::field1::','::field2::')
Now in FrontPage 2003 this does not work. What coding do I need to use to
instert data from a form into my table. I cannot find anything on this.
using the following syntax via a custom query:
Insert into table_name(Column1, Column2) values ('::field1::','::field2::')
Now in FrontPage 2003 this does not work. What coding do I need to use to
instert data from a form into my table. I cannot find anything on this.