\r\n\r\n
Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Database and Reporting > Problem with SQL and Single quote


\r\n \r\n
 
 
Thread Tools Display Modes

\r\n\r\n\r\n
I am trying to update a SQL Server 2000 database with the value from a textbox on an ASP page.
\r\n
\r\nUsing Access I\'ve always just done (Ken\'s Function):
\r\n"UPDATE table1 SET [txt]=\'" & "Ken" & Chr(39) & "s Function" & "\'"
\r\n
\r\nHowever, with SQL Server I get the following error.
\r\n
\r\n"\'chr\' is not a recognized function name."
\r\n
\r\nI realize I need to write some sort of SQL User Defined Function, but am unsure how.
\r\n
\r\nCan Anyone Help?
\r\n \r\n\r\n
\r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n
\r\n __________________
\r\n Go Beavs!!!\r\n
\r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n Reply With Quote\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n'; pd[876325] = '\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n\r\n
\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n
\r\n
\r\n  \r\n #2  \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n \r\n Old\r\n \r\n 10-25-2004, 06:21 PM\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n
kcwallace\'s Avatar\r\n\r\n
\r\n \r\n kcwallace\r\n kcwallace is offline\r\n\r\n\r\n
Prev Previous Post   Next Post Next
  #1  
Old 10-25-2004, 06:00 PM
kcwallace's Avatar
kcwallace kcwallace is offline
Junior Contributor
 
Join Date: Jun 2001
Location: Huntington Beach, CA
Posts: 326
Unhappy Problem with SQL and Single quote


I am trying to update a SQL Server 2000 database with the value from a textbox on an ASP page.

Using Access I've always just done (Ken's Function):
"UPDATE table1 SET [txt]='" & "Ken" & Chr(39) & "s Function" & "'"

However, with SQL Server I get the following error.

"'chr' is not a recognized function name."

I realize I need to write some sort of SQL User Defined Function, but am unsure how.

Can Anyone Help?
__________________
Go Beavs!!!
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->