Virtual Table....
Ruslan Zasukhin
sunshine at public.kherson.ua
Sun Oct 26 00:26:38 CDT 2008
On 10/26/08 4:29 AM, "Charles Cohen" <rwc1717 at shaw.ca> wrote:
Hi Charles,
> .....running RB2008r1 and OSX 10.5.4...
>
> In V4RB 3.4 I create a virtual table.....using the code below
>
> dim vA as VTable
>
> vA =
> adb.CreateTable("xmltmp",EVStorageType.kRam,EVTableKind.kTblTemporary)
> call vA.CreateStringField("a",45)
> call vA.CreateStringField("b",7)
> call vA.CreateStringField("c",7)
> call vA.CreateStringField("d",8)
> call vA.CreateStringField("e",7)
> call vA.CreateStringField("f",7)
> call vA.CreateStringField("g",16)
> call vA.CreateStringField("h",15)
> call vA.CreateStringField("i",2)
> call vA.CreateStringField("j",4)
> call vA.CreateStringField("k",500)
> call vA.CreateStringField("l",500)
TIP: For 500 chars better use VarChar, will eat less RAM.
> It worked flawlessly...
>
> In V4RB 3.5.2 it crashes with the following report...@
> vA.LoadDump( fiXML,EVDumpType.kXML)
Crash is not related to TMP tables.
It is in LoadDump()
Hmm. Can I ask you test with latest 4.0 ?
http://www.valentina-db.com/download/beta/
Choose please 4.0b2 if you are on MAC
http://www.valentina-db.com/download/beta/4.0b2
If crash still here we need something to reproduce it.
--
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