21597.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 26 行
HTML
26 行
<html> <head> <title>资料库问题</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>资料库问题</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:stonechen@ms10.accmail.com.tw">stone</a> on November 25, 1999 at 11:15:22:<p>我得资料库中至少有 sec=071402 and landid=10 其中 year 分别为 86 and 88 此二笔资料 <br>但以 data1.recordsource ="select * from taxsub where sec = '071402' and landid = '10'" 其中datagrid只选出year为86这笔,<br>若要选出86,88这二笔须下以下指令 "select * from taxsub where sec = '071402' and landid like '10'"为何会如此?<p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 21597--><!--top: 21694--><li><a href="21694.html">Re: 资料库问题</a> <b>stone</b> <i>16:14:32 11/29/99</i>(<!--responses: 21694-->0)<ul><!--insert: 21694--></ul><!--end: 21694--></ul><!--end: 21597--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?