uniface & sybase connector
Author: dammie@seznam.cz (dammie)
Hello, I tried connect uniface 9.6 to sybase 12.5, using SYB 4.0 driver my I ask if someone get these strange behaviour? If I try retrieve table retrieve/e table Everythings works OK... Table is retrieved in frm... I try to retrieve table with condition... id = 1 retrieve/e table but in message frame I see instead select .... from table id = 1 this : select .... from table id = 51564615615516511 ??? Also if I try Deployment/SQL Table.... uniface generate this : create table my_table ( id numeric(7889799798489,58484948849849) not null, text varchar(849794649646464656) null, .... ) It is there probm with the driver or I missed something?