From: mirek <mi...@si...> - 2004-03-22 20:23:34
|
Użytkownik Oleg Ufaev napisał: >Hi! > >Somebody! Please tell me, can i generate typed dataset with firebird .net >provider or other tool? If yes, where i can find this thing? > > You can try the following methode: Create another project. Create new database connection in server explorer window using ODBC Interbase/Firebird driver. drag&drop connection from server explorer window to your form to create connection, mark all tables in server explorer window and drag all to form. Use data menu to generate DataSet. Now you can back to your main project and you can add generated Dataset1.xsd to your project, then you can add DataSet from toolbox and use Dataset1.Now you will get typed Dateset in your Firebird.Net project. Mirek |