Subject Re: [firebird-support] Re: TCP Connection diagnosis for firebird
Author John vd Waeter
Peter Chaisty wrote:
> Hi John
>
> No events so it should be stright forward sql traffic through port 3050.
>
> The problem is almost certainly in the VPN but I can't understand why
> I can update some fields in one table and another in a seperate table
> causes the timeout/connection termination.
>
> I assume if I can modify a field in one table then windows privilages
> won't be the problem ?
>

I think so. The databse is a file that is read/written by firebird. If
FB itself has full access to the file, then any attached FBuser can have
access to all tables in that database, as long as permissions are
granted by FB. Windows-rights are not involved.

John