Reputation: 3856
Does anyone know of any documentation out there that lays out what SQL functions are supported for the .NET Microsoft.Jet.OLEDB.4.0 provider when querying a text file?
For instance, the TRIM() function. However, there doesn't appear to be a CASE function like in SQL Server.
Upvotes: 1
Views: 563
Reputation: 33476
I don't know of any such reference. But see if using IIF helps.
Upvotes: 2