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 > Informix Inserting BYTE data type

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-30-03, 10:14
dattatray dattatray is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Informix Inserting BYTE data type

Hi,

I want to know how to insert data into a table which has BYTE data type.

The structure of the table is,

name of the table is host.

there are two columns
username char(20),
password byte(20).

I want to insert a row into this table.

Can you please let me know the procedure to do it?

regards,
dattatray.
Reply With Quote
  #2 (permalink)  
Old 10-30-03, 14:34
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Informix Inserting BYTE data type

Quote:
Originally posted by dattatray
Hi,

I want to know how to insert data into a table which has BYTE data type.

The structure of the table is,

name of the table is host.

there are two columns
username char(20),
password byte(20).

I want to insert a row into this table.

Can you please let me know the procedure to do it?

regards,
dattatray.
Hi,

Use data type char(), varchar(), text.
Data type byte is use for image, for example.

Gustavo.
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