搜索资源列表
MySqlDBUtilDemo.rar
- 本示例演示了用C#操作MySQL的方法,提供了三个可重用的类MySqlDBUtil,MySqlPageUtil,Page。 本例程演示了: 1.MySQL数据库的插入,更新,修改,查询; 2.带参数的sql语句的使用,而不是拼SQL; 3.使用Limit子句的分页查询; 4.用事务同时执行多个SQL语句; 5.在插入数据的同时返回最新的ID值; 6.整型,实型,字符串,日期型,布尔型五种数据类型的操作; 7.使用正则表达式来验证整数和实数; 8.listview用来显示数据的一
MySql_vc
- vc连接mysql数据库的简单例子程序,实现读取,插入,删除等功能-vc connect mysql database example simple procedures, the realization of read, insert, delete and other functions
DaoRu
- 从excel文件中提取多页的栏目内容,然后插入到mysql对应的数据库表格中,mysql使用的版本为4.0.excel为微软的office办公软件。-get data from excel and insert these data to mysql s tables.
P2P
- P2P即时通讯源码(DELPHI编写),无加密,组件齐全,调试非常简单方便! 发送联机或脱机消息,同时可自定义消息字体、颜色、大小等信息,支持插入表情符号,屏幕截取。 支持多人消息*等功能;在线即时语音、视频聊天 穿透网关防火墙,可在互联网和局域网任意对话 系统采用先进的点对点通讯技术,消息(包括文本、语音、视频、文件)的 传输大多数情况不需要经服务器中转而直接发往接收者所使用的机器,传输速度更快。 而且因服务器仅仅只是起着维护用户状态列表的功能,因此占用资源极少, 可允许同时在线的人数就越多
mysql_m
- mysql数据库连接和基本操作封装的类,包括select,insert,delete,drop,creat,replace等-mysql database connection and basic operation of the type of packaging, including select, insert, delete, drop, creat, replace, etc.
SCRIPT-SQL-SQL-SERVER-CREATE-DROP-INSERT
- database manipulation using c sharp mysql.
insertupdatedelete
- this a little example for insert, update, delete using c#. using mysql database and ODBC connection-this is a little example for insert, update, delete using c#. using mysql database and ODBC connection.....
Mysql
- 源码包中给出了对于Mysql数据进行常规操作的实例程序,如数据库连接、查询、插入、删除等,是初次在linux下开发mysql数据库应用程序的必备参考实例-Source package Mysql data are given for the example programs for routine operations, such as database connection, query, insert, delete, etc., is the first time in linux mys
ExcelManager
- 将excel中的项插入到mysql表中,采用ODBC驱动模式-insert the data of excel into mysql,Using ODBC
insert
- insert update delete for java using MySQL
MySQL-operation-using-C-language
- 用C语言对MySQL操作,在Linux环境下,C语言实现对MySQL数据库的插入、删除等操作。-MySQL with C language operations, in the Linux environment, C language implementation of the MySQL database, insert, delete files.
insert
- 在linux/unix系统下,插入mysql数据库表,字体格式为utf8-Linux/unix system, insert mysql database tables font format for utf8
mysql
- 在linux/unix系统下,批量插入mysql数据库表,字体格式为utf8-Bulk insert mysql database table in linux/unix system font format for utf8
MySQL-String-Functions-Details
- MySQL中字符串函数详细介绍 如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的位置的运算叫做模式匹配。串的两种最基本的存储方式是顺序存储方式和链接存储方式。-MySQL string functions in detail, such as: in the string to find a substring, to strike a subst
MYSQL
- 用VC++,实现一个基于命令行的简单数据库系统,有建表,插入,删除,更新,选择等功能.-With VC++, to achieve a simple command-line based database system, there are built table, insert, delete, update, select other functions.
MySQL-Front--v5.0.Build.1.127
- 软件标题: MySQL-Front(管理Mysql的应用程序) v5.0.Build.1.127特别中文绿色版 软件说明: 小巧的管理Mysql的应用程序.主要特性包括多文档界面,语法突出,拖拽方式的数据库和表格,可编辑/可增加/删除的域,可编辑/可插入/删除的记录,可显示的成员,可执行的SQL 脚本,提供与外程序接口,保存数据到CSV文件等。 -Software title: MySQL-Front (application management Mysql) v5.0.Bu
MySQL
- 数据库的建立,采用App能过进行访问,进行插入数据,更新数据、以及查询数据。-Establishment of a database, using the App can be accessed over, insert data, update data, and query data.
VCPPMySQL
- vc 环境下链MySQL数据库,实现对数据库中表中数据进行读写,把算法运算结果insert 到数据库中-VC++ MySQL data MySQL .insert data into MySQL
mysql
- python链接MySQL数据库。删除,插入,更新等操作(Python links to the MySQL database. Delete, insert, update, etc)
MySql插入数据
- ,PHP开发教程——php插入mysql数据,全部源代码(PHP insert MYSQL data)