Hey folks, at the moment I really don't think this is possible but decided to throw it on here to see if there were any ideas.
Essentially, I would like a way to grab any 1) arbitrary table (that I have permissions to) in DBMS that I have an ODBC connection too; 2) A column in that table and...
In most DBMS's I've used, you can create Tables and Columns with names
enclosed in quotes which can include special characters and is case
sensitive. Using SQL (both natively and from ODBC), you usually have
to include the quotes in the call (i.e. SELECT "I,D 1" FROM "I,AM A
Special Table"
This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.