Closed Thread
Results 1 to 8 of 8

Thread: Need a help with DB connectivity

  1. #1
    damian's Avatar
    damian is offline Newbie
    Join Date
    Aug 2009
    Posts
    3
    Rep Power
    0

    Need a help with DB connectivity

    Hi,
    I am planning to start a project related to database system.Can anyone provide me with tools which are used for database connectivity. I am looking for something which would help me access (read and write) most of database systems-if not all. Any kind of suggestions are welcomed.

    Regards damian.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Need a help with DB connectivity

    What database type? What programming language? Connecting to Oracle from C is completely different from connecting to MySQL in PHP.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Jordan Guest

    Re: Need a help with DB connectivity

    And there are many different tools and different for each type of database.
    Posted via CodeCall Mobile

  5. #4
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Need a help with DB connectivity

    True. JDBC vs ODBC vs ADO vs BDE vs ...
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Need a help with DB connectivity

    What language and what database server?

    Connecting to MySQL with various languages.

  7. #6
    damian's Avatar
    damian is offline Newbie
    Join Date
    Aug 2009
    Posts
    3
    Rep Power
    0

    Re: Need a help with DB connectivity

    I have thought of Java as programming language. JDBC API would help me connect java with wide range of databases. SQL and oracle are database types. Presently I am at initial stages of literature survey.

    The main idea is that the application should connect to popular databases and it should be platform independent (hence java).
    Is it feasible to use java or should I look for some other programming language? Also Ill carry out more research on JDBC-ODBC connectivity.Thnx.

    damian.

  8. #7
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Need a help with DB connectivity

    Sure it is feasible. Getting started with JDBC is quick and simple.

    If you are thinking of using SQL server: Microsoft SQL Server JDBC Driver
    Oracle: JDBC/UCP Download Page

    So, you can use any database server you want with Java. I would go with MySQL though. Only, because I know that it is more independent of platforms (and free).

  9. #8
    damian's Avatar
    damian is offline Newbie
    Join Date
    Aug 2009
    Posts
    3
    Rep Power
    0

    Re: Need a help with DB connectivity

    Hey thanx buds.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wifi connectivity between C++ apps?
    By Macoder in forum C and C++
    Replies: 3
    Last Post: 10-10-2010, 05:26 AM
  2. JAVA database connectivity
    By Ananta2010 in forum Java Help
    Replies: 3
    Last Post: 07-03-2010, 08:30 AM
  3. Linux connectivity with XP
    By temi in forum Linux Networking
    Replies: 2
    Last Post: 03-30-2008, 04:09 PM
  4. Connectivity problem..?
    By Patrick in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-13-2007, 07:20 AM
  5. How to establish database connectivity ??
    By Patrick in forum Database & Database Programming
    Replies: 1
    Last Post: 10-08-2007, 05:23 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts