From: Andy C. <an...@ca...> - 2005-03-22 22:52:18
|
Andy Colson wrote: >> >> I have a createdb app that fires off a "create database" call. Then >> it uses gfix to disable forced writes... (humm.. I'll try the process >> using forced writes to see if it makes a difference). >> > > Using forced writes didnt make a difference. It still corrupts the db. > > -Andy Progress... (well, a little) I was able to extract the sql that is run duing the batch and generate a sql script. If I run the script with sqlWin it corrupts the db, however, when I run the script with isql it works fine. When I get home I'm going to make sure I dont have any stray gds*.dll's or fbclient.dll's laying around, and run it a few times on my laptop just to make sure its reproducable. then I can post it and see if anyone else gets the problem. -Andy |