SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old May 9th, 2000, 06:19 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
Syntax error - can you help?

<i><b>Originally posted by : steu (steu.s.mann@aexp.com)</b></i><br />I would appreciate any help you send to resolve this error message.... <br /><br />There is a notes field on a user form that is then sent to preview.asp. In that field when the user types in a ' or " character the following error is displayed:<br /><br />*****************<br />Microsoft OLE DB Provider for ODBC Drivers error '80040e14' <br />[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near 's'. <br />/formstoday/preview.asp, line 182 <br /><br />***************<br /><br />Line 182 is thus:<br />objConn.execute sql<br /><br />If they do no use the ' or " cgaracter the form works fine and the data is sent from preview.asp to the database. The column in the database for this filed is a property of 'text'. When it was a property of 'varchar' I didn't get this erorr - but I need a field that will hold a large amount of data - hence the property of 'text'.<br /><br />Any ideas on how to resolve this?<br /><br />Thanks in advance!<br />

Reply With Quote
  #2  
Old May 30th, 2000, 01:33 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<i><b>Originally posted by : jeff</b></i><br /><br />Try this:<br /><br />Dim myStr ' the value from the form field<br /><br />myString = Replace(myString,"'","''")<br /><br />This will replace the single quote with two single quotes. The problem lies in the SQL code. Strings in SQL code are contained by single quotes. If you have a single quote in the string itself, then the SQL parser sees it as a syntax error. To solve this replace all single quotes with two single quotes. ie:<br /><br />SQL = "Insert into Table (Field) Values('My mom's cookies');"<br /><br />This will break at the single quote in "mom's" - To fix it replace the single quote with a double quote:<br /><br />SQL = "Insert into Table (Field) Values('My mom''s cookies');"<br /><br />This won't break. The parser interprets two single quotes as a one single quote in the string. The same is true for double quotes.<br /><br />Hope this helps.<br /><br />Jeff<br /><br /><br />------------<br />steu at 5/9/2000 4:19:48 PM<br /><br />I would appreciate any help you send to resolve this error message.... <br /><br />There is a notes field on a user form that is then sent to preview.asp. In that field when the user types in a ' or " character the following error is displayed:<br /><br />*****************<br />Microsoft OLE DB Provider for ODBC Drivers error '80040e14' <br />[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near 's'. <br />/formstoday/preview.asp, line 182 <br /><br />***************<br /><br />Line 182 is thus:<br />objConn.execute sql<br /><br />If they do no use the ' or " cgaracter the form works fine and the data is sent from preview.asp to the database. The column in the database for this filed is a property of 'text'. When it was a property of 'varchar' I didn't get this erorr - but I need a field that will hold a large amount of data - hence the property of 'text'.<br /><br />Any ideas on how to resolve this?<br /><br />Thanks in advance!<br />

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Syntax error - can you help?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway