Transactions are not enabled..怪怪.. |
答題得分者是:hagar
|
mygod
一般會員 發表:52 回覆:64 積分:23 註冊:2002-09-10 發送簡訊給我 |
|
hagar
版主 發表:143 回覆:4056 積分:4445 註冊:2002-04-14 發送簡訊給我 |
參考這篇: http://dbforums.com/archive/114/2002/04/1/342550
重點如下(紅色部份):
This error occures when you are trying to perform
some transactional calls in MyODBC on a non-transactional
MySQL server. You can add support InnoDB or BDB tables in
the MySQL server or set up 'Disable Transactions' option
in the DSN configuration window. --
Everything I say is a lie. 發表人 - hagar 於 2002/09/26 08:22:39
|
mygod
一般會員 發表:52 回覆:64 積分:23 註冊:2002-09-10 發送簡訊給我 |
|
hagar
版主 發表:143 回覆:4056 積分:4445 註冊:2002-04-14 發送簡訊給我 |
以下這段是截自 http://www.mysql.com
Note that MySQL supports two different kinds of tables:
transaction-safe tables (InnoDB and BDB) and not transaction-safe
tables (HEAP, ISAM, MERGE, and MyISAM).
還有這一段:
To create a table in the InnoDB format you must specify
TYPE = InnoDB in the table creation SQL command: CREATE TABLE CUSTOMER (A INT, B CHAR (20), INDEX (A)) TYPE = InnoDB;
您參考一下。
--
Everything I say is a lie.
|
mygod
一般會員 發表:52 回覆:64 積分:23 註冊:2002-09-10 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |