-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: execute an SQL script in a file using session
PostPosted: Tue Apr 06, 2004 10:04 am 
Beginner
Beginner

Joined: Mon Sep 15, 2003 9:10 am
Posts: 43
Hi,

i'd like to know how i could execute an SQL file using the hibernate session,

can anyone help ?

Thanks Fabien.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 06, 2004 7:05 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
Have you done this without hibernate before?
Assuming you have used a JDBC driver to do some form of processing then you can get the connection from the session object. Otherwise I cannot think of a use case for this. Where I have SQL to execute then it usualy processed it manually or by Ant. I suppose you could fork a process and run the database's console program to process it but this has nothing to do with hibernate (and it gets really messy).


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.