搜索资源列表
datalinks
- 这里给出两个 建立ADO连接字符串对话框 的例子。 datalinks.cpp 建立和编辑ADO连接字符串 linktest.cpp 如果只是建立连接字符串,程序还可以这么写。-here is the establishment of two ADO connection string dialog example. Datalinks.cpp create and edit ADO connection string linktest.cpp if only to connect string
DialogDb_demo
- 实现了表的创建,删除,查询等功能的简单例子 -An simple example implementing create, delete and query of a table
MFCDB
- C++连接数据库有很多种方法,ODBC,ADO等等。我这里就采用了ADO的方法。 既然都涉及到数据库了,就直接做个带界面的吧。先打开VS2010,新建一个“MFC应用程序”,在里面记得选择“基于对话框”,因为这个比较简单,我就用这个举例了,其他的自己研究一下吧,然后一直下一步就可以了。-There are many ways C++ connect to the database, ODBC, ADO, etc.. I am here on the use of the method