•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS Access and FileMaker Pro section within the Web Development category of DaniWeb, a massive community of 427,935 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,962 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS Access and FileMaker Pro advertiser: Programming Forums
Views: 1349 | Replies: 2
![]() |
•
•
Join Date: Feb 2008
Posts: 112
Reputation:
Rep Power: 1
Solved Threads: 0
we are able to query successfullu from a Column called "ParentUUD" (without space) using query
"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.
"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.
Encapsulate the field name in square brackets
[Parent UUID]
and in the future do not use spaces in field or object names as it simplifies things if you don't.
[Parent UUID]
and in the future do not use spaces in field or object names as it simplifies things if you don't.
Bob Larson
____________________________________
Access MVP
For Quick Tutorials and Samples for Microsoft Access: BTAB Development
____________________________________
Access MVP
For Quick Tutorials and Samples for Microsoft Access: BTAB Development
![]() |
•
•
•
•
•
•
•
•
DaniWeb MS Access and FileMaker Pro Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Other Threads in the MS Access and FileMaker Pro Forum
- Previous Thread: update MS Access database in different folder at the same time
- Next Thread: Access forum and report


Linear Mode