-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nic Wise
Sent: Friday, 29 September 2000 11:54
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Error connecting to an InterBase database on a
remote server using NetBEUI


Few things (others may have been here first tho):

>1. DONT USE NETBEUI. Its the slowest possible protocol. Use TCP/IP if it
all
>possible.

Yes, but we still have a number of customers who use NetBeui, this is out of
our control.

>2. with netbeui, you dont need to share the .gdb file - all you are opening
>is a named pipe to the IB server - have a look in the manual (which I dont
>have infront of it - new laptop), but I think its something like:

>\\machine\c:\somefile.gdb

Yes, the syntax is: \\<server_name>\<filename>

>you dont share c:\ - its just a way to reference it. I think it would
>resolve to

>server "machine"
>pipe "interbase"

"\pipe\interbas\server"

>dbfile "c:\somefile.gdb"

>...?

>3. you can't access a gdb file is its not on a local disk - and the only
>process that accesses the .gdb file should be ibserver.exe - ever (well,
>almost - you can embed IB in a C app under unix.... but thats the whole
DB!)

I'm not accessing the gdb file directly, just trying to connect to it suing
\\<server_name>\<filename>

>HTH

>N

Thanks Nic

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Cheng Wei
> Sent: Friday, 29 September 2000 11:18
> To: Multiple recipients of list delphi
> Subject: [DUG]: Error connecting to an InterBase database on a remote
> server using NetBEUI
>
>
> Hi all,
>
> Server side: entire HDD is shared, full access for everyone, no password
> required.
> Client side: can see the shared server resources from Windows explorer,
> read/write ok.
>
> it returns the following error message:
>
> An InterBase error has occurred while attaching.
> Error - Unable to complete network request to host "FAB_TRAINER".
> Failed to establish a connection.
> unknown Win32 error 65
> InterBase Communication Test Failed!
>
> Win32 error 65 means network access denied, is this correct? what am I
> missing then? any help appreciated.
>
> Cheng
>
>
>
> ------------------------------------------------------------------
> ---------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to