And by the way, I have to use TextVal.Equals("24808") to have SQL
String text_val = '24808'.
TextVal = "24808" throws an error.Michael On 4 Mrz., 18:51, mbd-team <[email protected]> wrote: > Hi Patrick, > > I mean querys like this: (SQL) > > Select text_val from geodb_textdata where text_type=500100000 and > loc_id in (select loc_id from geodb_textdata where text_type=500300000 > and text_val='24808') > > Or is this possible? > > Michael > > On 4 Mrz., 18:26, Patrick Earl <[email protected]> wrote: > > > What do you mean by Linq does not support subqueries? In what manner? > > > On Fri, Mar 4, 2011 at 7:17 AM, mbd-team <[email protected]> wrote: > > > Hallo, > > > is there a chance that NH-2172 (http://216.121.112.228/browse/NH-2172) > > > gets fixed in the next release? I would like to use QueryOver or Linq > > > from Visual Basic but either have there limitations: > > > Linq - no support fpr subquerys > > > QueryOver - no support for strings from VB. > > > > This is a real show stopper for visual basic users. > > > > Best regards > > > > Michael > >
