Re: [Firebird-net-provider] .Net Data Provider for 2.1.3

2011-02-21 Thread Helen Borrie
At 01:12 PM 21/02/2011, Yik Yuan Tan wrote: Hi, Im not sure whether I came to the right place to ask few questions about the .net provider for Firebird. I have a accounting software running on firebird 2.1.3 and I'm thinking to integrate few .net application into the accounting. Now the

[Firebird-net-provider] Urgent: Create Connection in VS2010

2011-02-21 Thread Sebastian
Hi, I installed the Firebird .NET provider 2.6 and the VS 2010 integration. Now I want to create a new connection in the IDE, and so I select the firebird provider als the correct provider and set the options for the connection (database name, etc). When I click on 'Test connection' I always

[Firebird-net-provider] [FB-Tracker] Created: (DNET-367) System.IndexOutOfRangeException thrown at FirebirdSql.Data.FirebirdClient.FbConnection.Open()

2011-02-21 Thread Sebastian Gingter (JIRA)
System.IndexOutOfRangeException thrown at FirebirdSql.Data.FirebirdClient.FbConnection.Open() - Key: DNET-367 URL: http://tracker.firebirdsql.org/browse/DNET-367

Re: [Firebird-net-provider] Urgent: Create Connection in VS2010

2011-02-21 Thread Daniel Rail
Hi, At February-21-11, 5:13 PM, Sebastian wrote: Hi, I installed the Firebird .NET provider 2.6 and the VS 2010 integration. Now I want to create a new connection in the IDE, and so I select the firebird provider als the correct provider and set the options for the connection (database

Re: [Firebird-net-provider] Urgent: Create Connection in VS2010

2011-02-21 Thread Sebastian
Hi Daniel, Could you try: FbConnection conn = new FbConnection(data source=127.0.0.1;User id=SYSDBA;Password=masterkey;Initial Catalog=C:\Users\smartBugs\Documents\PCTRADE.gdb); I usually write this way: FbConnection conn = new FbConnection(); conn.ConnectionString = data