[Firebird-net-provider] .Net Provider 2.0 Alpha and Visual Web Developer 2005 Express

2005-11-10 Thread Arn
Hi All. .Net Provider 2.0 Alpha works with Visual Web Developer 2005 Express? If yes how to install it?? Thanks Arn --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for

[Firebird-net-provider] Delphi examples??

2005-11-08 Thread Arn
. Sorry for the long time asking... TIA Arn --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP.

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

2005-11-07 Thread Arn
); Grid.DataBind(); } This code NOT update the underlying database. the HasChanged property of the fbDataset1 return false. What is wrong Anybody willing to help?? TIA Arn --- SF.Net email is sponsored by: Tame your development

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

2005-11-07 Thread Arn
(); fbConnection1. Close(); fbDataset1.AcceptChanges(); <-- have moved -- Best regards Carlos Guzmán Álvarez Vigo-Spain Hi. The HasChanged property of the DataSet is set to false. TIA

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

2005-11-06 Thread Arn
Hi Arn, I think your mistake is that you call the AcceptChanges()-Method from your DataGrid BEFOR you update the data! In this case the Update()-Methode can't find any changes in your DataGrid because the RowState Property of all DataRows was set to unchanged. Call first the Update()-Me

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

2005-11-06 Thread Arn
); Tran.Commit(); fbConnection1.Close(); // * Grid1.EditItemIndex = -1; fbDataAdapter.Fill( fbDataset1 ); Grid.DataBind(); } TIA Arn --- SF.Net

Re: [Firebird-net-provider] Some code to contribute for .NET 2.0

2005-10-27 Thread Arn
Sorry for the misleading subject. It should be: Help on embedded server. Ciao Arnaldo --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training

Re: [Firebird-net-provider] Some code to contribute for .NET 2.0

2005-10-27 Thread Arn
Hi All. After some readings and tests I can figure out the connection with D2005( c# ) and pascal. I have connect my test.fdb with the .net provider Now I'd like to use the embedded server( fbembed.dll). Dont' work, so I have read all the list and finally: 1) Some say to put the fbembed.dll a

[Firebird-net-provider] New to .net

2005-10-25 Thread Arn
Hi All. My name is Arnaldo. I am new to .net. I am using Delphi 2005. Exist a paper, a demo or whatsoever on using Firebird-net-provider with Delphi? either Pascal or C#?? TIA Arnaldo --- This SF.Net email is sponsored by the JBoss Inc. G