C
cate
I'm going thru C# code that connects to an excel object. I've never
seen a slq construct like this. Would someone please decipher the
"[Data$]" part? Thank you.
"Select ID,Data FROM [Data$]"
(used in a constructor like: new OleDbDataAdapter(query, connection))
seen a slq construct like this. Would someone please decipher the
"[Data$]" part? Thank you.
"Select ID,Data FROM [Data$]"
(used in a constructor like: new OleDbDataAdapter(query, connection))