vb.net 2008下数据库连接类源码: copy文件到你项目下,然后添加现有项,选择slq_conn.vb,然后添加你的数据库名字、用户名、密码。 在你程序中添加以下代码,即可使用数据库连接了。 里面还定义了一些其他的连接,自己慢慢研究调用吧。下面给你一个调用验证实例: dim sconn As New sql_conn Dim dt As DataTable = sconn.ExecuteSql("Select name,code From stu where code like '33
转国外的数据库三层源码(带连接池),仅测试D7成功。 代码精简易懂,供大家学习研究。 TCP AdoServer/Client is a multi-tier tool to design a a thin client application that connects to an application server. It is built using Indy components and ADO. TCP AdoServer/Client is a simple and comple