Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Database > SQL Language
|
SQL Language SQL Language discussions not specific to a particular RDBMS program or vendor.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Language section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 18th, 2004, 07:02 PM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to tbi_cp
Default Sql Character Conflicts

Hey there look i was just wondering if anyone can direct me or give me a list of all charcters that conflict with sql-->asp example if a variable holds the value '

thanks for your time.

http://www.centralearning.com/tbi/tbi_cp.jpg
 
Old August 19th, 2004, 09:22 AM
Authorized User
 
Join Date: Apr 2004
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can you clarify the question? With the right character set encoding specified, a database and an ASP page can display any valid character.

Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC
 
Old August 19th, 2004, 05:08 PM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to tbi_cp
Default

ok to elaborate for u when writing an sql query if my variable holds the value ' in it it errors and i have to filter the variable prior to inserting it into the dbase here is an example:

value="Grant's"
conn.execute("insert into [table] set firstname='" & value & "'")

Now so i was just wandering if there are any other characters that has an issue ie: ")(*&^%$#@!` i just want to document it so i know for future reference thanks.

http://www.centralearning.com/tbi/tbi_cp.jpg





Similar Threads
Thread Thread Starter Forum Replies Last Post
character entity into numeric character entity srkumar XSLT 1 November 22nd, 2007 04:53 AM
Browser conflicts I suppose . . . Ross McVinnie Intro Programming 0 July 10th, 2006 05:32 PM
SQL REPLACE after a character. Stuart Stalker SQL Server 2000 6 April 11th, 2006 02:13 PM
SQL Server conflicts? bpdsmark BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 2 February 1st, 2006 12:25 PM
Only the first character jroxit Classic ASP Basics 1 January 23rd, 2006 03:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.