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 > Error 999?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-06-04, 05:21
kioda kioda is offline
Registered User
 
Join Date: Jul 2003
Location: Italy
Posts: 5
Error 999?

Hi to everybody!
I have found a strange situation in my informix databases...
I'm trying to do a simple select from a database using a table of another database.
For example my current database is database1 and i want to do an operation like this:
select * from database2@istance2:table1

All i have is this result:

-- Executing all SQL statements in Untitled.sql.
select * from database2@istance2:table1;
-- [Informix][Dynamic Server 2000][database1] SQL Error (-999) : Not implemented yet.

It's not a problem of grant...
The strange thing is that i have no problem using every other tables in database2. So i can do a select * from database2@istance2:table2...

Is there anybody who know the reason of this strange situation?
Thank you!

Last edited by kioda; 08-06-04 at 05:28.
Reply With Quote
  #2 (permalink)  
Old 08-06-04, 08:25
kioda kioda is offline
Registered User
 
Join Date: Jul 2003
Location: Italy
Posts: 5
I have found the solution...
When you have a column of lvarchar type you cannot do a remote select...
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