VB+SQL 这个 bindingsource 的 filter 怎么写?
大哥们
mydataset table= myfirends
我有一个myfirendsbindingsource 我想 选择 那些 PhoneNumber列 里面数据 不是 空 and 不是 “” 的列 该怎么写?
myfriendsbindingsource.fileter= " 这里该怎么写? "
[解决办法]
那么接分,谢谢.
[解决办法]
myfriendsbindingsource.fileter= "PhoneNumber is not null and PhoneNumber <> ' ' "