The Artima Developer Community
Sponsored Link

Java Answers Forum
DB connectivity

3 replies on 1 page. Most recent reply: May 25, 2004 12:57 AM by vid

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
vid

Posts: 2
Nickname: jvid
Registered: May, 2004

DB connectivity Posted: May 24, 2004 12:33 AM
Reply to this message Reply
Advertisement
Hi Everyone,
I want to write a program to implement the db connection that performs
1. insert new record into the table
2. delete an existing record from the table
3.Update the table values
4.Query the table record with different query options.

Can anyone help me.
Thanks,
Jvid


Eric Tsien

Posts: 3
Nickname: goderic
Registered: May, 2004

Re: DB connectivity Posted: May 24, 2004 2:50 AM
Reply to this message Reply
hi,vid
First,you must choose a DBMS acts as a DB Server.
Second,use a language,i.e, (java),to write Application to use DBMS
Third,you should master the DB API of language you choose,like JDBC(if you use java),and SQL.

after that, i think it is enough to write a simply appliaction.

by eric

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: DB connectivity Posted: May 24, 2004 3:48 AM
Reply to this message Reply
How lazy a person can get? Have you heard about a search engine "Google"???

vid

Posts: 2
Nickname: jvid
Registered: May, 2004

Re: DB connectivity Posted: May 25, 2004 12:57 AM
Reply to this message Reply
Thank you Eric,

I want to do it in Java for an assignment,

Thanks

Flat View: This topic has 3 replies on 1 page
Topic: Free Download JFrameBuilder 2.1.5 - Visual Java GUI Development Tool. Previous Topic   Next Topic Topic: dinamyc cast to an object

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use