I have an ASP page that builds a SQL statement. But when I run it, I get a syntax error on the INSERT INTO.
INSERT INTO tblpds_projects (title, description, deliverables, scope, cdrom_dvd, ews, firmware, iadd, iftw, os_bundles, pcl, point_print_bundles, postscript, printing_system, web_jet_admin, othercomponents, products, future, win95, win98, winme, winnt, win2k, winxp, mac8and9, macx, linux, hpux, otheros, langnum, weblivedate, otherdate) VALUES ('hp laserjet 4800', 'testing new ', 'web', 'all over world', 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, ' ', 'lj4800', ' ', 0, -1, -1, 0, -1, -1, -1, -1, 0, 0, ' ', 23, #05/08/2003#, );
Can anyone see what I don't why this is giving me an error? Mary
Violence begets Violence
Let's Give Peace a Chance!!
INSERT INTO tblpds_projects (title, description, deliverables, scope, cdrom_dvd, ews, firmware, iadd, iftw, os_bundles, pcl, point_print_bundles, postscript, printing_system, web_jet_admin, othercomponents, products, future, win95, win98, winme, winnt, win2k, winxp, mac8and9, macx, linux, hpux, otheros, langnum, weblivedate, otherdate) VALUES ('hp laserjet 4800', 'testing new ', 'web', 'all over world', 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, ' ', 'lj4800', ' ', 0, -1, -1, 0, -1, -1, -1, -1, 0, 0, ' ', 23, #05/08/2003#, );
Can anyone see what I don't why this is giving me an error? Mary
Violence begets Violence
Let's Give Peace a Chance!!