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 > Bolded letters in Informix 7.3

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-30-04, 06:19
Hedron Hedron is offline
Registered User
 
Join Date: Nov 2003
Posts: 7
Bolded letters in Informix 7.3

The problem is as follows:

I need to make a single letter in a field bold. But there are some problems.
1. Whitch type of field I can use to do this.
2. How can I read this info from a field.

I am using PowerBuilder 6.5 to create a program for the job but I can not read a blob directly or write to it directly. If anybody can help please write a line or two

Thanks.
Reply With Quote
  #2 (permalink)  
Old 08-31-04, 02:40
matute matute is offline
Registered User
 
Join Date: Jun 2004
Location: Madrid, Spain
Posts: 47
If you want to stores those control characters in the database you should use a TEXT or a BYTE type. Maybe (just a thought) a char/varchar field could be enough, but I wouldn't bet for it.

Sorry, but I don't know how you deal with those types using PowerBuilder. If you have CSDK installed there are some examples (ESQL/C code) in the INFORMIXDIR/demo/esql directory.

Hope it helps.
__________________
José Luis Matute.

Regards from Spain.
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