A new topic, 'Establishing a Connection to a MySQLDatabase in 2.0 rc 5', has 
been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=711.new#new

The text of the topic is shown below:

Hi everybody,
first of all i want to say that, Liquibase is a realy beautiful Tool!  :)
So but now to my topic. I am relatively new to Liquibase and working with Java.
Generally i want to compare to different Databases and write into the 
changelog, but yesterday I wanted to try to update to Liquibase-2.0 RC5.jar, 
and I saw that i have some stupid problems getting a Connection to my two 
databases.
I hope the question is not too dump:
It was clear to me to use in 1.9.5:
Code:
Connection con = DriverManager.getConnection(url, "user", "pass");
But after creating :
Code:
Database maindb = new MySQLDatabase();
maindb.setConnection(con);
i realized that it doesn't work anymore in 2.0.
It's clear for me to use now DatabaseConnection, but how to use it? is there a 
small documentation for it anywhere?
I would preffer using the API.. but poorly there is no documentation for it.. 
:(.
Am I doing something wrong? Or is there simply an other method to get a 
Connection to the database?

I hope my question is not too dump.
Greetz Seychan

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to