登录
首页 » Visual C++ » SQLODBC

SQLODBC

于 2006-12-07 发布 文件大小:58KB
0 194
下载积分: 1 下载次数: 168

代码说明:

  程序功能:实现vc中通过ODBC数据源来访问SQL数据库(procedures functions : vc achieved through ODBC data source to access SQL database)

文件列表:

实例89 代码控制链接ODBC
........................\CodeCtrlOdbc
........................\............\CodeCtrlOdbc.aps
........................\............\CodeCtrlOdbc.clw
........................\............\CodeCtrlOdbc.cpp
........................\............\CodeCtrlOdbc.dsp
........................\............\CodeCtrlOdbc.dsw
........................\............\CodeCtrlOdbc.h
........................\............\CodeCtrlOdbc.ncb
........................\............\CodeCtrlOdbc.opt
........................\............\CodeCtrlOdbc.plg
........................\............\CodeCtrlOdbc.rc
........................\............\CodeCtrlOdbcDlg.cpp
........................\............\CodeCtrlOdbcDlg.h
........................\............\DATA
........................\............\....\STUDENTS.MDB
........................\............\ReadMe.txt
........................\............\RES

........................\............\...\CodeCtrlOdbc.rc2
........................\............\Resource.h
........................\............\StdAfx.cpp
........................\............\StdAfx.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sjk
    数据库图书管理系统,包括表“readers”、“books”、“borrow ” 、“book-category” 、“member-level”、 “loss-reporting”(Database library management system, including the table " readers" , " books" , " borrow" , " book-category" , " member-level" , " loss-reporting" )
    2011-11-14 21:21:01下载
    积分:1
  • VS2010_mfc_sql_server_task
    教材订购系统,含VS2010的MFC机制,使用ADO接口连接数据库,换机器运行需修改ADOConn.cpp文件参数;含mdf和ldf文件,SQL SERVER2008点击附加即可。(Textbook ordering system, the VS2010 MFC mechanism, using the ADO interface to connect to the database, and other machine running need modify ADOConn.cpp file parameters containing mdf and ldf files, SQL SERVER2008 click on the additional can.)
    2020-11-19 16:49:37下载
    积分:1
  • vc108423425252
    软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(software introduced : Programming Environment : windows2003 visual c stdio. net Ado SQL2000 /## SQL##################################/** set up : the establishment schooldata SQL2000 database into data files into data : data directory is a breakdown school_back database file operations : using SQL Enterprise Manager Database reduction visit to the local data into the database server, Password is set as the, um, schooldata operation of the database user name and password the same as the main database with ADO visit, Several display data and control the Treectrl, listctrl. datagrid procedures are several BUG has not yet been solved, realization of functions : : On the choice of inquiries conditions : one tree to demonstrate control information related to the tree Lane click controls to s)
    2007-01-10 12:07:01下载
    积分:1
  • KTV
    光盘运行环境 操作系统:Windows 2000以上 内存:64MB以上 光驱:40X以上 CPU:奔腾233以上 声卡:兼容声卡 建议使用800X600以上分辨率 此光盘可以自动播放,而且自动注册组件,若计算机不能播放光盘,是因为光盘没有成功注册组件导致的,读者可以手动注册组件。 手动注册组件的步骤如下: (1)首先把光盘中的AMOVIE.OCX文件复制到系统文件夹下,对于Windows 2000操作系统,系统文件夹是指C:WINNTsystem32;对于Windows XP系统,是指C:WINDOWSsystem32。 (2)在“开始”菜单中选择“运行”, 然后在命令行输入“regsvr32 AMOVIE.OCX”即可注册AMOVIE.OCX组件。 另外,本书的源代码放在光盘中的resouce文件夹下,读者可以参考附带的视频影像来搭建系统。 注:若不能单独播放光盘中的“vc_avi”目录下的视频文件,请读者自行到网上下载相关的音频视频插件或者工具包,比如,安装AvPack工具包就可以播放。在百度中输入“avpack”就可以搜到,或者在百度中输入“视频插件”就可以搜到相关的视频插件,下载并安装即可。 (reach to KTV)
    2010-11-28 09:20:15下载
    积分:1
  • StudentManagement
    (SQL-MFC) 学生信息管理软件: 学生信息输入; 学生信息删除(分为按照学号和姓名); 学生信息查询(分为按照学号,姓名,性别,班级,年级); 学生信息更改。 (Visual Studio.NET 2003 + SQL SERVER 2000) 安装SQL 服务器后,修改程序中ADOConn.cpp 34行: serverName改为你的SQL服务器名称。数据库的mdf,ldf文件已经包含在此文件中,需要通过SQL企业管理器附加。 ((SQL-MFC) Student Information Management Software: student information input student information deleted (divided according to number and name of school) Student Information Query (divided in accordance with Student ID, name, gender, class, grade) student information changes. (Visual Studio.NET 2003+ SQL SERVER 2000) to install SQL server, modify the program ADOConn.cpp 34 rows: serverName change your SQL server name. Database, mdf, ldf file has been included in this document, you need to add through SQL Enterprise Manager.)
    2010-01-13 09:23:54下载
    积分:1
  • Delaytest
    测试 sql server 2005 连接(Test SQL Server 2005 connection)
    2013-05-14 23:04:41下载
    积分:1
  • vcsqlserver
    是VC+SQL server模式的,主要设及以下内容: 1、窗口如何分割; 2、多视图之间如何通信; 3、列表视图的操作及事件处理; 4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录; 5、实现主从表的显示; (VC is SQL server model, and mainly the following : a window on how segmentation; 2. Multi-view of how communication; 3, the List View operation and handle the incident; 4, tree controls the operation and management, According to the use of recursive directory database dynamically generated; 5, the main achievement of the show from the table;)
    2006-05-19 15:56:35下载
    积分:1
  • 02
    说明:  关于利用SQL数据库以及MFC编写的学院班级学生综合管理项目(On the use of SQL databases, and college classes prepare students MFC Integrated Management Project)
    2010-07-23 11:49:21下载
    积分:1
  • sqlHelper
    sql server数据库操作类,包括执行返回各种类型的存储过程的方法。(sql server database operations class, including the implementation of the method to return to the various types of stored procedures.)
    2012-03-21 08:44:04下载
    积分:1
  • student_management
    本设计主要用于一个学校成绩的管理。学生成绩信息的录入、修改、查询。内含源码和说明文档一份。通过Visual C++结合数据库Microsoft SQL Server 2008开发。(This design for a school performance management. Entry student achievement information, modify, query. Containing source and a documentation. Combined through Visual C++ Microsoft SQL Server 2008 development.)
    2020-07-03 07:20:02下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载