If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > IBM SDK Client Column not found

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-03-04, 06:27
Schenker Schenker is offline
Registered User
 
Join Date: Aug 2004
Posts: 1
Cool IBM SDK Client Column not found

Dear all,

I connect my informix database during IBM SDK Client.
If I include my option (field tye is char) with double quote I recieved an error.

-217 column not found in any table or SLV undefined.

So I included it into apostrophe an it works. But I'm looking for a supplier name and some factory has an apostrophe i their name and then an Syntax error occur.

For example:

select * from supplier where name = "Hello" ( error 217)
select * from supplier where name = 'Hello' works
select * from supplier where name = 'Hello's world' Syntax error

Did anybody knows another way to solve this problem ?

Schenker
Reply With Quote
  #2 (permalink)  
Old 08-04-04, 00:06
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Hi,

Use a thrid party tool to connect to your database. Winsql is good one -
www.indus-soft.com/winsql
Reply With Quote
  #3 (permalink)  
Old 08-04-04, 10:17
Big Kahuna Big Kahuna is offline
Registered User
 
Join Date: Jan 2003
Posts: 30
Smile Use 2 apostrophys

select * from supplier where name = 'Hello''s world'

will work !
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On