Relative Content

Tag Archive for pythonsqlmysql

Problems with Database using Python

I’m trying to insert details that I got from my cart into an invoice, but I noticed that the problem was that the foreign key userid doesn’t sync with primary key userid with the account I log in to. I tried to take away the null from userid in cart but then I got an error. So I was wondering if someone could help me with syncing the userid so when I enter the isbn and add the quantity then cart will also get updated with the userid I logged into.