Let’s say we have a Tkinter app with many entry widgets like this: The values from these widgets are used to UPDATE a database. The thing I want is to be able to skip a value in anyone of them and not use it in the UPDATE statement. For now with my code I check if there is something written
Tag: firebird
Connect to Firebird database as read-only
I want to connect to a Firebird database read-only (because the location where the .fdb is read-only for my application. I connect like this: The error I am getting is: Error while connecting to database:n- SQLCODE: -551n- no permission for read-write access to database /path/to.fdb’, -551, 335544352 I am using FDB v2.0. I couldn’t find anything in the online documentation