Subject | Re: c# connection string datasource |
---|---|
Author | Jeffrey Bradley |
Post date | 2007-07-18T17:40:28Z |
Are you using the Firebird .NET data provider or ADO or ...?
--- In firebird-support@yahoogroups.com, "rkamarowski"
<rkamarowski@...> wrote:
--- 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?
> >