21124.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 34 行
HTML
34 行
<html> <head> <title>请教如何在 DataEnvironment 定文字型式之"参数"?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>请教如何在 DataEnvironment 定文字型式之"参数"?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:linhj@kimo.com.tw">LuLu</a> on November 08, 1999 at 15:25:58:<p>请教如何在 DataEnvironment 定文字型式之"参数"?<p>1) Command1 之SQL陈述式 ---> Select * From 成绩单 Where 姓名 = ?<br> 参数 Param1 设定依原先不变.<p>2) 程式码 如下<br> a. DataEnvironment1.Command1 Text1.Text <br> b. DataEnvironment1.Command1 " ' " & Text1.Text & " ' "<br> c. DataEnvironment1.Command1 " & " ' " & Text1.Text & " ' "<br> d. DataEnvironment1.Command1 " &" " ' " & Text1.Text & " ' "<p>均出现错误 "执行阶段错误'13': 型态不符"<p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 21124--><!--top: 21158--><li><a href="21158.html">Re: 请教如何在 DataEnvironment 定文字型式之"参数"?</a> <b>banana</b> <i>10:29:02 11/09/99</i>(<!--responses: 21158-->0)<ul><!--insert: 21158--></ul><!--end: 21158--><!--top: 21150--><li><a href="21150.html">型态不符就做型别转换呀!</a> <b>小吴</b> <i>08:27:33 11/09/99</i>(<!--responses: 21150-->0)<ul><!--insert: 21150--></ul><!--end: 21150--><!--top: 21131--><li><a href="21131.html">Re: 请教如何在 DataEnvironment 定文字型式之"参数"?</a> <b>AOK(帝王世纪)</b> <i>17:21:45 11/08/99</i>(<!--responses: 21131-->0)<ul><!--insert: 21131--></ul><!--end: 21131--></ul><!--end: 21124--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?