Subject | AW: [firebird-support] Network connection using Firebird 2.0 and Visual Basic 6 |
---|---|
Author | Michael Möhle |
Post date | 2007-04-18T13:10:42Z |
Depends on your Provider.
For Gemini ODBC driver it is:
constr= "DRIVER={Gemini InterBase ODBC Driver
2.0};PROTOCOL=2;SERVER=servername;" _
& "DATABASE=pathtodatabase;UID=SYSDBA;PWD=masterkey;VERSION=6;" _
& "DIALECT=3"
constr = "DRIVER={Firebird/InterBase(r) driver};" _
& "Uid=SYSDBA;Pwd=masterkey;" _
& "DbName=servername:pathtodatabase"
Best regards,
Michael Möhle
Systemadministrator
Softwareentwickler
MBD-Team
Hausanschrift:
Möhle und Braker Datentechnik Gbr
24647 Ehndorf
Hinter dem Aalbek 16
Gesellschafter:
Michael Möhle
Rainer Braker
Peter Schmitz
Telefon: (04321) 6020-97
Telefax: (04321) 6020-98
eMail: m.moehle@...
Internet: www.mbd-team.de
-----Ursprüngliche Nachricht-----
Von: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com]Im Auftrag von tacsgroup
Gesendet: Mittwoch, 18. April 2007 07:18
An: firebird-support@yahoogroups.com
Betreff: [firebird-support] Network connection using Firebird 2.0 and
Visual Basic 6
How can i connect to a Firebird server using a client. I have a
Firebird server in one computer and im trying to connect to that server
using another computer in the network? I'm using vb6 programming
language. What connecton string should i use?
[Non-text portions of this message have been removed]
For Gemini ODBC driver it is:
constr= "DRIVER={Gemini InterBase ODBC Driver
2.0};PROTOCOL=2;SERVER=servername;" _
& "DATABASE=pathtodatabase;UID=SYSDBA;PWD=masterkey;VERSION=6;" _
& "DIALECT=3"
constr = "DRIVER={Firebird/InterBase(r) driver};" _
& "Uid=SYSDBA;Pwd=masterkey;" _
& "DbName=servername:pathtodatabase"
Best regards,
Michael Möhle
Systemadministrator
Softwareentwickler
MBD-Team
Hausanschrift:
Möhle und Braker Datentechnik Gbr
24647 Ehndorf
Hinter dem Aalbek 16
Gesellschafter:
Michael Möhle
Rainer Braker
Peter Schmitz
Telefon: (04321) 6020-97
Telefax: (04321) 6020-98
eMail: m.moehle@...
Internet: www.mbd-team.de
-----Ursprüngliche Nachricht-----
Von: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com]Im Auftrag von tacsgroup
Gesendet: Mittwoch, 18. April 2007 07:18
An: firebird-support@yahoogroups.com
Betreff: [firebird-support] Network connection using Firebird 2.0 and
Visual Basic 6
How can i connect to a Firebird server using a client. I have a
Firebird server in one computer and im trying to connect to that server
using another computer in the network? I'm using vb6 programming
language. What connecton string should i use?
[Non-text portions of this message have been removed]