Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Object doesn't this property or method:'syncopt.syncparam'

426270Jul 28 2004 — edited Aug 26 2004
when I follow the 'Developer Guide for Win ce' and use evb
program as follow:
Dim sync As MSync.sync
Dim syncopt As MSync.SyncOption

Set sync = CreateObject("MSync.Sync")
Set syncopt = CreateObject("MSync.SyncOption")

syncopt.username = "bob"
syncopt.password = "bobbob"
syncopt.SyncParam = "reset"
syncopt.transportParam = "reset;server=" & "192.168.0.6"
sync.setOptionObject (syncopt)
sync.DoSync

then on my PDA, I got the message as above

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2004
Added on Jul 28 2004
1 comment
197 views