I was trying to connect database with a '-' in its name eg;
DatabaseName E-CPT, Tablename Machine. I was actually trying to validate that a machine was in the table from VB eg; "Select machine_id from machine where machine_id = "' & machine. Im getting syntax errors, all relating to the '-' dash in VB and ISQL. Am I missing something connecting to a DB with a dash in the Database-name.table.
Thankx in advance, and pardon the ignorance...
DatabaseName E-CPT, Tablename Machine. I was actually trying to validate that a machine was in the table from VB eg; "Select machine_id from machine where machine_id = "' & machine. Im getting syntax errors, all relating to the '-' dash in VB and ISQL. Am I missing something connecting to a DB with a dash in the Database-name.table.
Thankx in advance, and pardon the ignorance...