■10605 / ) |
Re[1]: 新規にデータプロバイダを組み込みたいしたい |
□投稿者/ 魔界の仮面弁士 (526回)-(2007/11/22(Thu) 10:55:00)
|
■No10603 (チャンタ さん) に返信 > 帳票作成等でデータセット(*.xsd)作成時にデータプロバイダの > 選択画面があるのですがそこにFirebird ADO.NET Data Providerが選択できないため > データセットの作成ができずに困っています。 非標準のマネージプロバイダの場合は、型付 DataSet (Typed DataSet) の生成機能を有していない事が多いかと。 生の DataSet (Untyped DataSet) ではまずいのでしょうか?
# 必要であれば、partial class を使って、自分で型付にするという手もありますが…メンテナンスが面倒かな。
> Firebird ADO.NET Data Providerも使えるようにしたいのです。 たとえば Oracle 社の ODP.NET では、TableAdapter の生成機能こそありませんが、 型付 DataSet を作ることはできるようになっています。 Firebird の場合は、そのような機能は用意されていませんでしたか?
http://www.firebirdsql.org/index.php?op=devel&sub=netprovider&id=dotnetff200411 を見る限りでは、 > Added a new DataSet generator for the FbDataAdapter component. > ★It allows to generate typed and untyped DataSets.★ > The generated Typed Dataset will be added to the active Visual Studio project. > Supported Visual Studio versions are Visual Studio 2003/2005 and Visual C# Express. という表記もあるようですが。
|
|