读书人

VB+SQL 这个 bindingsource 的 filter

发布时间: 2012-01-15 22:57:48 作者: rapoo

VB+SQL 这个 bindingsource 的 filter 怎么写?
大哥们
mydataset table= myfirends
我有一个myfirendsbindingsource 我想 选择 那些 PhoneNumber列 里面数据 不是 空 and 不是 “” 的列 该怎么写?

myfriendsbindingsource.fileter= " 这里该怎么写? "



[解决办法]
那么接分,谢谢.
[解决办法]
myfriendsbindingsource.fileter= "PhoneNumber is not null and PhoneNumber <> ' ' "

读书人网 >VB Dotnet

热点推荐