Re: [U2] Pondering recent thread on compact framework

2011-05-23 Thread Wols Lists
On 24/05/11 00:59, Dawn Wolthuis wrote: > Oh yeah, this is fun stuff (given that I am not either party, that is). As I > recall from reading a while back, someone left some test code in the google > product that was taken directly from Sun/Oracle code, which greatly > complicated their defense when

Re: [U2] Pondering recent thread on compact framework

2011-05-23 Thread Dawn Wolthuis
Oh yeah, this is fun stuff (given that I am not either party, that is). As I recall from reading a while back, someone left some test code in the google product that was taken directly from Sun/Oracle code, which greatly complicated their defense when it was found that this code was deployed. Oops.

Re: [U2] Pondering recent thread on compact framework

2011-05-23 Thread Wols Lists
On 23/05/11 18:35, Dawn Wolthuis wrote: > As an aside, I told Java students that they could apply to work on an > android app rather than a standard JRE app for a Programming II course last > semester. Two (out of 13) of them did and I was very impressed. One deployed > to a phone, the other to an

Re: [U2] sigpipe error

2011-05-23 Thread Bill Brutzman
Consider trying the usa command. Please let me know if more details are needed. --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of iggch...@comcast.net Sent: Monday, May 23, 2011 5:53 PM To: u2-Users Subject: [

[U2] sigpipe error

2011-05-23 Thread iggchamp
Hi All, hpux 11.11 UV 10.2.7 We are getting an error that I'm not familiar with when we go to print to a specific printer. Error: usd child received SIGPIPE signal. - No child processes (EXEC260.DUP) 05/23/2011 16:35:11 Found duplicate job number 301, indicating data corruption

Re: [U2] 64 bit odbc/oledb drivers

2011-05-23 Thread Glen Batchelor
Hey Jeff, I'm not sure what you mean and don't remember what platform you're on. Are you just looking for a 64-bit Windows ODBC driver for SQL2008? If so they are available from Microsoft and DataDirect. Regards, Glen Batchelor IT Director/CIO/CTO All-

Re: [U2] 64 bit odbc/oledb drivers

2011-05-23 Thread Robert Houben
Not that I know of. We've looked at doing it here at FusionWare, and could do it with ours, but it would need enough customers interested, or one willing to fund the development. There are a bunch of places where a 32-bit integer is replaced with 64-bit in the API parameters, and then we have t

[U2] 64 bit odbc/oledb drivers

2011-05-23 Thread Lettau, Jeff
Has anyone got ODBC / OLEDB drivers to help link SQL2008 running on 64 bit to Unidata? Jeffrey Lettau ERP Systems Manager polkaudio Disclaimer: This email may contain confidential and/or privileged information. It is intended only for the person or person

Re: [U2] Pondering recent thread on compact framework

2011-05-23 Thread Dawn Wolthuis
Thanks Symeon. When we get to this point (not really soon), this will be very helpful. I had heard at one point that Apple was going to clamp down on apps that were simply wrappers on web sites, but I have not heard more about that (and I don't live in that world at this point). As an aside, I tol

Re: [U2] Uniobjects - What Is It?

2011-05-23 Thread Symeon Breen
For heavier loads it becomes unworkable - you have to use connection pooling and take the cost that that brings. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: 23 May 2011 14:17 To

Re: [U2] Uniobjects - What Is It?

2011-05-23 Thread Charles_Shaffer
Kevin, >>>when it takes about a couple >>>of seconds just to spool up the connector and make that first connection I haven't noticed that with the Undiata as much as I have with remote mySql connections. I typically load the HTML and then make many, short connections. The initial connection m

Re: [U2] Why should we NOT upgrade to UV11.1.1 ?

2011-05-23 Thread Charles Stevenson
Many thanks for the update. On 5/19/2011 1:59 AM, Bob Witney wrote: This is just for info really and following on from a thread of last week: We tried to upgrade to Universe 11.1.0 at the weekend. The first time that we tried we had an unreadable file in the download that Rocket supplied to ou

[U2] Universe 11 upgrade

2011-05-23 Thread Bob Witney
This is just for info really and following on from a thread of last week: We tried to upgrade to Universe 11.1.0 at the weekend. The first time that we tried we had an unreadable file in the download that Rocket supplied to our U2 Support company. This time the file was OK so that was a

Re: [U2] Pondering recent thread on compact framework

2011-05-23 Thread Symeon Breen
Dawn FYI wrapping a browser in both android and iphone is very easy - and actually similar code - they both use the webkit library so you just create a minimal app that draws a browser and is set to a certain url - you can then capture the back button etc so as to do what is required. - usually onl