vCOM Create Table

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Dec 13 20:09:47 CST 2006


On 12/06/13 8:00 PM, "Ivan Smahin" <ivan_smahin at valentina-db.com> wrote:

>> I am experimenting with vcom using vb. When I create a db it is created on
>> the hard drive. When I attempt to open it with vStudio nothing happens. No
>> error, just no database appears after it is opened.
> 
>> Here is the test code:
>>       
>>     Dim V As New Valentina
>>     V.Init 10
> 
>       10 is too small cache.
>       
>       V.Init 4 * 1024 * 1024

Besides

In VB6 such syntax will give bad result. It think on default in INTEGER

You need

        cache = 4 * 1024 *1024

Then only

       V.Init cache



-- 
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