-
提供如何在C++中使用sqlite的一个包装类。sqlite是一个非常方便和高效的嵌入式数据库,可以在多种语言中使用,这个源码展示了如何在C++中方便的使用。...
提供如何在C++中使用sqlite的一个包装类。sqlite是一个非常方便和高效的嵌入式数据库,可以在多种语言中使用,这个源码展示了如何在C++中方便的使用。-How in the C++ Use sqlite as a wrapper class. sqlite is a very convenient and highly efficient embedded database, you can use multiple languages, the source code shows how in the C++ in ease of use.
- 2022-02-25 17:42:54下载
- 积分:1
-
Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC pu...
Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null ResultSet rs = null try{ Class.forName(-Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC public class (Connection conn Statement stmt ResultSet rs// Construction : loading JDBD-ODBC Driver public GeneralJDBC () (Connection conn = null Statement stmt = null ResultSet rs = null try (JDBC (
- 2022-06-30 06:20:30下载
- 积分:1
-
这个程序代码是用c语言来连接 mysql数据库 其中含有子表t1
这个程序代码是用c语言来连接 mysql数据库 其中含有子表t1-this program code is use c language connect the mysql data base,including a son-table t1
- 2022-05-18 16:16:44下载
- 积分:1
-
CS_NET数据库程序集,包括读写Access数据库,列表视图显示数据库信息,读取EXCEL文件
CS_NET数据库程序集,包括读写Access数据库,列表视图显示数据库信息,读取EXCEL文件-CS_NET database program, including read and write Access databases, the list view displays the database information, read the EXCEL file
- 2022-06-27 13:58:03下载
- 积分:1
-
通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行...
通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件-adoption of this sample source code and supporting you to be more flexible control of Excel documents, including the creation of new Excel file, write tabular data, reading the spreadsheet data (including the original Excel files built themselves manually add the rows and columns of data accurately read), has been deleted Excel spreadsheet, the forms were designated rows and columns, and cells to conduct inquiries, insert, replace, etc, and also can be generated for the Excel document conversion designated by separate segregated from the other website text files
- 2022-04-17 07:04:45下载
- 积分:1
-
oracle数据库转换到sqlserver数据库的源码
oracle数据库转换到sqlserver数据库的源码-oracle database to sqlserver source database
- 2023-05-01 00:20:04下载
- 积分:1
-
直接使用ADO操作ACCESS数据库,对于初学者来说是个不错的例子,类似的也可以操作SQL,ORACLE数据库(不用DSN)...
直接使用ADO操作ACCESS数据库,对于初学者来说是个不错的例子,类似的也可以操作SQL,ORACLE数据库(不用DSN)-use ADO directly ACCESS database operation for beginners is a good example of a similar operation could SQL, Oracle database (not DSN)
- 2023-05-01 21:45:03下载
- 积分:1
-
数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、St...
数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、Statement、连接 (Connection)等资源),往往会直接导致系统的稳定。这类不稳定因素,不单单由数据库或者系统本身一方引起,只有系统正式使用后,随着流量、用户的增加,才会逐步显露。 -database applications, in many software systems often used, is developing large systems indispensable aids. But if the right database resources are not well managed (eg : no timely recovery database cursor (ResultSet), the Statement connect (Connection), and other resources), will often lead directly to the stability of this system. Such factors of instability, not only by the database system itself or caused side, the official use only, as the flow of users increases, will gradually revealed.
- 2023-03-14 17:30:03下载
- 积分:1
-
(转载)Use this utility to write your database table structure to a word file. You
(转载)Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table(FieldName,Datatype,size,AllowNulls) with databse name and server name. 使用这个工具可将你的数据库表格结构编写为一个word文件。你能选择表,或者编写所有的表。在word文件中你能看到带有数据库名称和服务器名称表格的详细信息(域名,数据类型,大小,AllowNulls)。 来源: http://www.freevbcode.com/ShowCode.Asp?ID=5459- (Reprint) Use this utility to write your database table
structure to a word file. You can select tables, or write all tables.
In the word file you will be able to see complete details of the table
(FieldName, Datatype, size, AllowNulls) with databse name and server
name. uses this tool to be possible yours database form structure
compilation to be a word document. You can choose the table, or
compilation all tables. You can see in the word document has the
database name and the server name form detailed information (domain
name, data type, size, AllowNulls). Origin:
Htt
- 2023-06-16 22:05:03下载
- 积分:1
-
一个使用VB开发的考勤管理系统。使用Access数据库,想开发相关系统可以参考一下这个系统。...
一个使用VB开发的考勤管理系统。使用Access数据库,想开发相关系统可以参考一下这个系统。-a VB development of the appraisal management system. Access database related to the development system can make reference to the system.
- 2022-02-01 19:22:24下载
- 积分:1