VB中如何在VSFlexGrid控件显示来自不同表中的数据 80
selecta,bfromtable1wheretimebetween....selecta,cfromtable2wheretimebetween.....select...
select a,b from table1 where time between ....
select a,c from table2 where time between.....
select a,d from table3 where time between.....
三个不同table中都有相同的字段a ,怎么在VSFlexGrid控件中显示四列数据,a,b,c,d ,必须是此三个分开的SQL语句,不写在同一个语句中,因为运算量太大了。
求高手告诉怎么通过VB实现,介绍下具体代码。 展开
select a,c from table2 where time between.....
select a,d from table3 where time between.....
三个不同table中都有相同的字段a ,怎么在VSFlexGrid控件中显示四列数据,a,b,c,d ,必须是此三个分开的SQL语句,不写在同一个语句中,因为运算量太大了。
求高手告诉怎么通过VB实现,介绍下具体代码。 展开
3个回答
展开全部
select a,b,'' as c,'' as d from table1 where time between .
select a,'' as b,c,'' as d from table2 where time between ...
select a,'' as b,'' as c,d from table3 where time between ...
以上每句均包含a,b,c,d四个字段
在vb中,使用a,b,c,d字段接收数据,显示在vsflexgrid控件的对应a,b,c,d列
select a,'' as b,c,'' as d from table2 where time between ...
select a,'' as b,'' as c,d from table3 where time between ...
以上每句均包含a,b,c,d四个字段
在vb中,使用a,b,c,d字段接收数据,显示在vsflexgrid控件的对应a,b,c,d列
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-12-18 · 知道合伙人互联网行家
关注
展开全部
VB中的MSFlexGrid控件 中 Cell单元貌似不支持显示图片格式数据。我以前使用的 TrueDBGrid 控件是支持该功能的!
追问
你回答我的问题了吗?兄弟!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不同表,可以用union语法
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询