Newbies sanith Posted May 6, 2003 Newbies Posted May 6, 2003 Hi all I'm in deep trouble.My client having FileMaker Pro 6.0 db which i wants to access from ASP using ODBC connectivity.But their filds have space between two words.for example "Reference Number".when i use this in SQL query it's taking the first word "Reference" and giving the error as Reference field not exist.I can't remove the space in between the filed coz they are using this db for other applications.So can anybody help me to resolve this problem.... regards sanith
cjaeger Posted May 6, 2003 Posted May 6, 2003 you can define calc fields (reference_number = reference number) for every field that is likely to appear in the query.
Garry Claridge Posted May 6, 2003 Posted May 6, 2003 In the SQL statement can you place single quotes around the field name; e.g.: 'Reference Number' Good Luck. Garry
Newbies sanith Posted May 8, 2003 Author Newbies Posted May 8, 2003 We can't give single quotes in the SQL queries....Thanks for the suggestion.... regards sanith
Recommended Posts
This topic is 7862 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now