Replies: 3 comments
-
5 cursor.execute(SQLCommand,i.timestamp,str(i.title),float(i.price),str(i.market),float(i.surface),str(i.location),str(i.remote_support),str(i.lighting),str(i.advertiser_type),str(i.description),int(i.no_of_rooms),str(i.form_of_property),str(i.url),str(i.is_for_sale),str(i.posting_id)) DataError: ('22003', '[22003] [Microsoft][ODBC SQL Server Driver]Numeric value out of range (0) (SQLExecDirectW)') |
Beta Was this translation helpful? Give feedback.
-
The information you were asked for when creating the issue is important, please fill it in. |
Beta Was this translation helpful? Give feedback.
-
Also, please provide a minimal reproducible example that shows your issue. |
Beta Was this translation helpful? Give feedback.
-
Please first make sure you have looked at:
Environment
To diagnose, we usually need to know the following, including version numbers. On Windows, be
sure to specify 32-bit Python or 64-bit:
Issue
Often it is easiest to describe your issue as "expected behavior" and "observed behavior".
Beta Was this translation helpful? Give feedback.
All reactions