搜索资源列表
PhoneBook
- RMS记录集源码,实现一个手机上通讯录的基本功能-RMS recordset source, the realization of a mobile phone address book of the basic functions of
qiyerenshiguanli
- 企业人事管理系统,内有代码和运行的结果,共大家参考-Private Sub cmdOK_Click() Dim txtSQL As String Dim ID As String Dim rstLogin As New ADODB.Recordset Dim flag As String Dim conn As New ADODB.Connection Dim miCount As Integer gUserName = "" gUserKind = "" I
AdoAccess
- // 使用ADO创建数据库记录集 m_pRecordset.CreateInstance(__uuidof(Recordset)) // 在ADO操作中建议语句中要常用try...catch()来捕获错误信息, // 因为它有时会经常出现一些想不到的错误。jingzhou xu try { m_pRecordset->Open("SELECT * FROM pru", // 查询DemoTable表中所有字段 -//Create a dat
LabSQLADOfunctions
- LABVIEW ACTIVE DATABASE OBJECT控件的使用全集,适合初中级使用者 功能强大实用-labview of third-party SQL tool free software package produced by LABSQL function can achieve a good basic
vbaccesstotxt
- 将Access表中的数据内容按一定格式存储到Txt文件中,D:\Program Files\Microsoft Visual Studio\VB98,如果你的VB6不是安装在此位置,请修改代码中的路径为你的实际位置,测试结束后请记着关闭数据库引擎。-An Access table data content according to a certain format to Txt file, D: \ Program Files \ Microsoft Visual Studio \ VB98,
comyunication-recordset-architecture
- c语言之函数篇,从基础学起,让你彻底精通c语言的应用,-C language function of the article, the foundation study, let you completely master the c language application,
WEB编程开发常用的代码 .txt
- asp连接数据库 2. ASP与SQL数据库连接: dim conn set conn=server.createobject("ADODB.connection") con.open "PROVIDER=SQLOLEDB;DATA SOURCE=SQL服务器名称或IP地址;UID=sa;PWD=数据库密码;DATABASE=数据库名称;" 建立记录集对象: set rs=server.createobject("ado
