Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RichardRahl

    Using ODBC to determine colum

    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...
  2. RichardRahl

    Special Table and Column Names with ODBC API

    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...

Part and Inventory Search

Back
Top