[nhusers] Re: 444 Identical records under NHibernate vs 444 Unique record under SQL Server

2009-03-27 Thread nobodybutca
Nice try at Fabio, I wouldn't post it here if that's the problem. that's not the problem. On Mar 27, 8:26 pm, Fabio Maulo wrote: > select distinct ad ? (without '*') > > 2009/3/27 nobodybutca > > > > > > > Hi guys, > > > My cod

[nhusers] 444 Identical records under NHibernate vs 444 Unique record under SQL Server

2009-03-27 Thread nobodybutca
Hi guys, My code below showing 444 Identical records when it runs. but when you run the produce hql statement below on SQL server its 444 unique records which is the what I am expecting. Did I miss any thing? Mapping: public class AccessibleDocumentsDtoMap : ClassMap { public Acce

[nhusers] Re: Using Validator with fluent-nhibernate

2009-03-12 Thread nobodybutca
.Database ("ManDatabase") .Username ("sa") .Password ("s@")) FYI: - Case-Sensitive in play I still want the test fixture =). thanks, No Body. On Mar 12, 12:18 pm, nobodybutca wr

[nhusers] Re: Using Validator with fluent-nhibernate

2009-03-11 Thread nobodybutca
Hi guys, Regarding Fluent NH, do you have any test fixture that will test if is really connect to actual database? here's my code below, It seems the connection is the problem, thats why may test yield null objects. private ISessionFactory CreateSessionFactory() { return F

[nhusers] Test Fixture on Actual Database Connection

2009-03-11 Thread nobodybutca
Hi group, I just need a helping hand here. Can someone, gave me a simple test fixture, on testing my code if it is really can connect/communicate on my actual database(ms sql server, mysql .. etc) Sorry kinda new on nhibernate & tdd plus ddd Many Thanks, No Body. --~--~-~--~~--

[nhusers] Re: hibernate.cfg.xml - Multiple databases

2009-03-09 Thread nobodybutca
My I have a sample if you don't mind? For 3 session factories. On Mar 6, 7:53 pm, Fabio Maulo wrote: > catalog = each class mapping may have its catalog > 3 ms access = Access is not a RDBMS, 3 xyz.cfg.xml with 3 session factories. > > 2009/3/6 nobodybutca > > > >

[nhusers] Re: hibernate.cfg.xml - Multiple databases

2009-03-05 Thread nobodybutca
Anyone? On Mar 5, 8:00 am, nobodybutca wrote: > its 3 catalog (ms sql) or 3 mdb > (ms access) > > On Mar 4, 7:48 pm, Fabio Maulo wrote: > > > 2009/3/4 nobodybutca > > > > Hi group, > > > > kinda new with nhibernate, just learning the curve just to

[nhusers] Re: hibernate.cfg.xml - Multiple databases

2009-03-04 Thread nobodybutca
its 3 catalog (ms sql) or 3 mdb (ms access) On Mar 4, 7:48 pm, Fabio Maulo wrote: > 2009/3/4 nobodybutca > > > > > Hi group, > > > kinda new with nhibernate, just learning the curve just today. > > > How do i configure 3 database on hibernate.cfg.xml?

[nhusers] hibernate.cfg.xml - Multiple databases

2009-03-04 Thread nobodybutca
Hi group, kinda new with nhibernate, just learning the curve just today. How do i configure 3 database on hibernate.cfg.xml? Is the support for MS2008 is enable now? br, nobody --~--~-~--~~~---~--~~ You received this message because you are subscribed to the