Marc, In v6.5++ I had much the same thing but I don't seem to get the problem in v7.x but I still follow my own advice below.
What made the most difference to me in v6.5++ were these two things: Don't SET SCRATCH - let it default to the Database directory; Don't use ".DAT" as a file extension and probably avoid "DAT" anywhere you can. It is a reserved word so it's not unreasonable even though you would think in text it ought to be alright - for example: set var x = 'datafile.dat' is real no no! Those two things probably killed 80-90% of all my crashes and, like you, I was getting them most days. Good luck, Regards, Alastair. ----- Original Message ----- From: "marc schluter" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, June 15, 2004 1:58 PM Subject: [RBASE-L] - Crash City > Hi all > > I have been fighting this for over 1 year and have > reached the end of my rope. > > I am using XP pro and 6.5++ the latest build. RBase > crahes about 2-3 times a day. About 3-4 times a week > the data gets trashed and I need to use a backup. > > It is not the same place in the program that crashes. > One part will crash a few times then that part to the > program will work for weeks but another part will > start crashing. > > I have installed new RAM, reinstalled XP. Trapped the > last 3 errors into a table and fixed all of them many > months ago. The only errors I get are putting text in > a date field or something like that. > > What else can I check. If my code was bad I would > expect it to crash in the same place each time I run > that code? Or am I wrong? > > Marc > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail >

