From: Gianfranco G. <ggi...@se...> - 2004-03-30 22:30:30
|
Hi The problem was that in the FbConnection object the Open method now it's required. Best Regards Gianfranco ""Gianfranco Giannotti"" <ggi...@se...> wrote in message news:c4c7ce$hqj$1...@ne...... > Carlos > > You are right. Everything work fine. > > Thanks for your quik responses. > > Carlos, by the way, congratulations for your DotNet Data Provider, in the > 1.5.2 and 1.6 Beta 1 versions, the perfomance has been greatly improved. > > En hora buena amigo, apreciamos mucho tus importantes contribuciones a esta > comunidad. Estas desarrollando un excelente Producto. > > Best Regards - Cordiales Saludos > Gianfranco > > "Carlos Guzmán Álvarez" <car...@te...> wrote in message > news:406...@te...... > > Hello: > > > > > I hope this can help. > > > > I have done a little test and it's running fine for me, heres is my test > > case: > > > > > > FbConnection connection = new FbConnection(connectionString); > > connection.Open(); > > > > string sql = "SELECT * FROM TEST"; > > > > FbDataAdapter adapter = new FbDataAdapter(sql, connection); > > FbCommandBuilder builder = new FbCommandBuilder(adapter); > > > > FbCommand i = builder.GetInsertCommand(); > > FbCommand d = builder.GetDeleteCommand(); > > FbCommand u = builder.GetUpdateCommand(); > > > > connection.Close(); > > > > > > > > > > -- > > Best regards > > > > Carlos Guzmán Álvarez > > Vigo-Spain > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |