Multiple Server Databases
Ian Devaney
idevaney at mac.com
Wed Jun 9 12:50:47 CDT 2004
Thanks Ruslan.
In this example:
> 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.
Is the variable "connect" referring to a vServer?
In other words:
Dim connect as ???
Dim connection as ???
Just checking!
Ian
On 8 Jun 2004, at 5:51 pm, valentina-request at lists.macserve.net wrote:
> Message: 6
> Date: Sun, 06 Jun 2004 15:23:02 +0300
> From: Ruslan Zasukhin <sunshine at public.kherson.ua>
> Subject: Re: Multiple Server Databases
> To: Ian Devaney <idevaney at mac.com>, <valentina at lists.macserve.net>
> Message-ID: <BCE8E756.1CB2C%sunshine at public.kherson.ua>
> Content-Type: text/plain; charset="US-ASCII"
>
> 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