Subject Re: c# connection string datasource
Author Jeffrey Bradley
Are you using Embedded Firebird or one of the flavors of Firebird Server?

--- In firebird-support@yahoogroups.com, "rkamarowski"
<rkamarowski@...> wrote:
>
>
> it has changed to 'localhost' do you want another error printout?
>
> i'm using:
> Microsoft Visual Studio Codename Orcas
> Version 9.0.20404.0 Beta1
> Microsoft .NET Framework
> Version 2.0.50727
> Installed Edition: C# Express
> Microsoft Visual C# Codename "Orcas" 76544-000-0000011-00126
> Microsoft Visual C# Codename "Orcas"
>
> --- In firebird-support@yahoogroups.com, "Jeffrey Bradley"
> <jeff_bradley@> wrote:
> >
> > I am still using .NET 2.x.
> >
> > Does the error message still indicate that it is having a problem with
> > "rac", or does it change it to "localhost", etc?
> >
> >
> > --- In firebird-support@yahoogroups.com, "rkamarowski"
> > <rkamarowski@> wrote:
> > >
> > >
> > > .NET Framework 3.5
> > >
> > > --- In firebird-support@yahoogroups.com, "Jeffrey Bradley"
> > > <jeff_bradley@> wrote:
> > > >
> > > > Are you using the Firebird .NET data provider or ADO or ...?
> > > >
> > > > --- In firebird-support@yahoogroups.com, "rkamarowski"
> > > > <rkamarowski@> wrote:
> > > > >
> > > > > all fields are now defined, and still the same error???
> > > > >
> > > > > bob k.
> > > > >
> > > > >
> > > > >
> > > > > --- In firebird-support@yahoogroups.com, "Jeffrey Bradley"
> > > > > <jeff_bradley@> wrote:
> > > > > >
> > > > > > Here is an example of one of my connection strings (note: I
> > changed
> > > > > > User and Password to protect the guilty)
> > > > > >
> > > > > > strConn = "User=XXXXXX;" +
> > > > > > "Password=xxxxxx;" +
> > > > > > "Database=d:\\data\\test_datawarehouse.fdb;" +
> > > > > > "DataSource=localhost;" +
> > > > > > "Port=3050;" +
> > > > > > "Dialect=3;" +
> > > > > > "Charset=NONE;" +
> > > > > > "Role=;" +
> > > > > > "Connection lifetime=0;" +
> > > > > > "Connection timeout=15;" +
> > > > > > "Pooling=True;" +
> > > > > > "Packet Size=8192;" +
> > > > > > "Server Type=0";
> > > > > >
> > > > > > I don't know if you need to specify every parameter like I
> > did, but
> > > > > > you may need to specify the Port and Packet Size. Also, are
> > you by
> > > > > > any chance running a local firewall?
> > > > > >
> > > >
> > >
> >
>