J
jeffmeyer7
I'm currently trying to run queries in an Access database using
ADO.NET. My code works when executing a query whose name has no spaces
but errors out if I try to run a query whose name has spaces in it.
Example:
When running a query named: "My Query" I receive an error
message saying a query with the name "My" cannot be found.
Is there any way to get around this problem?
Thanks.
ADO.NET. My code works when executing a query whose name has no spaces
but errors out if I try to run a query whose name has spaces in it.
Example:
When running a query named: "My Query" I receive an error
message saying a query with the name "My" cannot be found.
Is there any way to get around this problem?
Thanks.