Hi, i've written a palm software that syncs with my MSSQL. Using the RDA and push,pull functions i sync my data with my host. When i was testing this software using the local emulator syncing with the local host, i've never faced these problems. but now that i'm testing it on a PDA and i've manage to get the sync done, I'm getting these errors randomly when i'm calling the Push function
code goes something like this
Code:
rda.Push("DetailInfo", remoteConnectString, RdaBatchOption.BatchingOn)
sometimes it works, sometimes it doesn't. When it doesn't work, i get this error
"Either the computer running IIS is out of memory or an incorrect RSCBID was sent in a request."
Once i get this error, i would need to restart the entire program for it to work. If i continue on, i would get another error
"The Version of resource DLL MSDAEREN.DLL is not valid "
Both these errors happens at random, but pretty frequent. Anyone have any ideas?
code goes something like this
Code:
rda.Push("DetailInfo", remoteConnectString, RdaBatchOption.BatchingOn)
sometimes it works, sometimes it doesn't. When it doesn't work, i get this error
"Either the computer running IIS is out of memory or an incorrect RSCBID was sent in a request."
Once i get this error, i would need to restart the entire program for it to work. If i continue on, i would get another error
"The Version of resource DLL MSDAEREN.DLL is not valid "
Both these errors happens at random, but pretty frequent. Anyone have any ideas?