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,都取不到字段,为什么?希望各位解答,谢谢。
create table defUserb (yhbh nchar(10) not null, yhmc nchar(15) not null)
用BDE连接,无论是用Table还是Query,都取不到字段,为什么?希望各位解答,谢谢。