When I put my database file (which is .sdb) in a directory and try to access it from this directory, I get an error message. The error reads "cannot open the database file." For example, let my .sdb file be in the "data" directory, and I use the command "con = lite.connect ('data \ noktalar.sdb"), this error occurs. Why is this so?
Thank.
source
share