Another Won't Run the Second Time

Charles Yeomans yeomans at desuetude.com
Thu Jan 5 11:54:58 CST 2006


On Jan 5, 2006, at 7:24 AM, Chuck Pelto wrote:

> Morning [local] Ruslan,
>
> On Jan 5, 2006, at 2:27 AM, Ruslan Zasukhin wrote:
>
>> On 1/5/06 2:25 AM, "Chuck Pelto" <cbpelto at pcisys.net> wrote:
>>
>> More corrections
>
> I implemented a method inside of the App that is called immediately 
> after the mDatabase.Open( f ) call and uses the mTblPerson = 
> mDatabase.Table( "Person" ) call.
>
> This solves the problem of not being able to access the tables.
>
> However, I'm wondering if there is a way to do the CreateStructure 
> activity inside of the VDatabase object. It seems to me that it would 
> be more efficient to build a shell application with the database 
> related activities inside of that object, instead of nested inside the 
> App object itself.
>

This is a point of the class approach.  When you define the database 
structure in the database and table constructors, Valentina builds the 
database structure from the constructors when you call Create.

--------------
Charles Yeomans



More information about the Valentina mailing list