Re: regarding connectivity
Re: regarding connectivity
its all about the database and creating tables and connecting the database through netbeans.. but my query was that netbean itself has a database that can be used to create database and tables .. but the thing is that how can i use this database through my GUI .. ....suppose i want to take user input and add that into database on button action ..
Re: regarding connectivity
Quote:
Originally Posted by
deependeroracle
its all about the database and creating tables and connecting the database through netbeans..
What exactly is your question? Have you worked through the first 4 links from this search?
Let me google that for you
Re: regarding connectivity
ok let me explain to you ... i am using netbeans 7.1 and i have created a frame having components like label and textfields .. now from these textfields the input given by the user should be saved at the database .. for the database i was using mysql .. but recently i came to know that the same database can be create in the netbeans also but i dnt know how to connect that database( if i used netbeans inbuilt database under the services tab java db ).. and i have successfully connected the mysql with my netbeans .. but having problem if i use the inbuilt functionality of creating database in the netbeans itself..
Re: regarding connectivity
If memory serves me correctly there is some stuff in Oracle's Tutorial concerning getting started with databases and Netbeans, but mostly it is agnostic (doesn't care) what environment you are using.
But the NB website has excellent tutorials and that would be a good place to look - if they are not actually linked to from what Sean has provided.
Re: regarding connectivity
hello pbrockway2
buddy you are very true .. its all about the netbeans and database connectivity .. but in the tutorial the connectivity was in between netbean and database(that may be oracle or mysql) but my query was that netbeans ide 7 itself has a facility to create database ,so it make easier for the developer to make the complete application in netbeans itself..
and i was able to create the database in netbeans with the help of tutorials availaible on netbeans website .. but i dnt find anywhere to connect my GUI to that database in the netbeans itself...
summary( i want to make the whole database driven application for the students record maintenance in the netbeans only which have ofcourse a GUI to take inputs from the users and a backend database to store the data.. but the whole thing should be developed in the netbeans only .. i mean to say the creation of database and the GUI for taking inputs , both in netbeans )
Thanks
Re: regarding connectivity
thnx to supermoderator .. finally i got my solution .. :)