Some of our fieldnames contain spaces and I was wondering what should be used to encapsulate these fields when building SQL for ASP pages (on IIS5)
The following SQL will work in Access but not in ASP'
SELECT * FROM Item WHERE [PartNo Alt] = 'XYZ1';
What do I need to change to make this work with ASP?
TIA
Pete
0
Comments
or
depending on your situation.
The double quotes worked for me