Two Laptop Bag
The moose likes JDBC and the fly likes can I use different data bases in my local computer for practing? (CRUD) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "can I use different data bases in my local computer for practing? (CRUD)" Watch "can I use different data bases in my local computer for practing? (CRUD)" New topic
Author

can I use different data bases in my local computer for practing? (CRUD)

André Asantos
Ranch Hand

Joined: Nov 23, 2009
Posts: 234
hey guys,
can I use different data bases installed in the same time in my local computer for practing? Because I am learning the CRUD (create, retreive, update and delete) web application...

Thanks in advance!


take care!
AS

São Paulo - Brazil


André AS
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35239
    
    7
You sure can. All common DBs let you have more than one schema, each identified by a different name.


Android appsImageJ pluginsJava web charts
André Asantos
Ranch Hand

Joined: Nov 23, 2009
Posts: 234
that is nice! so, I am thinking about install Oracle 11g and Sybase for testing in my local computer...

thank you very much...


AS
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

Yes you can install multiple database products on one machine because they usually use different ports to allow client connections. I have MySQL and PostgreSQL installed on most of my systems, and in one case also have SQL Server.


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: can I use different data bases in my local computer for practing? (CRUD)
 
Similar Threads
interoperability between Java and .net system
using database at remote location
Deleting from a DataBase
Hibernate and connection pooling
5+ Years Professional Wants JavaEE Freelancer Remote Jobs