Viewing 3 posts - 1 through 4 (of 4 total)
All I really want to do is perform something like this:
SELECT *
FROM OPENQUERY(DATASOURCE, 'select * from myView where unique_pid=@pid');
So I can do something like
select * from xxx where pid...
February 24, 2010 at 1:43 am
ALZDBA (2/23/2010)
I haven't worked with NHibernate :blink: so this may be way off ....
Can't you just query your MySQL directly from NHibernate ?? (without using SQLServer as gateway)
NHibernate is being...
February 23, 2010 at 12:04 pm
Thx you for the responses so far!
I want to point out that my test environment hasn't changed that much. The only thing I've changed (on the MySQL server side) is...
February 23, 2010 at 11:54 am
Viewing 3 posts - 1 through 4 (of 4 total)