call last):
> File "", line 1, in ?
> crs.execute(sql)
> ProgrammingError: ('37000', -3516, '[Microsoft][ODBC Microsoft Access
> Driver] Missing semicolon (;) at end of SQL statement.', 4612)
>
> --
> View this message in
> context:http://ww
On Jul 30, 2:41 am, Greg Corradini <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm trying to perform a simple insert statement into a table called
> Parcel_Test (see code below). Yet, I get an error message that I've never
> seen before (see traceback below). I've tried to put a semicolon at the end
> of
>> crs.execute(sql)
>
> TRACEBACK
> Traceback (most recent call last):
> File "", line 1, in ?
>crs.execute(sql)
> ProgrammingError: ('37000', -3516, '[Microsoft][ODBC Microsoft Access
> Driver] Missing semicolon (;) at end of SQL statement.'
','0.00') where PIN_ID = '042822120008'"
>>> crs.execute(sql)
TRACEBACK
Traceback (most recent call last):
File "", line 1, in ?
crs.execute(sql)
ProgrammingError: ('37000', -3516, '[Microsoft][ODBC Microsoft Access
Drive