While a direct connection from UO sounds elegant, I would advise
that such connectivity should be carefully considered.  If you're
coming into U2 from the outside world via UO, then you may have a
direct and insecure connection to your DBMS exposed to the world.
I recommend instead using a web service to a middle-tier web
server, which then communicates with U2 via UO.  Doing this is
dirt-simple, and examples are plentiful.  BTW, if you get web
services working then you can use the same middle/back-end code
for any device/client.

As far as languages go, C# and VB.NET both target the .NET
Framework, and as such the calls are exactly the same, just with
different syntax.  What one should take from "examples" is not
working code, but a guide of how the process works.  With that
you should be able to implement in any language.  Respectfully, I
don't care what language you use, but if an example in another
language in the same framework does you no good, then you need to
better grasp on the framework rather than focusing on the
language.  This may be why you got total silence from Rocket.

Also, BTW, there are free C#/VB language converters on the 'net,
if you really need to do that.

T

> From: Holt, Jake
> Are you using a secure connection or connection pooling?  I 
> don't think
> either are supported yet with UniObjects on the compact
framework.

> From: Jeff Schasny
> Has anyone successfully written a VB application using 
> the compact framework .dll? I attempted to convert on 
> of my working Windows/Uniobjects applications and have 
> never been able to get a session open under Windows 
> Mobile. All of the example apps are C# which really 
> does me no good. Case number  470569*US was opened 
> with Rocket on 12/01/10 which has resulted in total 
> silence.


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to