Informix
Hello everybody,
I need your help. I have one table called big _strings, and I created it using the following code:
Create table big_strings (Field_name text)
Then I wrote the following SQL Query:
Select subset (field_name, 1, 3) from big_strings;
But I get an error:
Error: Blobs are not allowed in this expression
Is there another way to select one part of a string in text field?
Thanks.
- 2659 views
- 1 answers
- 21 votes
Hello,
- 1963 views
- 2 answers
- 20 votes
Hi,
During execution of my procedure, I have faced this error (Value exceeds limit of SMALLINT precision). I could not trace down the error to the exact location. Also the compiler does not tell me the line number or anything that helps me trace the error.
Can anyone help me locate the problem to solve this error? Thanks.
- 5715 views
- 1 answers
- 21 votes
Hello!
The following databases are running on my computer:
Informix DNS 10.00FC8 with Linux RedHat
MS SQL Version 2008 Express running on my Windows 2003 R2 SP2
And lastly, I am running IBM client Version 3.5 TC4 when connecting with Windows Server to Linux. I configured the Informix and linked the server to SQL with the help of OLE Database for ODBC. It was working but it failed on completion. I need to use the OPENQUERY in SQL to make it work flawlessly. I want to know if it is just fine to and if OPENQUERY is working better than selecting it in the simplest way.
- 1737 views
- 1 answers
- 22 votes