Multiple Server Databases
Ruslan Zasukhin
sunshine at public.kherson.ua
Sun Jun 6 15:23:02 CDT 2004
On 6/6/04 3:09 PM, "Ian Devaney" <idevaney at mac.com> wrote:
> RB.
>
> Thanks,
>
> Ian
>
> On 6 Jun 2004, at 8:03 am, Ruslan Zasukhin wrote:
>
>> Hi Ian,
>>
>> What API you use ?
>> C++ or RB ?
Now you do
db = new Databse( IP, port, user, passw )
You should do
connect = new Connection ( IP, port, user, passw )
db1 = new Database( connect )
db2 = new Database( connect )
I.e. You use object Connect when you create object of Database.
--
Best regards,
Ruslan Zasukhin [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------
More information about the Valentina
mailing list