文件名称:调用CSharp连接属性窗口
文件大小:157KB
文件格式:RAR
更新时间:2014-06-01 11:51:42
调用CSharp连接属性窗口
调用CSharp连接属性窗口 string strConn = string.Empty; MSDASC.DataLinks dataLink = new MSDASC.DataLinksClass(); ADODB.Connection myConn = dataLink.PromptNew() as ADODB.Connection; if (myConn != null) strConn = myConn.ConnectionString; return strConn;
【文件预览】:
调用C#连接属性窗口
----WindowsFormsApplication1()
--------Form1.cs(1KB)
--------WindowsFormsApplication1.4.5.resharper.user(3KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(505B)
--------WindowsFormsApplication1.csproj(4KB)
--------WindowsFormsApplication1.sln(937B)
--------Form1.Designer.cs(3KB)
--------Form1.resx(6KB)
--------WindowsFormsApplication1.suo(14KB)
--------_ReSharper.WindowsFormsApplication1()