There is one software application in which foxpro is used as back-end. Now this application is need to change. And want to develop same new application in .net. But now database will be sql. And I don’t want to let user make all data entry again. Is this possible to use data of foxpro in new application with .net?
EDIT: I have not coding of old application.
How about using the FoxPro OLE DB provider and the .NET
OleDbConnection(etc) classes? Or an ODBC driver andOdbcConnection?MSDN has a page about the OLE DB route. I’m afraid I don’t know what the pros and cons are between the two approaches – there are certainly pages around on both. If this is just for sucking the data out once, it probably won’t matter too much – you’re not likely to need anything advanced.