> I am migrating the databases from Foxpro to Postgress using JDBC. > > I am extracting all the field values,type and width from the > Foxpro database and putting that as a string . > > Ex: String stru > > Name varchar(20),id int4(4) int4 doesn't need a size...it's always 4 bytes, AFAIK. So it should be: Name varchar(20), id int4 --Jeremy
- [ADMIN] Problems in creating table while migrating from Fo... Arathi,S
- Jeremy Buchmann