|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Inserting Records using system DSN
I've created a system DSN called 'accessDSN' for a MS Access DB.
I get an error when running the following. Could anyone help me. Code : <% 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 %> Error : Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. /asp/l52.asp, line 5 |
|
#2
|
||||
|
||||
|
Try the suggestions at http://support.microsoft.com/defaul...&NoWebContent=1
Post back with the results. ![]() |
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
Thanks !
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Inserting Records using system DSN |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|