Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / Informix Topics / January 2006

Tip: Looking for answers? Try searching our database.

What is the difference between Version 7 and Version 10 IDS?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Michael Andreas - 30 Jan 2006 08:08 GMT
Hi,

using the following SQL-Command I copy very fast a lot of rows
from a INFOMIX DB (source) into a ACCESS DB (destination):

INSERT INTO tab SELECT * FROM [ODBC;DSN=DB;UID=name;PWD=test;].tab WHERE
tab_typ = 50;

After changing the IDS Server from version 7 to version 10 I allways get the
message "Types incompatible". Why?

The column-types are serial, integer and char.

Is there anyone who is able to help me?

thanks michael
Art S. Kagel - 30 Jan 2006 20:10 GMT
> Hi,
>
[quoted text clipped - 10 lines]
>
> Is there anyone who is able to help me?

Try casting the SERIAL column to INTEGER:

INSERT INTO tab SELECT INTEGER::serial_col, col2, col3,...

Art S. Kagel
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.