|
4ank -> RE: Database Editor Problems (5/5/2004 21:42:43)
|
That is what I did. After I modified some by hand, i realized re-creating would be quicker. On to my next case. After recreating everything, I still cannot update an already exhisting record. It is giving me the error: quote:
Database Results Error Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement. Number: -2147217900 (0x80040E14) Source: Microsoft OLE DB Provider for ODBC Drivers I compared the syntax on the update to one on a sample database I created in the page titled "update.asp" automatically created by frontpage. Here is the UPDATE statement quote:
fp_sQry="UPDATE Results SET VIN = '::VIN::' , Yr = '::Yr::' , Make = '::Make::' , Model = '::Model::' , Mileage = '::Mileage::' , Color = '::Color::' , Price = '::Price::' , Desc = '::Desc::' , Image = '::Image::' WHERE (Key = ::Key::)" All help as always is appreciated.
|
|
|
|