V4RB Client
Ruslan Zasukhin
sunshine at public.kherson.ua
Fri Jul 25 08:30:50 CDT 2003
on 7/25/03 3:33, James Kleinschmidt at jkleins at shentel.net wrote:
Hi James,
> Do I need that even for a local database, or is it just for the server
> databases?
You need this only for Server based db, when you use V4RB_Client.
> My question is: if I am working on one project that just
> uses a file on the local hard drive and then change to work on one that
> uses the server I need to shut down REALBasic and change the plugin.
> Can I avoid this by putting this call to the VDatabase() in all the
> files and just using the V4RB_Client plug in?
James, this is our target to be able work with both local and remote db.
As far as I know any other db cannot do this.
We need yet resolve this task, because we need find way how to put 2 plugins
into RB folder.
> Thanks,
>
> Jim
> On Thursday, July 24, 2003, at 08:21 AM, Ruslan Zasukhin wrote:
>
>> on 7/24/03 4:51, James Kleinschmidt at jkleins at shentel.net wrote:
>>
>>> enclosed is a folder with the explanation in a bugreport textfile.
>>
>> James,
>>
>> Yes I see crash,
>>
>> But as I see you have NOT specify in the your database constructor
>> The call to Vdatabase()
>>
>> ----------------------------------
>> Sub cDatabase
>> 'set up all tables here
>>
>> 'inHost=host
>> 'inUserName=name
>> 'inUserPassword=password
>> demographics= new cDemographics
>> End
>>
>>
>>
>> MUST BE
>>
>>
>> ----------------------------------
>> Sub cDatabase
>> 'set up all tables here
>>
>> 'inHost=host
>> 'inUserName=name
>> 'inUserPassword=password
>>
>> Vdatabase( Host, User, passw )
>>
>> demographics= new cDemographics
>> End
>>
--
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