Vous êtes sur la page 1sur 1

Hello,

> >
> > Please Find the attached project.
> >
> > Instruction:
> >
> > Open netbeans
> > Go to file
> > Open project
> > Browse the location where u have unziped the attachment which i have send yo
u
> > This will open the project
> > Then you will find the frames
> > First select DatabaseCreator frame( it will createtables)
> > By double clicking it
> > And the press shift +f6
> > To run the frame
> > And similarly run other frames
> >
> > Make sure password is not set on mysql. If you have any password then open t
he source code of all the frames you will find this code
> >
> > Connection con =(Connection) DriverManager.getConnection("jdbc:mysql://local
host:3306/store","root","");
> >
> > Replace it with you password wherever you find the above code. Example if y
our password is udit then:
> >
> > Connection con =(Connection) DriverManager.getConnection("jdbc:mysql://local
host:3306/store","root","udit");
> >
> > Regards
> > Mohd. Saif

Vous aimerez peut-être aussi