I'm using a template for an asp page that takes data from a form and writes it to the database.
The form has many fields, and when I write them all in the SELECT statement, the statement runs onto two lines of code (I can't force it to be on one really long one)
When I run the form and click 'submit' i get an error:
"Unterminated string constant" which points to the end of the first line where the code wraps.
How can i wrap the code onto two lines? or how can I change the settings in Macromedia Dreamweaver so that it will not automatically wrap after a certain # of characters?
2007-03-06
05:01:55
·
2 answers
·
asked by
jimbobbighouse
4
in
Computers & Internet
➔ Programming & Design