Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connection to remote database

Status
Not open for further replies.

sancho1980

Technical User
Nov 25, 2005
15
DE
Hi,
you sure know these database aliases in delphi, right?
Now, if I open the database explorer and select one of the aliases, I find a parameter called server which is where the given database is located, right?
Now, I was trying to connect to a remote database using this alias so I just tried by replacing c:\path\database.gdb with localhost:c:\path\database.gdb but it didn't work
does any of you know why? It *should* actually be the exact same thing, shouldnt it?
Thanx,
Martin
 
What license version of Interbase do you have?

The client-server version of Delphi supplied a 5 license version of Interbase, in other words the Server allows upto 5 remote connections

De Delphi pro versions had only the 1 license, local Interbase Server, thus it would not accept remote connections.

Steven
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top