由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - help: questions about MySql
相关主题
MySQL问个基础的理论问题----数据库的基本差异
Perl DBI & DBDmysql rebuild index very slow
use DBI in ApacheOracle to buy SUN? (转载)
ODBC to Drive SQL on Text Files?Meet some of the MySQL geeks at SANTA CLARA
大批量文本的存储与查询,用什么数据库比较合适?MySQL DBA 的前途
MySQL的InnoDB表不支持full text index 怎么办?mysql innodb 文件转换
MYSQL 的LOG SIZE怎么在不停 变大急问一个数据库的问题
MySQL row selection questionjob openning-Test and Quality Engineer,MySQL Database Admin (转载)
相关话题的讨论汇总
话题: mysql话题: questions话题: about话题: just话题: right
进入Database版参与讨论
1 (共1页)
l*****k
发帖数: 6
1
don't laugh! I am just a beginner of MySQL!
I want to write a script that I can run to commit a serial of databases
queries (select, create table, etc.)
How can I do it with MySql? Right now, I am using Perl (ODBC) to do the job.
But just think there might be some ways to use transact sql in MySql.
Thanks for you help!
f**y
发帖数: 138
2
I have an impression that MySQL doesn't support transaction.
PostgreSQL is a better choice.

【在 l*****k 的大作中提到】
: don't laugh! I am just a beginner of MySQL!
: I want to write a script that I can run to commit a serial of databases
: queries (select, create table, etc.)
: How can I do it with MySql? Right now, I am using Perl (ODBC) to do the job.
: But just think there might be some ways to use transact sql in MySql.
: Thanks for you help!

n********a
发帖数: 68
3
As of MySQL4.0, InnoDB supports transaction.

job.

【在 f**y 的大作中提到】
: I have an impression that MySQL doesn't support transaction.
: PostgreSQL is a better choice.

s**********i
发帖数: 711
4
you use DBI/DBD modules. just read the document, they have
enough instructions and examples there.

【在 l*****k 的大作中提到】
: don't laugh! I am just a beginner of MySQL!
: I want to write a script that I can run to commit a serial of databases
: queries (select, create table, etc.)
: How can I do it with MySql? Right now, I am using Perl (ODBC) to do the job.
: But just think there might be some ways to use transact sql in MySql.
: Thanks for you help!

1 (共1页)
进入Database版参与讨论
相关主题
job openning-Test and Quality Engineer,MySQL Database Admin (转载)大批量文本的存储与查询,用什么数据库比较合适?
【签名】支持yunmeng办mysql讲座的MySQL的InnoDB表不支持full text index 怎么办?
MySQL table either insert or drop/truncate table running foreverMYSQL 的LOG SIZE怎么在不停 变大
熟MySQL的同学请帮忙MySQL row selection question
MySQL问个基础的理论问题----数据库的基本差异
Perl DBI & DBDmysql rebuild index very slow
use DBI in ApacheOracle to buy SUN? (转载)
ODBC to Drive SQL on Text Files?Meet some of the MySQL geeks at SANTA CLARA
相关话题的讨论汇总
话题: mysql话题: questions话题: about话题: just话题: right