Articles   Members Online:
-Article/Tip Search
-News Group Search over 21 Million news group articles.
-Delphi/Pascal
-CBuilder/C++
-C#Builder/C#
-JBuilder/Java
-Kylix
Member Area
-Home
-Account Center
-Top 10 NEW!!
-Submit Article/Tip
-Forums Upgraded!!
-My Articles
-Edit Information
-Login/Logout
-Become a Member
-Why sign up!
-Newsletter
-Chat Online!
-Indexes NEW!!
Employment
-Build your resume
-Find a job
-Post a job
-Resume Search
Contacts
-Contacts
-Feedbacks
-Link to us
-Privacy/Disclaimer
Embarcadero
Visit Embarcadero
Embarcadero Community
JEDI
Links
Connecting to Firebird DB Turn on/off line numbers in source code. Switch to Orginial background IDE or DSP color Comment or reply to this aritlce/tip for discussion. Bookmark this article to my favorite article(s). Print this article
17-Feb-04
Category
Database Others
Language
Delphi 5.x
Views
235
User Rating
No Votes
# Votes
0
Replies
0
Publisher:
DSP, Administrator
Reference URL:
DKB
			Author: Yovanny Rodrigue 

How do i connect to a remote firebird database server?

Answer:

Firebird/Interbase Databases 
A Firebird database is a single file - normally either *.fdb or *.gdb - all the 
tables are stored in that file. 
To create a new alias, follow the instructions above, select the INTRBASE driver, 
and set the following parameters. 

Property  Value  Comments  
Server Name     This is the fully qualified *.fdb or *.gdb file  
User Name  SYSDBA  For employee.gdb, the default password is masterkey  

Warning:  If the focus is in an Opened Interbase/Firebird table when Object / 
New... is selected, it is possible that you will create a new table or a new field 
instead of a new alias.  

To connect to a remote firebird server, you MUST include the drive letter after the 
computer name. 

CompName:C:\Program Files\Common Files\Borland Shared\Data\employee.gdb

The Interbase help says that the following format is also acceptable in ISQL - but 
it definitely does NOT work in the Database Explore. 
\\CompName\C:\Program Files\Common Files\Borland Shared\Data\employee.gdb

Firebird is the open source version of Borland's Interbase database server. 

.

			
Vote: How useful do you find this Article/Tip?
Bad Excellent
1 2 3 4 5 6 7 8 9 10

 

Advertisement
Share this page
Advertisement
Download from Google

Copyright © Mendozi Enterprises LLC