we are able to query successfully from a Column called "ParentUUD" (without space) using query in python for MS ACCESS DB.
"SELECT Name FROM PartVersion WHERE ParentUUID='"+ str(lstUUID[0]) +"'"
we have a column whose name is "Parent UUID" (with space)
We are trying to query the column from PYTHON. we are getting error.I think the error is due to space in the column name.
Please tellus the method to query the MS access DB with column names with spaces.