Re: [Firebird-net-provider] Cannot update the data on database

2005-11-07 Thread Arn
[EMAIL PROTECTED] wrote: Hello: FirebirdSql.Data.Firebird.FbTransaction Tran = Connessione.BeginTransaction(); Could you check here the HasChanges property of the DataSet please ?? FbDataAdapter1.Update( fbDataset1 ); Tran.Commit();

Re: [Firebird-net-provider] Cannot update the data on database

2005-11-07 Thread Arn
Hi. Sorry to bother the List, but I cannot resolve what seems to me a too much simple issue. this is a NOT WORKING snippet: private void Grid1_UpdateCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e) { fbConnection1.Open();

[Firebird-net-provider] Free VS 2005 good for the provider?

2005-11-07 Thread Benton
Hi Carlos, Microsoft is giving away Visual Studio 2005 Express Editions: http://msdn.microsoft.com/vstudio/express/ Will this have an impact on the date you plan to release the 2.0 provider compiled by VS 2005 final, if you have one already? Best Regards, -Benton

OffTopic - Re: [Firebird-net-provider] Free VS 2005 good for the provider?

2005-11-07 Thread ShofB
Does anyone know the difference between the Express C# and theFull Visual Studio? - Original Message - From: Benton [EMAIL PROTECTED] Newsgroups: sourceforge.firebird-net-provider To: firebird-net-provider@lists.sourceforge.net Sent: Monday, November 07, 2005 2:34 PM Subject:

Re: OffTopic - Re: [Firebird-net-provider] Free VS 2005 good for the provider?

2005-11-07 Thread Hayk
There is a feature matrix available to better explain, but in short the main difference is that Express versions do not support any 3rd party components or tools integrations. So basically it is a very limited environment, but the language features themselves are same and should work fine for a