Skip to content
Advertisement

using python I’m trying to insert ADMIN_ID as None in to a database in SQL and my date_time that converted into a suitable format into a table

this works but i cant seem to get the other format to work

i know that the date_time will work becasue ive already tested it on its own in a another database but i can seem to get this one to work

InterfaceError: Error binding parameter :EXPIRE – probably unsupported type.

Advertisement

Answer

Use the following:

[date_time] should be without brackets.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement