Hi, my next application will talk to two different databases, MS SqlServer
and Dbase. I know there is the linked-server function in MS SqlServer, with
which, I only need to talke with SQLServer and let it handle the transaction
with the Dbase table. I implemented it in SQLServer, but is it possible to
do it in Hibernate?

As one solution, I tried to call one stored procedure in SQLServer which
manges the dbase table. But how can I call such procedure in Hibernate? I
know this has been talked about before, and sorry that I am a newbie and
couldn't figure out how to write the code, thus some examples will be so
much appreciated.

thanks,
Jack





-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to