Jim Walsh
2005-07-06 16:26:08 UTC
I have a program that I developed with MS VC++ 6 and MFC that uses ODBC to
store results in database tables. This works fine for the ACCESS and Excel
versions of my database. But, VFP no longer allows ODBC access to its
database. So, seems like I need to develop a different database interface.
Before I jump into an alternative, I want to be sure that the choice will
work in the future. Two aspects of this come to mind: (1)At some point, I
will port the VFP database to SQL Server, so whatever solution I pick now
should also work well with SQL Server. (2) At some point, I will port the
VC++/ MFC app to .NET. Again, what I select now should be appropriate to the
.NET version of my app.
I appreciate your thoughts and suggestions about what database interfacing
technology is the best choice for this problem.
Jim
store results in database tables. This works fine for the ACCESS and Excel
versions of my database. But, VFP no longer allows ODBC access to its
database. So, seems like I need to develop a different database interface.
Before I jump into an alternative, I want to be sure that the choice will
work in the future. Two aspects of this come to mind: (1)At some point, I
will port the VFP database to SQL Server, so whatever solution I pick now
should also work well with SQL Server. (2) At some point, I will port the
VC++/ MFC app to .NET. Again, what I select now should be appropriate to the
.NET version of my app.
I appreciate your thoughts and suggestions about what database interfacing
technology is the best choice for this problem.
Jim