Using ODBC with text files.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am searching for a good tutorial on "How to use odbc with text file".Any example with source code will be quite helpful. Regards. Gajendra Sharma
What you need to do is to properly configure the DSN. This includes selecting the directory and defining the layout of each file that you will want to query. Be aware that the standard MS ODBC Text File driver operates in a read-only manner and does not use any form of indexing (Table Scan every time!).