dev
2005-06-22 13:43:26 UTC
Hi All,
I am using ADO to read Excel sheet using Jet OLEDB Providers
The issue is,
I open a Excel worksheet like,
strSql = "select * from [Sheet1$]"
Assume the Sheet1 constains no data other than the column headers
My ADo recordset which opens this sheet returns some junk recordcount
(it returned the recordcount as 30) and the EOF is also false.
I would like to know how to check an empty worksheet.
I use Static client side curosr
Please help...
thanks in advance
dev
I am using ADO to read Excel sheet using Jet OLEDB Providers
The issue is,
I open a Excel worksheet like,
strSql = "select * from [Sheet1$]"
Assume the Sheet1 constains no data other than the column headers
My ADo recordset which opens this sheet returns some junk recordcount
(it returned the recordcount as 30) and the EOF is also false.
I would like to know how to check an empty worksheet.
I use Static client side curosr
Please help...
thanks in advance
dev