登录
首页 » c++ » 数据库开发导航

数据库开发导航

于 2022-01-26 发布 文件大小:11.23 MB
0 104
下载积分: 2 下载次数: 1

代码说明:

数据库开发导航 vc++访问DAO数据库 运行目录,驱动器根目录下 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类

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

发表评论

0 个回复

  • Linq操作DataSet实例源码下载
    Linq操作DataSet实例
    2013-01-25下载
    积分:1
  • CC1101 + ATmega128 + MP3 发射器
    ISM MP3 发射器︰ ATmega128 + CC1101 + VS1011。在 UHF 波段操作。 用 Codevision avr 单片机 c 语言编写
    2022-11-15 14:55:03下载
    积分:1
  • Rrayleigh_chaa
    瑞利衰落信道仿真,基于Matlab的瑞利衰落信道仿真程序序源代码,还可以用C++来进行编程,已通过测试。 (Rayleigh fading channel simulation, has been tested Matlab Rayleigh fading channel simulation program sequence source code, you can also C++ programming.)
    2012-07-22 22:23:36下载
    积分:1
  • ADC
    STM32 ADC模数转换 实验 示例代码(STM32 ADC analog to digital converter sample code)
    2014-09-21 16:03:31下载
    积分:1
  • change_label
    说明:  读取二进制文件并修改其中指定的关键数字,替换为另一个指定数字(read data and change it)
    2019-05-15 16:54:30下载
    积分:1
  • ToolsOPtimization
    本软件是mfc+sql开发,欢迎大家交流学习(mfc sql development, we welcome the exchange of learning)
    2020-10-26 23:19:59下载
    积分:1
  • TableFlipDemo
    还是一个uitableview 变化的demo 大家可以参考一下(Uitableview change or a demo we can reference)
    2011-11-12 12:11:09下载
    积分:1
  • OpenGL实现切水果游戏
    利用OpenGL实现切水果的游戏,基于visual2013实现的,实现了切水果游戏的基本功能。有桃子,苹果,香蕉,还有炸弹等。切到水果则得分,切到炸弹减分,最终记录个人成绩。
    2022-01-26 02:09:42下载
    积分:1
  • power_wind_ig
    用simulink对风电场进行建模分析得到功率以及电流的仿真图(This example uses an initial state vector to start the simulation steady-state. When you make changes to the model (add, delete, rename blocks, etc), the initial state vector needs to be regenerated or disabled, otherwise Simulink signals an error when the simulation is started. To disable the use of initial state vector for this model, go to the Data Import/Export section of the Model Configuration Parameters tool and uncheck the Initial state option under the Load workspace section. To regenerate the initial state vector after a change to the model, follow the instructions given in the initialization file for this model. Type open( init_power_wind_dfig ) at the matlab prompt to view this file.)
    2015-07-24 13:48:45下载
    积分:1
  • icePubDll
    获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0; HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll"); if(hDLLDrv) { icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo"); } icePub_machineGetInfo(3,buff); str1=buff; int i=0; int n=0; n=str1.length(); qDebug()<<n; for(i=0;i<n;i+=2) { temp=buff[i]; buff2[i+1]=temp; buff2[i]=buff[i+1]; } QString str2=buff2; qDebug()<<buff2; qDebug()<<str2; }(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
    2017-12-28 11:45:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载