在SQL SERVER里建了个表,表数据类型是用unicode字符集的,可是用Table取不出来,为什么?(100分)

  • 主题发起人 主题发起人 easyzhou
  • 开始时间 开始时间
E

easyzhou

Unregistered / Unconfirmed
GUEST, unregistred user!
在SQL SERVER里建了个表,表数据类型是用unicode字符集的,例如:
create table defUserb (yhbh nchar(10) not null, yhmc nchar(15) not null)
用BDE连接,无论是用Table还是Query,都取不到字段,为什么?希望各位解答,谢谢。
 
1、Ado可以取出来
2、使用Convert等变换一下也可以。
 
我从来不用BDE,你用ADO试试?
 
后退
顶部