|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Firebird and Networkdrives under win32
Hello,
i'm trying to connect to a *.gdb/*.fdb on a network mapped drive, but i always get an -902 error. the configuration: Firebird 1.5.2 is running on server1 the *.gdb/*.fdb files are store on server2 firebird.conf ExternalFileAccess = Full alias.conf DB = P:\db\test.gdb 'where <P> is a mapped drive this doesnt work, but why?? any suggestions??? thx 4 any help max |
|
#2
|
|||
|
|||
|
Mapped drives won't work. Period. That is "as designed". Period.
-- With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server Upscene Productions http://www.upscene.com
__________________
Martijn Tonies Database Workbench: developer IDE for Firebird, MySQL, InterBase, MSSQL Server and Oracle Upscene Productions http://www.upscene.com |
|
#3
|
|||
|
|||
|
thx for reply
Quote:
is there any way to connect to 'external' *.gdb files. works the linux version with mounted ressources?? for example mount a windows share with samba under /firbird/extdb ?? regards max |
|
#4
|
|||
|
|||
|
With Windows: no.
With Linux and symbolic links, it might work, I don't know. Give it a try. The reason for this NOT to work, is network latency, no true control over the file etc etc... Seriously, if another Firebird server access the same file (that is, IF you can get it to work), you will experience instant database corruption. With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server Upscene Productions http://www.upscene.com |
|
#5
|
|||
|
|||
|
Hmmm,
the reason is not to setup two firebird server. i hav a fileserver. this stores all kind and any data that where used on network. so i't would be nice the *.gdb's to. however thx for the help. (a use at own risk option in firebird.conf would be nice )thx max |
|
#6
|
|||
|
|||
|
A file server <> database servers.
Clients DO NOT NEED direct access to the file. Backup programs SHOULD NOT create backups of the "gdb" file, but only of backups of the gdb file, created via the Services API or the "gbak" command line tool. All in all, there's no point in storing the database file on a file server. Besides, it is much better to have a separate machine as your database server anyway :-) With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server Upscene Productions http://www.upscene.com |
|
#7
|
||||
|
||||
|
And let me add that a file server is not a storage solution, which is an appropriate storage for a database's datafiles, see this (vendor) link for some docs about that.
__________________
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) |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Firebird and Networkdrives under win32 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|