There are network transport options for BlackBerry devices such as
";deviceside=true" which are specified at the end of the URL suffix -
see StreamHTTPParms.setURLSuffix().
Also see the Wandering Data blog (it is in the process of being renamed)
for a post about network options for BlackBerry devices.
http://iablog.sybase.com/mobiledatabase/2010/08/ultralitej-blackberry-connectivity/
On 8/19/2010 8:33 AM, Kalpesh Patil wrote:
> In Ultralite (dotnet version) there is a way to specify a
> string of delimiter separated protocol option key-value
> pairs to the SyncParms class.
> syncparms.StreamParms =<string as expalined above>.
> However in UltraliteJ's SyncParms class, there is no such
> property to which we can assign such a string directly.
> There we need to set individual properties.
> What is the way in UltraliteJ's SyncParms class to specify
> such a string of protocol options ?