I have a database with remote views. The remote views use ODBC to connect to my SQL db. (The name of the odbc is stored in the view property, "CONNECTNAME", which is read-only.)
I made a copy of the VFPdb (and the SQL db) in another location as another dept in my company wants a clone of this application.
Now I need all the remote views to point to a different sql server, but "CONNECTNAME" is read-only so I can't change it to point to the new server. Any suggestions on how to change it? Or does anyone know how to script those remote views so that I can recreate them easily?
Thank you.
I made a copy of the VFPdb (and the SQL db) in another location as another dept in my company wants a clone of this application.
Now I need all the remote views to point to a different sql server, but "CONNECTNAME" is read-only so I can't change it to point to the new server. Any suggestions on how to change it? Or does anyone know how to script those remote views so that I can recreate them easily?
Thank you.