EricDraven
Programmer
Stage III of the masterplan!
I now have the database created, the code of my application is beginning to take shape, all should be well! I am however stuggling to setup the system across the network! I have setup Interbase on a networked machine and transferred my Database to there. This is fine!
Using IBConsole, I can access the database fine, but when I try to set the IBDatabase component in Delphi to this path, I receive the following error.
I am aware that using the TCP/IP protocol I need to enter the IBDatabase path as <Server Name>:<Path> but all it does is return the error above! Is there anything I need to set on the Interbase server machine in order to correctly access the database via Delphi! Hopefully one of you can shed some light on the situation.
When your feeling down and your resistance is low, light another cigarette and let yourself go
I now have the database created, the code of my application is beginning to take shape, all should be well! I am however stuggling to setup the system across the network! I have setup Interbase on a networked machine and transferred my Database to there. This is fine!
Using IBConsole, I can access the database fine, but when I try to set the IBDatabase component in Delphi to this path, I receive the following error.
Code:
I/O error for file "Mypath\MyDBase.GDB"
Error while trying to open file
unknown Win32 error 53.
When your feeling down and your resistance is low, light another cigarette and let yourself go