|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Firebird over a network
How do I access a Firebird database over a network?
I am using Delphi to run an application and am connecting to a Firebird database. I want to be able to run the app on another machine and be able to use my database. I have installed the client libraries on the other machine, but keep getting input / output errors. Any help / suggestions? Thank you. Wissa ![]() |
|
#2
|
||||
|
||||
|
First try to connect from the command line with isql. this way:
Code:
C:\Programmi\Firebird\Firebird_2_0\bin>isql -u sysdba -p masterkey localhost:c:\ programmi\firebird\firebird_2_0\examples\empbuild\employee.fdb Database: localhost:c:\programmi\firebird\firebird_2_0\examples\empbuild\employ ee.fdb, User: sysdba SQL> exit; C:\Programmi\Firebird\Firebird_2_0\bin> Quote:
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
|
#3
|
||||
|
||||
|
Note that an error like
Code:
Statement failed, SQLCODE = -902 I/O error for file "c:\programmi\firebird\firebird_2_0\examples\employee.fdb" |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Firebird over a network |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|