HI Group I have this code Try Con.Close() Con.Type = "sqlite3" Con.Host = "./" Con.Name = "voc.sqlite3" Con.Open() Print "Connected : " & Con.Opened this works fine in the editor but when i make a Deb of this and run it tells me it can not find the file any ideas cheers shane