Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-04-01 Thread Peter Schellenbach
AccuTerm's transparent print mode really is transparent. Everything except the matching transparent print off code is passed through unchanged. I noticed in the code sample that there is a PRINT CHAR(18) after the AccuTerm transparent print on command. I suspect this is a vestige from a previous

[U2] Hibernate and UniVerse

2013-04-01 Thread William Brutzman
When trying to do ORM (Object Relational Mapping) with ColdFusion... I am getting an error message... Hibernate Dialect must be explicity set for dataBase: Universe. Tips and tricks on Hibernate configuration settings would be appreciated. --Bill ___

Re: [U2] Hibernate and UniVerse

2013-04-01 Thread Daniel McGrath
Every relational database uses its own custom 'flavor' of SQL (after all, that's what standards are for, right?). To handle these differences, Hibernate uses the concept of 'dialects' so it knows what keywords are valid for that type of database. UniVerse is not one of the stock dialects

Re: [U2] Hibernate and UniVerse

2013-04-01 Thread Bill Brutzman
Dan: Thanks... I expect to approach this Hibernate thing by first going back to getting Java to work with UV + CF. --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath Sent: Monday, April 1, 2013

Re: [U2] Hibernate and UniVerse

2013-04-01 Thread Tony Gravagno
Dan, that's a great answer and the right answer and I don't mean to take anything away from it here. This is one of the biggest stumbling blocks for many of us in the MV world - getting mainstream tools to work as easily with our databases as it does with others. I spend a Lot of time doing