12793.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<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:ckk1023@pacific.net.hk">kkcheung</a> on May 10, 1999 at 16:22:23:<p>
In Reply to: <a href="12789.html">一个SQL的问题</a> posted by jeff on May 10, 1999 at 14:54:01:<p>
: 一个SQL的问题<br>: 下列这个SQL对吗?如何Coding更改?<p>: Set trad = dbs.OpenRecordset("select 班级资料.班级名称 from 班级资料 where 班级资料.班级名称 ='" & Text1.Text & "'")<p>改成这样好吗? Set trad = dbs.OpenRecordset("select 班级资料.班级名称 from 班级资料 where 班级资料.班级名称 ='" + Trim(Text1.Text) +"'")<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12793-->
</ul><!--end: 12793-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?