Arthur.J
New Member
- Joined
- Jun 8, 2009
- Messages
- 44
Hi All,
I am calling simple SQL Query in my code and getting error. I've checked and looks like query is not working because of "type" word inside query string which I believe is restricted. How I can fix it? Should I put this word in some quotas etc.?
Code is working fine for any other SQL query.
Thanks a lot in advance!
DBQuery ("select abt.type, abt.oid FROM cgs01.addressbook_type abt " _
& " "), "BK", 3
I am calling simple SQL Query in my code and getting error. I've checked and looks like query is not working because of "type" word inside query string which I believe is restricted. How I can fix it? Should I put this word in some quotas etc.?
Code is working fine for any other SQL query.
Thanks a lot in advance!
DBQuery ("select abt.type, abt.oid FROM cgs01.addressbook_type abt " _
& " "), "BK", 3