Am trying to use sqlite3 and python but am getting this error ..name connection not definedr | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Am trying to use sqlite3 and python but am getting this error ..name connection not definedr

G

9th Aug 2020, 11:01 PM
Aliyu Hassan
2 Answers
+ 3
can you show or take a pic of your code?
9th Aug 2020, 11:48 PM
Tomás Vargas
Tomás Vargas - avatar
0
"NameError: name 'connection' is not defined" is the error I believe you're getting? If yes, I would check to make sure you have instantiated the variable "connection". I would also check the spelling, you could have misspelled the variable, also, check the scope of the variable and how it is being called, you may have to set "connection" as a global variable. As others have mentioned it is tough to say why this error is present without seeing the code that is producing this error. If you can, help us, help you, and post the code.
10th Aug 2020, 1:55 AM
Steven M
Steven M - avatar