16741.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: 值已是 NULL, 为何无法写入 ??</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 值已是 NULL, 为何无法写入 ??</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by smc on August 06, 1999 at 08:27:59:<p>
In Reply to: <a href="16736.html">Re: 值已是 NULL, 为何无法写入 ??</a> posted by 大汉堡 on August 06, 1999 at 03:12:16:<p>
: : 一个允许 NULL 的栏位, 想用<br>: : sql = "insert into table1 values(" & txtaddr & ")"<br>: : 不知为何不可以 ?<br>: If FieldType Is String Then 前后加个单引号<br>: Values ('" & txtaddr & "')<p>:: 但其结果并无法像自己在 SQL SERVER 产生对于允许<br> NULL 者其资料显示方式为 <NULL>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 16741-->
</ul><!--end: 16741-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?