Subject | Re: [IBO] Multi-user |
---|---|
Author | Helen Borrie (TeamIBO) |
Post date | 2002-05-13T12:13:58Z |
At 11:07 AM 13-05-02 +0200, Tom Deprez wrote:
purpose of transaction management...
connect through Windows local connection! Set up a server host in your
HOSTS file, and connect your application instances to it, thus:
HOSTS entry:
127.0.0.1 TestServer # Local loopback server
Connection parameters:
Server - TestServer
Path - d:\localpath\myDB.gdb (whatever it is on your machine)
Protocol - cpTCP_IP
users...
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at
www.ibobjects.com
>Hi,Possibly some temporary problems, if you haven't fully understood the
>
>I've made a simple program with the use of ibobjects and firebird. I'm
>wondering now if I can allow it to used multi-user.
>Since this will only be used by 2-3 person max at the same time, I think I
>just install the program on 3 PC's.
>My biggest question is: how far am I safe? Will I get into some problems?
purpose of transaction management...
>How can I check that my program will work correctly?Run multiple instances of it on your single machine...just don't have them
connect through Windows local connection! Set up a server host in your
HOSTS file, and connect your application instances to it, thus:
HOSTS entry:
127.0.0.1 TestServer # Local loopback server
Connection parameters:
Server - TestServer
Path - d:\localpath\myDB.gdb (whatever it is on your machine)
Protocol - cpTCP_IP
>What are the pitfalls?With luck and good management, none. This database was made for multiple
users...
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at
www.ibobjects.com