There is no Access for PocketPC's. The option exists in ActiveSync to convert Access MDB files to PocketPC CDB files (and also to sync data between the two files).
CDB files can be used with Embedded VB or VC and ADOCE for data storage in custom applications (I'm currently writing a couple)...
1. You could set NT Challenge/Response to ensure all users are identified. This may or may not be possible depending on your configuration.
2. You could disable security checking on the MTS package
3. It could be DCOM authentication. Try using DCOMCNFG to alter Default Properties.Default...
We have just solved the exact same problem.
The way we achieved it was to have a standard exe with a control array of WinSock controls (using SocketWrench instead of MS controls) for actual communication.
Within the exe we created a collection of objects (clsConversation), which contained the...
Can I second what Tarek has said about "Professional Visual Basic 6 MTS Programming".
I cannot recommend the book enough. It covers MTS very well.
Use New for non MTS objects.
Use CreateObject for creating MTS objects from programs outside of MTS
Use CreateInstance for creating MTS objects from within other MTS objects
We cannot use MS-DTC to rollback the transaction as our links to the bank do not support it.
If the communcation fails then we simply set the status of a SQL Server record to Error.
Running MTS components in a production environment should be run as a specified user.
It is possible to detect which user has called the object. Which language(s) are you using ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.