FC 7 Issue

Bob Keeney bkeeney at everestkc.net
Thu Aug 4 09:41:14 CDT 2005


On Aug 4, 2005, at 8:51 AM, valentina-beta-request at lists.macserve.net  
wrote:

> Hi All,
>
> you can download fc7 here:
>
>     http://paradigmasoft.com/en/products/download/beta
>
>
> Fixed bugs are:
>
>     971
>     973
>     974
>     975
>
> Bob, Dan, please try new Vserver with your projects that use Class- 
> way.
>     Igor have fix problems that you have see.
>


First the good news.  No hard crash using the class way.

Now, the bad news.  I get a hang when trying to open the database.   
Here's the code I'm using:

======================
   Valentina.InitClient()
   dim f as FolderItem

   f = GetFolderItem( "BKeeney.vdb"  )

   gdb = new CDatabaseClass(Host,UserName,Password )

   try
     gdb.Open( f )  <-------------Hang and no error
   catch err as VException
     gdb.Create( f, EVdbMode.kDsc_Dat_Blb_Ind , 32 * 1024 )

     gdb.SetDefaults
     gdb.SchemaVersion = kSchemaVersion
     gdb.close
     gdb.Open(f)
     return true
   end
  =========================

No files are created.  This is the correct way of doing it, no?

Bob K.


More information about the Valentina-beta mailing list