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 > Maximmum table/view size

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-28-05, 04:34
juki juki is offline
Registered User
 
Join Date: Nov 2005
Posts: 2
Maximmum table/view size

Hi,

To simplify my problem:
I want to create a table like this

create table a (fld1 lvarchar(20000), fld2 lvarchar(20000));

Maximum size seems to be 32767.
Is there a way to increase this?
Reply With Quote
  #2 (permalink)  
Old 11-28-05, 09:04
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,

Please use char instead of lvarchar.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 11-28-05, 09:22
juki juki is offline
Registered User
 
Join Date: Nov 2005
Posts: 2
Same problem.
Maximum seems to be 32767 for the whole table
Reply With Quote
  #4 (permalink)  
Old 11-28-05, 09:23
blackguard blackguard is offline
Registered User
 
Join Date: Sep 2002
Posts: 102
Quote:
Originally Posted by juki
Same problem.
Maximum seems to be 32767 for the whole table
Use text data type instead.
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