-
Notifications
You must be signed in to change notification settings - Fork 19
How to use a JDBC driver in DBPTK Developer
There are a few modules that use proprietary drivers such as Sybase ASA or Progress OpenEdge. This drivers can not be included in the application due to proprietary restrictions. They need to be imported. Some databases are not supported by DBPTK Developer in order to migrate those database you also need to use the specific JDBC driver.
Follow the instructions bellow on how to import a JDBC driver to DBPTK Developer.
java -cp "C:\path\to\dbptk-app-x.y.z.jar;C:\path\to\jdbc_driver.jar" com.databasepreservation.Main migrate <import-module> [import module options] <exportModule> [export module options] [<filterModule(s)> [filter module options]]
java -cp "/path/to/dbptk-app-x.y.z.jar:/path/to/jdbc_driver.jar" com.databasepreservation.Main migrate <import-module> [import module options] <exportModule> [export module options] [<filterModule(s)> [filter module options]]
Copyright © 2019 by KEEP SOLUTIONS
All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law. For permission requests, write to the publisher, addressed “Attention: Permissions Coordinator,” at the address below.
KEEP SOLUTIONS, LDA.
Rua Rosalvo de Almeida, nº 5
4710-429 Braga, Portugal
W www.keep.pt E [email protected]