V4RB 3.5.2 Crashes

Claudius Sailer Claudius at sailer-online.de
Sat Apr 26 12:09:41 CDT 2008


Hello,

problem is solved.
I had to delete one more table and to change the order of deletions.

bye


Claudius


Am 25.04.2008 um 10:56 schrieb Claudius Sailer:

> Hello,
> Hi Ruslan,
>
> with V4RB 3.5.2 my app crashes with following error message
>
> <Bild 1.png>
>
>
>
> At this moment I make following
>
>
>    meineDatenbank.TDepot.DeleteAllRecords(NIL)
>    meineDatenbank.TBuchungen.DeleteAllRecords(NIL)
>    meineDatenbank.TSonstiges.DeleteAllRecords(NIL)
>    meineDatenbank.TPersoenlich.DeleteAllRecords(NIL)
>    meineDatenbank.TDauerauftraege.DeleteAllRecords(NIL)
>    meineDatenbank.TMakroBuchungen.DeleteAllRecords(NIL)
>    meineDatenbank.TKonten.DeleteAllRecords(NIL)
>    meineDatenbank.TKategorien.DeleteAllRecords(NIL)
>    meineDatenbank.TMWStSatz.DeleteAllRecords(NIL)
>    meineDatenbank.TMWSt.DeleteAllRecords(NIL)
>    meineDatenbank.TSteuerfuchsfelder.DeleteAllRecords(NIL)
>    meineDatenbank.TFormularArten.DeleteAllRecords(NIL)
>    meineDatenbank.TKategorieGruppen.DeleteAllRecords(NIL)
>    meineDatenbank.TKontoArt.DeleteAllRecords(NIL)
>    meineDatenbank.TKontoGruppen.DeleteAllRecords(NIL)
>    meineDatenbank.TAnzeige.DELEteAllRecords(NIL)
>    meineDatenbank.TWP.DeleteAllRecords(NIL)
>    meineDatenbank.TCurrencies.DeleteAllRecords(NIL)
>    meineDatenbank.TDepotKonten.DeleteAllRecords(NIL)
>    meineDatenbank.TWPArten.DeleteAllRecords(NIL)
>    meineDatenbank.TOnline.DeleteAllRecords(NIL)
>    meineDatenbank.flush
>
> and it crashes at this code line
>
>
>  meineDatenbank.TKonten.DeleteAllRecords(NIL)
>
> my table structure is following
>
>
>  name="Konten"
>  Konto_Name= new VVarChar("Konto_Name", 504, EVFlag.fUnique 
> +EVFlag.fIndexed)
>  Anfangs_Saldo= new VLong("Anfangs_Saldo")
>  Konto_Typ= new VBoolean("Konto_Typ")
>  KontoArt_ID= new VObjectPtr("KontoArt_ID", inDataBase.TKontoArt,  
> EVOnDelete.kRestrict)
>  Konto_Limit= new VLong("Konto_Limit")
>  Besitzer_Name= new VVarChar("Besitzer_Name", 504, EVFlag.fNullable)
>  Konto_Nummer= new VVarChar("Konto_Nummer", 504,EVFlag.fNullable)
>  BLZ= new VVarChar("BLZ", 504,EVFlag.fNullable)
>  Name_Bank= new VVarChar("Name_Bank", 504, EVFlag.fNullable)
>  KontoGrp_ID= new VObjectPtr("KontoGrp_ID",  
> inDataBase.TKontoGruppen, EVOnDelete.kRestrict)
>  Icon= new VULong("Icon")
>  Sortierung=new VULong("Sortierung")
>  HauptGegenKonto= new VObjectPtr("HauptGegenKonto", self,  
> EVOnDelete.kSetNull)
>  ButtonLeiste= new VBoolean("ButtonLeiste")
>
>
> With V4RB 2.5.8 I never had a problem.
> Do I have an other possibility to make the database completely empty?
>
> when I run the same procedure in with ValentinaLog App doesn't crash  
> but writes following
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286610576
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286478656
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286460400
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286317744
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286489088
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286502336
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286567888
> 	PARAM: inSet = 0
> ERROR: 0x81521 The link "Link_23" refuses operation.
>
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286555520
> 	PARAM: inSet = 0
> ERROR: 0x81521 The link "Link_25" refuses operation.
>
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286529616
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286522160
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286548976
> 	PARAM: inSet = 0
> ERROR: 0x81521 The link "Link_5" refuses operation.
>
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286335440
> 	PARAM: inSet = 0
> ERROR: 0x81521 The link "Link_3" refuses operation.
>
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286340032
> 	PARAM: inSet = 0
> ERROR: 0x81521 The link "Link_4" refuses operation.
>
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286323744
> 	PARAM: inSet = 0
> ERROR: 0x81521 The link "Link_7" refuses operation.
>
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286332224
> 	PARAM: inSet = 0
> ERROR: 0x81521 The link "Link_8" refuses operation.
>
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286349056
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286596512
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286527952
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286458560
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286729856
> 	PARAM: inSet = 0
> return
>
> Table_DeleteAllRecords...
> 	PARAM: inTable = 286513312
> 	PARAM: inSet = 0
> return
>
> Database_Flush...
> 	PARAM: inDatabase = 286759296
> return
>
> Database_Flush...
> 	PARAM: inDatabase = 286759296
> return
>
>
> Claudius
>
> -- 
> iMac CD 2GHz / MacOS X 10.5.2de / RB 2008r1/ Valentina 3.5.2
> Homepage    http://www.ClaSai.de
> iChat        ryhoruk
> RealBasic ListBoxes: [ I feel the need...the need for speed!!! ]
>
>
>

Claudius

-- 
iMac CD 2GHz / MacOS X 10.5.2de / RB 2007r5/ Valentina 2.5.8
Homepage    http://www.ClaSai.de
iChat        ryhoruk
RealBasic ListBoxes: [ I feel the need...the need for speed!!! ]





More information about the Valentina mailing list