I am trying to convert a large application from Foxpro tables to SQL Server Databases, using ODBC.
I have been fairly successful, but having problem using indexes as I would in Foxpro. Select statements are fine, but how do you get "Seeks" to work against SQL database?
The only thing I have gotten to work is creating a remote view of the data and building an index on the view. But, this only works if you keep the file open, and you must rebuild the index each time you connect to the database. It looks like the remote views are working like cursor tables in foxpro.
Would appreciate any thoughts?
I have been fairly successful, but having problem using indexes as I would in Foxpro. Select statements are fine, but how do you get "Seeks" to work against SQL database?
The only thing I have gotten to work is creating a remote view of the data and building an index on the view. But, this only works if you keep the file open, and you must rebuild the index each time you connect to the database. It looks like the remote views are working like cursor tables in foxpro.
Would appreciate any thoughts?