I
Ian Smith - IS Associates
Morning
We will be receiving some data files on a regular basis, these files are in
a version of VSAM.
We want to load these into Access.
I want to write a minimum possible ODBC driver that supports SELECT * FROM
<FileName> In the same way that the Access text driver does. From here on
normal Access users will be able to cope, by loading the result into an
Access table.
I appreciate that it if were for distribution, file based odbc drivers have
to implement a whole SQL engine, but it wil be for internal use only so we
can be a bit naughty and only support what is needed and flag an error for
WHERE clauses, INSERTs etc!
We do have file format documentation and it may be easier to write a routine
to dump the files as text files and then load the text files but this is not
the prefered solution.
I am a very experienced c++/assembler programmer but I have never written an
ODBC driver.
Any ideas?
Thanks
Ian Smith
We will be receiving some data files on a regular basis, these files are in
a version of VSAM.
We want to load these into Access.
I want to write a minimum possible ODBC driver that supports SELECT * FROM
<FileName> In the same way that the Access text driver does. From here on
normal Access users will be able to cope, by loading the result into an
Access table.
I appreciate that it if were for distribution, file based odbc drivers have
to implement a whole SQL engine, but it wil be for internal use only so we
can be a bit naughty and only support what is needed and flag an error for
WHERE clauses, INSERTs etc!
We do have file format documentation and it may be easier to write a routine
to dump the files as text files and then load the text files but this is not
the prefered solution.
I am a very experienced c++/assembler programmer but I have never written an
ODBC driver.
Any ideas?
Thanks
Ian Smith