network connectivity?
Posted: 26.01.2006, 10:37
hi there
i tried using ZEOS 6.5.1 alpha with delphi 2005 architect and firebird 1.5 embedded
i followed your easyQuery tutorial, everything works fine
at least, as long as the database is not located on a network drive
as soon as i map some unc path (\\server\share) to a drive letter (g:) and try to start the app from there, on startup i get the error:
SQL Error: Unable to complete network request to host "myserver". Failed to establish a connection. The system could not find the file specified.
. Error Code: -902. Unsuccessful execution caused by a system error that precludes successful execution of subsequent statements.
the firebird log says:
PC-04 (Server) Thu Jan 26 10:37:34 2006
WNET/wnet_error: CreateFile errno = 2
PC-04 is my machine, myserver is the machine the network share is on
hope you can help with my problem
thank you
Sub
i tried using ZEOS 6.5.1 alpha with delphi 2005 architect and firebird 1.5 embedded
i followed your easyQuery tutorial, everything works fine
at least, as long as the database is not located on a network drive
as soon as i map some unc path (\\server\share) to a drive letter (g:) and try to start the app from there, on startup i get the error:
SQL Error: Unable to complete network request to host "myserver". Failed to establish a connection. The system could not find the file specified.
. Error Code: -902. Unsuccessful execution caused by a system error that precludes successful execution of subsequent statements.
the firebird log says:
PC-04 (Server) Thu Jan 26 10:37:34 2006
WNET/wnet_error: CreateFile errno = 2
PC-04 is my machine, myserver is the machine the network share is on
hope you can help with my problem
thank you
Sub