Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: SQL Escape Characters...


Message #1 by "Kevin Thompson" <kevn77@a...> on Fri, 17 Aug 2001 02:11:22
i am trying to do something and it wont work...



this is the statement i try:



SELECT * FROM * WHERE Word = '<THAT>'



it says there is an error in the from clause....

"*" is one of the Tables in the database.... whats wrong??
Message #2 by Kevn77@a... on Fri, 17 Aug 2001 11:26:07 EDT
In a message dated 8/17/2001 2:50:08 AM Pacific Daylight Time, 

hakan@c... writes:





> Okey, I am with you.

> Try using [] like this:

> [*]

> 

> Hth,

> 

> Hakan

> 



wow thank you thank you thank you....you solve all my problems.... ;)

  Return to Index