Basic example of latest versions of RB and Valentina?

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Mon Apr 18 10:30:31 CDT 2011


On 4/17/11 8:59 PM, "Bill Mounce" <rb at teknia.com> wrote:

Hi Bill,

> I am upgrading my apps from earlier versions of REALBasic and Valentina, and
> they are breaking. Specifically, the tables are no longer being created.

And you use Class way in your project, right?


This was mentioned few times on this list.
Please check your constructors of tables and V4RB example API_way

You have something as
    
Ctor
    name = "aaa"

Should be 

    super( "aaa" ) 

 
> Does anyone have a good basic example project that shows how RB and Valentina
> should work together? I use Valentina's classes.
> 
> Or perhaps more specifically, does anyone have a sample method of how to
> create a database, open it, create tables, and import data. That would really
> be helpful.

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list