Book a Demo

Author Topic: Import form Interbase and corect field type  (Read 2177 times)

PiotrS24

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Import form Interbase and corect field type
« on: May 20, 2009, 12:01:46 am »
Hi,

I connect via odbc adm make import shema to EA.
But in interbase for example I have field char(1)
In EA I get varchar, when I have text blob, I have
varchar too.
It is not correct, because after importo, exported DDL
shoud make the same schema  in database!!!
And I dont wan't to change all 300 tables and field in this
table.

Is anywhere configuration, posibility to get right field type
description ????


Regards
Piotr Such

PiotrS24

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Import form Interbase and corect field type
« Reply #1 on: May 20, 2009, 12:55:02 am »
for example (after import)
field in database -> field in EA
field char(1) was changed to varchar(1)
field integer was changed to long
field blob was changed to varchar(100)

I don't want to change this field manualy
Have You any idea ?