Hey all,
I am using an excel worksheet as a data source for an ASP.NET page using VB.NET. The excel sheet has four columns 3 of which have one word headers, but one of them is broken up into two words, 'Sub-core Process', to be exact.
My problem is, if I try to reference that column in an sql query like 'Select Sub-core Process From tblName' it errors out b/c it doesnt like the two word column name.
Does anyone know a way around this without changing the column heading to one word as I am not in a position to do that and it is pretty set as is. Thanks for the help.
I am using an excel worksheet as a data source for an ASP.NET page using VB.NET. The excel sheet has four columns 3 of which have one word headers, but one of them is broken up into two words, 'Sub-core Process', to be exact.
My problem is, if I try to reference that column in an sql query like 'Select Sub-core Process From tblName' it errors out b/c it doesnt like the two word column name.
Does anyone know a way around this without changing the column heading to one word as I am not in a position to do that and it is pretty set as is. Thanks for the help.