-->
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: Switching from Ms Access database
PostPosted: Mon Apr 24, 2017 4:52 pm 
Newbie

Joined: Mon Mar 06, 2017 9:15 am
Posts: 18
i tried to make my Hibernate app works with Ms Access ( yeah i know, its bad) with ucanaccess but it didnt work quite properly with paging and such (some times it comes with Sqlsyntax error, may be because of the dialect). So i figured that i need to let access go and choose another database type. But the system in which this app is deployed has this requirement:

You counldnt install any programm on this, only copying files.

Thus using a mysql database is impossible (at least for me) because i will need to install mysqlserver on it , what i can't. What i need is a type of database which you only needs to convert from Ms Access to it and save it somewhere you want.

Any suggestion ?


Top
 Profile  
 
 Post subject: Re: Switching from Ms Access database
PostPosted: Mon May 01, 2017 3:01 am 
Hibernate Team
Hibernate Team

Joined: Thu Sep 11, 2014 2:50 am
Posts: 1628
Location: Romania
You can use H2 or HSQLDB with disk-based storage enabled. This way, you need to export your data from MS Acess into H2 or HSQLDB which work fine with Hibernate.


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.