[U2] Unidata Index question

2013-05-23 Thread Jeffrey Butera
I have two question about how indicies affect queries: 1) If I have an index built for a given field FOO, and perform a query with like such as FOO LIKE 'ABC...' does it benefit from the index? Or is it only queries with equality conditions that benefit from the index (eg: FOO EQ 'ABC' )?

Re: [U2] Unidata Index question

2013-05-23 Thread Martin Phillips
Hi Jeff, 1) If I have an index built for a given field FOO, and perform a query with like such as FOO LIKE 'ABC...' does it benefit from the index? Or is it only queries with equality conditions that benefit from the index (eg: FOO EQ 'ABC' )? An index can be used for a LIKE comparison with

Re: [U2] Unidata Index question

2013-05-23 Thread Dave Davis
For UniData - FOO LIKE 'ABC'... I think so - because the first part is literal. FOO LIKE ABC... I don't think so - because you aren't explicitly saying the first part is a literal. -Original Message- From: u2-users-boun...@listserver.u2ug.org

[U2] Unidata BCI error

2013-05-23 Thread Mecki Foerthmann
Unidata 7.2 on Redhat 6.2 64. I got our Sysadmin to install ODBC on our UD server today so I can try to use BCI to access data on SQL Server 2008 R2 directly. After some experimenting we finally got the ODBC part going and can connect to the right database from the command line. He relinked the

Re: [U2] Unidata BCI error

2013-05-23 Thread Daniel McGrath
I've checked our system and have no previous reports of this error. Since our Linux versions are 32-bit and it seems you are running 64-bit Linux, combined with the negative number, I would hazard a guess this is some 32-bit on a 64-bit machine related problem. Regards, Dan -Original

Re: [U2] How to create WCF oData Service using Visual Studio 2012, Code First Entity Model and U2 Toolkit for .NET?

2013-05-23 Thread Tony Gravagno
That's some great info but I think the Stack Overflow people would object to their site being used as a blog/wiki by a commercial entity. I recommend putting nice articles like that on CodeProject.com, the company website, or PickWiki.com. T From: rkumar

Re: [U2] U2 demos and sample code now on Github

2013-05-23 Thread Daniel McGrath
For anyone near the Denver area, I'll be doing a hands on demo/tutorial at the upcoming CMUG meeting - June 11, 5:30pm for a 6pm start at Rocket's Denver office. http://www.eventbrite.com/event/6793013085 Cheers, Dan -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] U2 demos and sample code now on Github

2013-05-23 Thread William Brutzman
Dan: Easy for me to say... Perhaps a video stream is possible from there... --Bill On Thu, May 23, 2013 at 2:25 PM, Daniel McGrath dmcgr...@rocketsoftware.com wrote: For anyone near the Denver area, I'll be doing a hands on demo/tutorial at the upcoming CMUG meeting - June 11, 5:30pm for a

Re: [U2] U2 demos and sample code now on Github

2013-05-23 Thread Kevin King
The Colorado Multivalue Users Group usually has a GotoMeeting available; check with Dan Schmitt for connection details. On Thu, May 23, 2013 at 4:48 PM, William Brutzman bi...@hkmetalcraft.comwrote: Dan: Easy for me to say... Perhaps a video stream is possible from there... --Bill On