Hi,
Thanks in advance for any advice on the following browser error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/chp2/chp5/insert_record.asp, line 6
========================================
The ASP syntax is as followed:
<%
Set Con = Server.CreateObject( "ADODB.Connection" )
Con.Open "accessDSN"
sqlString = "INSERT INTO Products ( product_name, product_price ) VALUES ( 'Gift Basket', 34.54 )"
Con.Execute sqlString
Con.Close
%>
========================================
Thanks in advance for any advice on the following browser error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/chp2/chp5/insert_record.asp, line 6
========================================
The ASP syntax is as followed:
<%
Set Con = Server.CreateObject( "ADODB.Connection" )
Con.Open "accessDSN"
sqlString = "INSERT INTO Products ( product_name, product_price ) VALUES ( 'Gift Basket', 34.54 )"
Con.Execute sqlString
Con.Close
%>
========================================