搜索资源列表
Java数据库备份迁移程序的源代码
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。
SqlDatabaseUpgraderSource
- 软件用于升级SQL数据库,通过记事本文件。任何类型文件都可做-This application is used to upgrade an SQL database via an external scr ipt file or scr ipt text. Any type of database schema update can be done- adding, deleting, or modifying tables, fields and/or indexes, and the up
MetaData.java
- /* This java class create four tables with all theirs fields and insert them inside a mysql database name timelog. This code works with MySql Database with Mysql Java Connector the mysql-connector-java-3.2.0-alpha */-/* This java class create four ta
mysql_linux
- linux下实现对mysql数据库的连接及相关的插入、删除和查找工作。-linux implementation of the connection to the mysql database and the associated insert, delete and job search.
Sources
- enumerate properties of an owl file and insert into a mysql database
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.
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
insert
- insert update delete for java using MySQL
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.
sql-of-insert-massive-data
- 用于插入海量数据的sql语句,尽可能在最短时间内完成insert工作-important experience on inserting massive data in MySQL
SQL
- 连接MySQL数据库、插入数据、查询数据、删除数据的操作-Connect MySQL , insert data, query data, delete data operation
insert
- mysal循环插入10000条记录-insert into mysql 10000 numbers
mysql
- python链接MySQL数据库。删除,插入,更新等操作(Python links to the MySQL database. Delete, insert, update, etc)
MySql插入数据
- ,PHP开发教程——php插入mysql数据,全部源代码(PHP insert MYSQL data)
MySQL数据库
- mysql_num_rows是PHP语言的中的函数,其表示取得结果集中行的数目。此命令只对SELECT语句有效。要取得被 INSERT,UPDATE 或DELETE 查询所影响到的行的数目,用 mysql_affected_rows()。
mysql数据库编程
- 本编程内容主要包括基于mysql8.0实现的更新操作和视图的相关操作。用insert语句给每个表插入两条记录,注意符合完整性约束要求。 2021年3月10日,工作人员王红进货“92号汽油”1000吨,存储在魏公村油库, #请在库中插入该记录,未给出的属性值请自行补充常量。2021年3月10日,会员王苗购买“92号汽油”30升,请在库中插入该记录,要求价格等属性值能从其他表中查到的通过查询得到。#4. 创建2020年油品的销量表,表中属性包含(排名,油品编号,油品名称,总销量),其中排名是自动增