[前][次][番号順一覧][スレッド一覧]

mysql:5005

From: Daiju Azuma <Daiju Azuma <daiju_azuma@xxxxxxxxxx>>
Date: Tue, 22 Jan 2002 09:29:26 +0900
Subject: [mysql 05005] Re: MySQL 3.23.45 + MyODBC 2.50.39 について

 こんにちは,あづまです。

On Sat, 19 Jan 2002 15:32:06 +0900
田倉 <g_sec@xxxxxxxxxx> wrote:

> 具体的には、
> 
>     フィールドが AUTO_INCREMENT が有るテーブルに書き込んだ時、
> 
>     全てのフィールドが #Deleted と表示されてしまいます。

 Accessのリンクで,key として指定したカラムに重複があると,
このような表示になるようです。primary key属性を付けて,一意
のデータにしてやればうまく行くと思います。


http://www.mysql.gr.jp/jpdoc/4.0/manual.ja_Clients.html#ODBC 
に以下の記述があります。

With some programs you may get an error like: Another user
has modifies the record that you have modified. In most
cases this can be solved by doing one of the following

things: 
Add a primary key for the table if there isn't one already. 
Add a timestamp column if there isn't one already. 
Only use double float fields. Some programs may fail when
they compare single floats. 

If the above doesn't help, you should do a MyODBC trace file
and try to figure out why things go wrong. 


-- 
神戸市教育委員会庶務課 情報企画係
 東 大樹 tel:078-322-5761 fax:078-322-6145
 Daiju Azuma <daiju_azuma@xxxxxxxxxx>
>データは使い廻してこそ,生きてきます。ため込まず,
 開示していきましょう。


[前][次][番号順一覧][スレッド一覧]

      4985 2002-01-19 13:59 [sys date03 <sysdate0]                                         
      4986 2002-01-19 14:08 ┗["ContentsProvider JD]                                       
      4987 2002-01-19 15:32  ┗[田倉 <g_sec@xxxxxxxx] MySQL 3.23.45 + MyODBC 2.50.39 について
->    5005 2002-01-22 09:29   ┗[Daiju Azuma <daiju_a]