DB: Gadfly 's killing my DB files

Lutz Schröer Lutz.Schroeer at altavista.net
Mon Mar 6 12:24:12 EST 2000


Lutz.Schroeer at altavista.net (Lutz Schröer) schrieb in
<8EEF9B460LutzSchroeeraltavist at 139.174.2.56>: 

>import gadfly
>connect = gadfly.gadfly("database", ".")
>connect.close
>
>Unfortunately this is deleting the gfl and glb files only leaving the
>gfd file intact. 

Well, it seems that there was an error while creating the db.

import gadfly
connection = gadfly.gadfly()
connection.startup("dorms", "d:\Python")

I forgot to enter the second line and Gadfly does not seem to like it....

Lutz



More information about the Python-list mailing list