Total members 11889 |It is currently Fri Mar 29, 2024 6:26 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





I've tried to create a database in netbeans and each time i do that it gives the following message:
"An error occured while creating the database: null."

- I made sure i started the server and this is the message of connectivity:
Apache Derby Network Server - 10.6.2.1 - (999685) started and ready to accept connections on port 1527

-I reinstalled netbeans and i have version 7.1 right now.

-I added all the .JAR file i needed for derby and clientderby in the libraries, even though its doesnt have to do with creating database.

- I opened netbeans as administrator.

any ideas on how to be able to create a database in the Java DB?




Author:
Newbie
User avatar Posts: 1
Have thanks: 0 time

So u just want to connect to database or it must be Derby database, if you are not insisting on Netbeans Included Derby , you can use MYSQL for example just download it and start your work ,

If you just asking about opening a connection this topic will helps you:
java/navigating-to-database-using-java-t9365.html

But if you want to create a new database from your java source code this snippet will clear the idea:
Code:

myDBConnection 
= DriverManager.getConnection
("jdbc:mysql://localhost/?user=root&password=root"); 
myStatement
=myDBConnection.createStatement();
int Result=s.executeUpdate("CREATE DATABASE newDbName");
 


I hope i helped

_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time

Go through the site, you can easily create database in netbeans :
Code:
http://wiki.netbeans.org/CreateDatabaseFromNetbeans



Author:
Newbie
User avatar Posts: 9
Have thanks: 1 time
Post new topic Reply to topic  [ 3 posts ] 

  Related Posts  to : creating database in netbeans
 Creating a Database in MySQL     -  
 information about netbeans IDE     -  
 applet in netbeans     -  
 i am using NetBeans 7.0, HELP NEEDED - URGENT     -  
 selection of checkbox in buttongroup in netbeans     -  
 Data Base problem with Netbeans IDE     -  
 chat system project in java using netbeans     -  
 Creating a Directory in php     -  
 Creating a Method in jsp     -  
 Creating table using div tag     -  









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com