Realbasic 5.5.5 crash when opening Valentina from IDE

Damon Pillinger daisychain at iinet.net.au
Thu Aug 11 16:15:09 CDT 2005


Hi Guys
 
I use this code to create a simple Valentina Database, it happens with
all Valentina databases however.
 
  dim d2 as VRBDataBase
  dim f as folderitem
  
  d2=new VRBDataBase
  f=getfolderItem("").child("ValentinaDB.vdb")
  f.delete
  d2.databaseFile=f
  if d2.createDatabaseFile then
    if d2.connect then
      d2.sqlExecute("Create Table test (f1 integer,f2 varchar, f3
date,f4 double,f5 TimeStamp)")
      if d2.error then msgbox "3"+d2.errorMessage
    end if
  end if
  beep
 
This will create a database. 
Go back in to RealBasic and select the menu
 
Edit / Add Data Source / Select Valentina
 
Select a Valentina Database
 
You can see it in the IDE but when you double click on it Real basic
crashes.
 
RB 5.5.5
Val 2.0.5fc5
 
Any ideas
 
Best Regards
 
Damon L. Pillinger
Jensen 2005 by Daisychain
www.daisychain.no-ip.biz
Phone : 03 9532 1220
Fax : 03 9532 1280
 


More information about the Valentina mailing list