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 > Converting -1 to double

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-28-03, 17:07
toml toml is offline
Registered User
 
Join Date: Aug 2003
Posts: 4
Question Converting -1 to double

Hi,

On the product I work on there are a lot of User Defined Types, which are used to create tables.

I am currently testing inserting some information and am getting the following error message:

object exceeds its maximum in-row size. Large Objects are not supported in this version

The UDT's I'm inserting into are trying to store the data as a double/float (Whatever it is in Informix) and most of my data ranges from 1 to 10 so I do not see a problem with this. However, in a couple of places I have the number -1.

I am curious if there is any issue in informix in creating a double/float with the value -1.

Cheers,

Tom
Reply With Quote
  #2 (permalink)  
Old 08-29-03, 08:50
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Converting -1 to double

Quote:
Originally posted by toml
Hi,

On the product I work on there are a lot of User Defined Types, which are used to create tables.

I am currently testing inserting some information and am getting the following error message:

object exceeds its maximum in-row size. Large Objects are not supported in this version

The UDT's I'm inserting into are trying to store the data as a double/float (Whatever it is in Informix) and most of my data ranges from 1 to 10 so I do not see a problem with this. However, in a couple of places I have the number -1.

I am curious if there is any issue in informix in creating a double/float with the value -1.

Cheers,

Tom
Hi, Tom

What is then type of data of columns ?, and what error number ?

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