Having done extensive testing I have deduced that the HotSync process hangs up when the attempt is made to free the datamodule. Testing a bit further it is specifically when you attempt to disconnect from the mDatabase. It actually disconnects from the database ... but never comes back from there ... I am using the sync example as is ... no modifications. Any suggestions?
Secondly I am sure I have seen this question asked somewhere before ... just not sure where! Is it possible to use and ADO connection with an ADO dataset and ADO Command? If so how does the PalmSyncComponent pick up the Update, Insert and Delete SQL Commands?
Many thanks
Les
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately, you're asking questions about the one area of the library that I didn't directly write, and since I've never directly used them in a project, I can't comment much on them. All I can suggest is looking at the source for the synchronisation component, and experiment to see if you can use ADO components with them
Paul.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Having done extensive testing I have deduced that the HotSync process hangs up when the attempt is made to free the datamodule. Testing a bit further it is specifically when you attempt to disconnect from the mDatabase. It actually disconnects from the database ... but never comes back from there ... I am using the sync example as is ... no modifications. Any suggestions?
Secondly I am sure I have seen this question asked somewhere before ... just not sure where! Is it possible to use and ADO connection with an ADO dataset and ADO Command? If so how does the PalmSyncComponent pick up the Update, Insert and Delete SQL Commands?
Many thanks
Les
Hi there,
Unfortunately, you're asking questions about the one area of the library that I didn't directly write, and since I've never directly used them in a project, I can't comment much on them. All I can suggest is looking at the source for the synchronisation component, and experiment to see if you can use ADO components with them
Paul.