I've moved my pages to the server... so moved from PWS on my PC to the IIS 4 on our web server. I get this error and wondering what is wrong with my SQL that IIS doesn't like but PWS does...
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
My SQL string:
UPDATE tblpds_projects SET Title = 'Totally New Project ', description= 'Lots of stuff going out. ', scope = 'worldwide', postscript = 0, pcl = 0, printing_system = -1, iadd = -1, products = 'lj2100', future = 'Spring 2002', win95 = 0, win98 = 0, winme = 0, winnt = 0, win2k = -1, winxp = -1, mac8and9 = 0, macx = 0, linux = -1, hpux = 0, otheros = ' ', langnum = 23, deliverables = 'Web', dependencies = 'Lab', weblivedate = '9/1/01', otherdate = NULL WHERE pds_id = 657;
Any thoughts anyone?? Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
My SQL string:
UPDATE tblpds_projects SET Title = 'Totally New Project ', description= 'Lots of stuff going out. ', scope = 'worldwide', postscript = 0, pcl = 0, printing_system = -1, iadd = -1, products = 'lj2100', future = 'Spring 2002', win95 = 0, win98 = 0, winme = 0, winnt = 0, win2k = -1, winxp = -1, mac8and9 = 0, macx = 0, linux = -1, hpux = 0, otheros = ' ', langnum = 23, deliverables = 'Web', dependencies = 'Lab', weblivedate = '9/1/01', otherdate = NULL WHERE pds_id = 657;
Any thoughts anyone?? Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)