Re: [Firebird-net-provider] Transaction

2006-09-18 Thread Jun S. Pomer
Hi Dean, Thanks for the reply, will check the link. Jun ""Dean Harding"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Even were it possible to do it the way you've written, I would avoid doing > it like that anyway. > > The reason is that because the TableAdapter calls will cre

Re: [Firebird-net-provider] Finally Firebird BDP works with Delphi

2006-09-18 Thread Rick Hoover
Hi, > First, its not necessary to open a new project. The problem is when you go > to the Data Explore Tab and try to explore the Tables of the firebird > bbdd. When you open the connection you see three subelements:; Tables, > Views and Procedures. If I open the Tables element I get the error. I

Re: [Firebird-net-provider] database doesn't get updated after a datadapter.update(..)

2006-09-18 Thread Carlos Guzmán Álvarez
Hello: > Me.Dataset_MIODB.AcceptChanges() > Me.FbDataAdapter_CATEGORY.Update(Me.Dataset_MIODB, "CATEGORY") > Me.FbConnection_MIODB.Close() > Me.FbConnection_MIODB.Open() Please check that the dataset has changes befreo doing the update. -- Car

Re: [Firebird-net-provider] database doesn't get updated after adatadapter.update(..)

2006-09-18 Thread Amanda Kabak
Don't call AcceptChanges until after the update. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Hahn Sent: Monday, September 18, 2006 12:25 PM To: For users and developers of the Firebird .NET providers Subject: [Firebird-net-provider] database doe

[Firebird-net-provider] database doesn't get updated after a datadapter.update(..)

2006-09-18 Thread Daniel Hahn
Hello all! This is my first post to this list and here's some environment information before asking my first question. .NET 2.0, FirebirdClient 2.0, Visual Basic 2005 Express I use the following code to fill a dataset from an dataadapter and connect the table "CATEGORY" from the dataset to a

Re: [Firebird-net-provider] Firebird 2.0 under SharpDevelop 2.0 and NET 2.0

2006-09-18 Thread VS-Polis
Title: Jürgen Thomas Hello Carlos, thank you very much for this answer: now it works very well. Juergen Carlos Guzmán Álvarez schrieb: Hello: Is it possible to edit the file _C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config_ and insert the Firebird Provider li

Re: [Firebird-net-provider] Finally Firebird BDP works with Delphi

2006-09-18 Thread Emiliano Sutil
Anyway, I've now rebuilt the code and run all of the unit tests.  All testspass.  I then loaded my test program which displays a DBGrid for a table. This also works from the Delphi 2006 IDE.  So, there is something differentbetween my simple test code and your code.  Could you send a small Delphipr