From: Gianfranco G. <ggi...@se...> - 2004-03-30 16:55:10
|
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 > |