社区
VB基础类
帖子详情
win98环境执行SQL语句的结果怎么与winxp的不同?
gaiwa
2004-05-08 12:52:34
同样一条SQL语句,同样的一个数据库(Access)
在winxp环境下运行正常,但在win98下运行就不正确,得到的数据要比正常的少而且有点异常
我的VB6已打了sp6,请问这是什么原因?
...全文
120
6
打赏
收藏
win98环境执行SQL语句的结果怎么与winxp的不同?
同样一条SQL语句,同样的一个数据库(Access) 在winxp环境下运行正常,但在win98下运行就不正确,得到的数据要比正常的少而且有点异常 我的VB6已打了sp6,请问这是什么原因?
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
6 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
gaiwa
2004-05-10
打赏
举报
回复
Mdac2.7?什么东东哟?那里有?
yenight
2004-05-08
打赏
举报
回复
同意楼上,最好把ADO呀,DAO呀,全部新级吧!
chinaren502
2004-05-08
打赏
举报
回复
可能是你的 Mdac不一样造成的
试试 在98中安装Mdac2.7 看看
flyingZFX
2004-05-08
打赏
举报
回复
win98下装officeXP可以正常运行吗??不可能吧????
gaiwa
2004-05-08
打赏
举报
回复
连接肯定没问题,我又仔细看了看,发觉是access数据库里的left join 语法失效了,left join 和 where 一样的作用了。
我的系统是win98,但office装的是officexp,难道officexp在win98环境下要打补丁?
射天狼
2004-05-08
打赏
举报
回复
这个没遇到过,你用什么方式连接的数据库!?
303. Range Sum Query - Immutable [easy] (Python)
题目链接https://leetcode.com/problems/range-sum-query-immutable/题目原文 Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. Example: Given nums = [-
leetcode Range Sum Query - Immutable
题目连接 https://leetcode.com/problems/range-sum-query-immutable/ Range Sum Query - Immutable Description Given an integer arraynums, find the sum of the elements between indicesiandj(i≤j...
LeetCode--303. Range Sum Query - Immutable
问题链接:https://leetcode.com/problems/range-sum-query-immutable/ 这个问题属于数据结构设计的问题,属于开放式问题。 思路一:在查询时直接暴力计算,代码省略。 思路二:哈希缓存,初始化复杂度O(n^2),查询复杂度O(1),代码如下: private Map<Pair<Integer, Integer>, Inte...
LeetCode-304. Range Sum Query 2D - Immutable & 307. Range Sum Query - Mutable
303. Range Sum Query - Immutable class NumArray { int[] accum; public NumArray(int[] nums) { accum=new int[nums.length+1]; for(int i=1;i<=nums.length;i++)...
VB基础类
7,788
社区成员
197,583
社区内容
发帖
与我相关
我的任务
VB基础类
VB 基础类
复制链接
扫一扫
分享
社区描述
VB 基础类
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章