list of valid SQL functions for querying CSV file with ADO .NET
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Does someone have a list of valid or invalid SQL functions that can (cannot) be used when querying a CSV file with ADO .NET? I have found that a few SQL functions I use do not with ADO. Using ADO with a csv file seems more restrictive in the functions that will work.
-
Does someone have a list of valid or invalid SQL functions that can (cannot) be used when querying a CSV file with ADO .NET? I have found that a few SQL functions I use do not with ADO. Using ADO with a csv file seems more restrictive in the functions that will work.
Wouldn't only string functions work? Just guessing.