Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi.
There are some data on excel sheet which I try to read as database ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & ThisWorkbook.Path & "\" & ThisWorkbook.Name & ";Extended Properties=Excel 8.0;" Some values are stored in different ways as UpperCase UPPERCASE or uppercase and sql statement like select * from [DB$] where Field = "UpperCase" uses binary comparison to return rows. Is there any way to switch it to text comparison to have all rows regardless how it was written on sheet Any parameter to connection string select * from [DB$] where UPPER(Field) = "UPPERCASE" does not work. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
oledb connection string problem in vb.net | Excel Programming | |||
Connection to Excel from .Net using Oledb | Excel Programming | |||
Excel OLEDB format problem... | Excel Programming | |||
Using OleDB to get data from Excel | Excel Discussion (Misc queries) | |||
EXCEL AND OLEDB | Excel Programming |