20075.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 34 行
HTML
34 行
<html> <head> <title>OLEDB or ODBC</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>OLEDB or ODBC</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 小明 on October 13, 1999 at 12:51:56:<p>连接去 Database :<p>Global cnnTry As New ADODB.Connection<br>strCnn = "driver={SQL Server};" & _<br> "server=SERVER1;uid=sa;pwd=;database=cp_property"<br>cnnTry.Open strCnn<p>'如果是这样的话,是 OLEDB 还是 ODBC connection 呢?<p>'Thanks<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 20075--><!--top: 20116--><li><a href="20116.html">Re: OLEDB or ODBC</a> <b>nothing</b> <i>09:32:56 10/14/99</i>(<!--responses: 20116-->2)<ul><!--insert: 20116--><!--top: 20143--><li><a href="20143.html">Re: OLEDB or ODBC</a> <b>Lee</b> <i>15:29:39 10/14/99</i>(<!--responses: 20143-->1)<ul><!--insert: 20143--><!--top: 20191--><li><a href="20191.html">Re: OLEDB or ODBC</a> <b>nothing</b> <i>14:33:36 10/15/99</i>(<!--responses: 20191-->0)<ul><!--insert: 20191--></ul><!--end: 20191--></ul><!--end: 20143--></ul><!--end: 20116--></ul><!--end: 20075--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?