Mac OS RunRev/LiveCode vOffice switching between two databases
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Sat Nov 20 11:33:13 CST 2010
On 11/20/10 4:34 PM, "william humphrey" <bill at bluewatermaritime.com> wrote:
Hi William,
> Thank you Ruslan but I to be more clear.
>
> Using RunRev/LiveCode application I have a vServer database which populates
> the cards with design specific data. I don't want to have another database
> open with different data and tables. I want to be able to close the specific
> database that is open and open another one that has the same schema but
> different data.
>
> For example:
>
> FruitDatabase
> Table Citrus
> data: apple, orange, grapefruit
>
> FruitDatabasetwo
> Table Citrus
> data: apple, lime, melon
>
> I want to while inside the RunRev/LiveCode application close the FruitDatabase
> that I am accessing and open the FruitDatabasetwo and access that instead.
Okay, so what problems?
You have
VDatabase_Close( dbRef )
Then
dbRef = VDatabase_Open( " FruitDatabaseTwo" )
And do the same
--
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