首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > VB Dotnet >

VB+SQL 这个 bindingsource 的 filter 如何写

2012-01-15 
VB+SQL 这个 bindingsource 的 filter 怎么写?大哥们mydatasettablemyfirends我有一个myfirendsbindingso

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

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



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

热点排行