搜索资源列表
delphi+sql1
- 该章文件夹Chap1下存放的以下4个文件:CreateTable.txt、CreateDB.sql、PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF。 其中CreateTable.txt存储了创建数据表脚本的文本文件; CreateDB.sql用来创建数据库,方法是在sql查询分析器中执行CreateDB.sql文件; PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF为附加数据库文件,附加方法:打开SQL
pppsir_SMIS2
- 学生学籍管理系统 数据库连接: 1、请在Sql server中附加数据库 2、在ODBC中进行设置 3、在delphi中连接该数据库,数据库别名(Databasename)为Mydatabase -School students to connect the database management system: one, please attach a Sql server database 2, in the ODBC settings in 3, at delph
renshiguanlixitong
- 人事管理系统 delphi+sql实现,用到的朋友来看吧,数据库在database文件夹中,附加数据库就可以用了 用户名:mr 密码:mingrisoft-Personnel Management System delphi+ sql implementation, used a friend look at it, the database folder in the database, additional databases can use the user name: mr Pass
delete-from-sqlserver
- 本实例可在在服务器端使用存储过程删除指定数据, 服务器端数据库为SQLServer数据库,数据库名为cyjlkc,配置ODBC为cyjlkc。 使用本例时,请在服务器端安装SQLServer2000数据库,利用企业管理器恢复数据库脚本或附加数据库。本实例数据库脚本为cyjlkc.sql,附加文件为cyjlkc_data和cyjlkc_long,均保存在本实例data目录下。 使用本实例时要注意以下几点。 1、使用Socket方式和应用程序服务器相连,Socket使用TCP/
bathInsert
- Delphi源码,数据库应用,批量插入 Delphi批量插入数据库数据,数据库文件在Database文件夹内,测试前附加数据库文件,批量操作在数据库应用中比较普遍,有必要掌握噢。欢迎下载-Delphi source code, database application, bulk insert Delphi bulk insert data in the database, the database file in the Database folder, test before a
6758356
- Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。-Additional Delphi database and save the connection parameter information, learning programming source code, a good reference.
6
- Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。-Delphi additional database connection parameters and save the information, learn programming source code, a good reference.
6
- Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。-Delphi additional database connection parameters and save the information, learn programming source code, a good reference.
6
- Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。-Delphi additional database connection parameters and save the information, learn programming source code, a good reference.
114
- Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。-Delphi additional database connection parameters and save the information, learn programming source code, a good reference.
356
- Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。-Delphi additional database connection parameters and save the information, learn programming source code, a good reference.
6
- Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。-Delphi additional database connection parameters and save the information, learn programming source code, a good reference.
Delphi_034731
- Delphi:Delphi附加数据库并保存连接参数信息,再此注意一下,附加数据库请使用默认配置,保存信息需要连接到要使用的数据库中,可测试连接,设定好数据库的用户名、密码、服务器IP等就可以了。 -Delphi: Delphi Additional information database and save connection parameters, then this note, please attach a database using the default configurati
Delphi_183288
- Delphi:喜欢Delphi,但是一些基础的知识都还没搞懂,今天就带初学者学习一下Delphi中的LoadFromFile方法如何使用,这是一个与数据库操作相关的方法,测试代码中包括了数据库文件,请自行先附加数据库,并连接好数据库, -Delphi: like Delphi, but some have yet to get to know the basic knowledge, today with Delphi beginners to learn about how to use
Delphi_473886
- Delphi:一个基于Delphi编写的用户登录窗口,使用SQLSERVER数据库,登录密码为:111,包括了完整的登录判断代码,登录完成后由登录窗体跳转至主窗体,测试前请先附加数据库,本程序窗口运行界面如上所示。 -Delphi: Delphi to write a user based on the login window, use the SQLSERVER database login password: 111, including a complete judgment log
Delphisqlorderby
- Delphi多条件排序,结合SQLSERVERT数据库实现的多条件排序实例,已附带有数据库文件,在Database文件夹下,下载后解压,附加数据库文件,并设置好SQL连接字符串,在Delphi7中编译源代码即可运行测试。-Delphi multiple sort, combined with the instance of the SQLSERVERT database to achieve the condition of sorting, has attached database file
DelphiSQLquery
- Delphi演示SQL语句的应用方法,初级的Delphi与数据库操作的查询实例,数据库附加文件在Database文件夹下,测试前请自行附加。-The application method of Delphi demo of the SQL statement, Delphi and database operations primary query example, additional database files in the Database folder, please attach t
Delphiquerybnsp
- Delphi在查询语句中滤除空格,数据库文件在Database目录中,测试本程序前请先附加数据库,并修改代码配置好数据库连接信息。本程序实现在数据库查询中去掉空格的功能,简单实用。-Delphi filter in the query space, the database file in the Database directory, the testing procedures before additional database, and modify the code configure
Delphirecordtop
- Delphi获取数据库前几行记录集,本例设定查询条件,取出数据统计结果前十名数据,并显示在列表中,是适合Delphi初学者学习参考的一个例子,datebase目录中是为你准备好的SQLSERVER数据库文件,测试时别忘记附加哦。-Delphi access database before a few rows set, the set of query, statistic data from ten data, and displayed in the list, is an example
Delphiqueryid
- Delphi +SQL查询主表键值在其它表中出现的记录数,测试程序带数据库文件,Database文件夹下既是。代码很小,1.53M基本是SQL数据库文件的大校本例查询到的记录将显示在Datagrid中显示,测试前请附加数据库并配置好连接。-Delphi+SQL query record number of the main table key values in the other table in the test program, with a database file, the Data