N
nicolasr
Hi,
I'm pretty new to ADO.NET and SQL and want to read in data from an Access
database. The problem is that the table I want to read data from has some
column names that contain a '-' charcter, f.e. 'Online-Kompass'.
When executing a SELECT command like
SELECT Online-Kompass FROM TheTable
I get a rather uninformative error but I assume it's because of the '-'
char.
Can anyone help how to handle this case?
thanks,
Nick
I'm pretty new to ADO.NET and SQL and want to read in data from an Access
database. The problem is that the table I want to read data from has some
column names that contain a '-' charcter, f.e. 'Online-Kompass'.
When executing a SELECT command like
SELECT Online-Kompass FROM TheTable
I get a rather uninformative error but I assume it's because of the '-'
char.
Can anyone help how to handle this case?
thanks,
Nick