当前位置:软件学习 > 其它软件 >>

用C#连接lotus数据库

用odbc字符串连接lotus,老是说找不到驱动,手动配好就可以。odbc字符串应该如何写?我写的如下:
 string strcon = "Driver={{Lotus NotesSQL 3.01 (32-bit) ODBC DRIVER (*.nsf)};";
            strcon += "Server=oaserver/joy;";
            strcon += "Database=joyoa/gzzd.nsf;";
            strcon += "Uid=administrator/joy;";
            strcon += "Pwd=password";
--------------------编程问答--------------------
补充:企业软件 ,  Lotus
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,