Subject | Re: [firebird-support] how to connect server from client |
---|---|
Author | SUKHEN DASS |
Post date | 2014-04-15T06:21:34Z |
I have tried the connection string using firebird connection string builder
User=SYSDBA;
Password=masterkey;
Database=SampleDatabase.fdb;
DataSource=ip address of server;
Port=3050;
Dialect=3;
Charset=NONE;
Role=;
Connection lifetime=15;
Pooling=false;
Packet Size=8192;
ServerType=0;
but above dint work
then i tried this also
but now success.....please, help
User=SYSDBA;
Password=masterkey;
Database=ip address:C:\SampleDatabase.fdb;
DataSource=ip address of server;
Port=3050;
Dialect=3;
Charset=NONE;
Role=;
Connection lifetime=15;
Pooling=false;
Packet Size=8192;
ServerType=0;
On , SUKHEN DASS <sukhendass@...> wrote:
Thanks Martijn
what is firebird client and server installation...is it superserver and classic server you are talking about or dll files on client machine and superserver/classic server running on server
Thanks
Sukhen Dass
what is firebird client and server installation...is it superserver and classic server you are talking about or dll files on client machine and superserver/classic server running on server
Thanks
Sukhen Dass
On Tuesday, April 15, 2014 11:38 AM, Martijn Tonies (Upscene Productions) <m.tonies@...> wrote:
Hi,
This might help:
On the client, you need to install the Firebird client, on the server, you
need
to have Firebird running.
With
regards,
Martijn Tonies
Upscene Productions
http://www.upscene.com
Download Database Workbench for Oracle, MS SQL Server, Sybase SQL
Anywhere, MySQL, InterBase, NexusDB and Firebird!
Martijn Tonies
Upscene Productions
http://www.upscene.com
Download Database Workbench for Oracle, MS SQL Server, Sybase SQL
Anywhere, MySQL, InterBase, NexusDB and Firebird!
From: SUKHEN DASS
Sent: Tuesday, April 15, 2014 8:02 AM
Subject: [firebird-support] how to connect server from
client
Dear
Team,
How can i connect the server database from client application in vb.net with firebird. what are the requirement at the server side and client side.what connection string should i use at client side
Thanks
Sukhen Dass
How can i connect the server database from client application in vb.net with firebird. what are the requirement at the server side and client side.what connection string should i use at client side
Thanks
Sukhen Dass