views:

48

answers:

0

I have to different databases one is mySQL and the other is Sybase IQ. Both have the same table layout and datatypes.

One of the fields has a bit datatype.

Unfortunately when I pull the mySQL table into Powercenter it makes it converts it to a string(1). Now when I am trying to write the data from Powercenter to the Sybase IQ table using ODBC Driver. It has a problem that it cannot do an Implicit conversion from Varchar to BIT.

Does anyone have a possible solution to this.