I start with a ado select query connected to a SQL Server 2000 database. I
open the query and fill the dataset.
I then save that dataset to a file. If I then nil the connection to the
server and then myquery.loadfromfile, I can never
reconnect that query to the server. My research suggests that the
Tadoquery's Tcustomadodataset.properties of commandtype and commandtext are
changed to accommodate a file load. After that all opens are to the filename
stored.
These properties are protected and I haven't found a way to reset them and
get the my query reconnected to the server.
Anyone have any ideas?
thanks,
Gene G.