+ Reply to Thread
Results 1 to 8 of 8

Thread: Need a help with DB connectivity

  1. #1
    Newbie damian is an unknown quantity at this point damian's Avatar
    Join Date
    Aug 2009
    Posts
    3

    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. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    37
    Posts
    12,912
    Blog Entries
    57

    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.
    CodeCall Blog | CodeCall Wiki
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  3. #3
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,751
    Blog Entries
    97

    Re: Need a help with DB connectivity

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

  4. #4
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    37
    Posts
    12,912
    Blog Entries
    57

    Re: Need a help with DB connectivity

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

  5. #5
    Code Slinger chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5's Avatar
    Join Date
    Mar 2008
    Posts
    7,035

    Re: Need a help with DB connectivity

    What language and what database server?

    Connecting to MySQL with various languages.

  6. #6
    Newbie damian is an unknown quantity at this point damian's Avatar
    Join Date
    Aug 2009
    Posts
    3

    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.

  7. #7
    Code Slinger chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5's Avatar
    Join Date
    Mar 2008
    Posts
    7,035

    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).

  8. #8
    Newbie damian is an unknown quantity at this point damian's Avatar
    Join Date
    Aug 2009
    Posts
    3

    Re: Need a help with DB connectivity

    Hey thanx buds.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Replies: 3
    Last Post: 03-12-2009, 06:13 PM
  2. Tutorial: Java Database Connectivity
    By Jordan in forum Java Tutorials
    Replies: 1
    Last Post: 10-08-2008, 01:26 AM
  3. Linux connectivity with XP
    By temi in forum Linux Networking
    Replies: 2
    Last Post: 03-30-2008, 03:09 PM
  4. Connectivity problem..?
    By Patrick in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-13-2007, 06:20 AM
  5. How to establish database connectivity ??
    By Patrick in forum Database & Database Programming
    Replies: 1
    Last Post: 10-08-2007, 04:23 AM