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

mysql:5001

From: 前田 剛 <前田 剛 <maeda@xxxxxxxxxx>>
Date: Mon, 21 Jan 2002 19:30:39 +0900
Subject: [mysql 05001] Re: VBでODBC接続できません

 前田@ワコムアイティです。

On Mon, 21 Jan 2002 00:06:27 +0900
"jcn" <jcn@xxxxxxxxxx> wrote:

> また、MyODBCのReadmeにはVBやADOから使う
> 場合には2+16384=16386をオプション値にせよとなっていたのですが
> ADO接続では出来ないような?(ただの知識不足?)

 ConnectionString中で指定出来ます。

(例)
Dim Cnn as New ADODB.Connection

Cnn = _
  "Provider=MSDASQL.1;Persist SecurityInfo=False;ExtendedProperties=" + _
  Chr(34) + "driver=mysql;DATABASE=test;SERVER=localhost;UID=;PORT=;" + _
  "OPTION=16386;STMT=;" + Chr(34)

_________________________________________________________________
前田 剛(まえだ ごう) <maeda@xxxxxxxxxx>
株式会社ワコムアイティ プロジェクト開発部
http://www.wacom-it.co.jp/


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

      4994 2002-01-21 00:06 ["jcn" <jcn@xxxxxxxxx] VBでODBC接続できません            
      4996 2002-01-21 14:30 ┣[Daiju Azuma <daiju_a]                                       
      4999 2002-01-21 16:06 ┃┗["株式会社ジェイシー�]                                     
      5000 2002-01-21 17:30 ┃ ┗[Daiju Azuma <daiju_a]                                   
      5004 2002-01-22 08:58 ┃  ┗[Kitajima <kitajima@x]                                 
      5006 2002-01-22 13:53 ┃   ┗["株式会社ジェイシー�]                               
      5011 2002-01-22 18:40 ┃    ┗[Daiju Azuma <daiju_a]                             
      4998 2002-01-21 15:50 ┣[Takeharu Masuda <tac]                                       
->    5001 2002-01-21 19:30 ┗[前田 剛 <maeda@xxxxx]