2
votes
1answer
274 views
How do I concatenate two strings with the Jet.OLEDB.4.0 provider
I'm passing a query to an internal application that runs that query and returns the result, the connection is to a CSV file and I'm connecting with the Provider=Microsoft.Jet.OLEDB.4.0
I'd …
