English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i need to use a database in the backend and java in the front end.. how do i link these two?? what lang should i learn for this??

2006-06-13 03:03:53 · 7 answers · asked by nancy_sparkz 2 in Computers & Internet Programming & Design

7 answers

Use the JDBC that is included with Java.

From Sun's website:

"JDBC technology is an API (included in both J2SE and J2EE releases) that provides cross-DBMS connectivity to a wide range of SQL databases and access to other tabular data sources, such as spreadsheets or flat files. With a JDBC technology-enabled driver, you can connect all corporate data even in a heterogeneous environment"

2006-06-13 03:16:50 · answer #1 · answered by Jody 3 · 1 0

You can use Microsoft SQL or JDBC or you Oracle 8i...or just use Microsoft access.

You need to set up a configuration so they can get connected, but its hard to tell you on here without knowing some more detail.

Go to this website:
http://www.oracle.com/index.html

Oracle is a very popular software that provides JDBC drivers for Java programs.

2006-06-13 10:17:43 · answer #2 · answered by Sean I.T ? 7 · 0 0

JDBC, SQL and Java is all that's required. Alternatively you could use an open source package such as hibernate. Sun has JDBC tutorial online. There is a pointer to a SQL tutorial as well.

2006-06-20 18:00:41 · answer #3 · answered by brownfreckles1977 2 · 0 0

No additional language to learn, unless you don't know Java and/or SQL.
As the other people have said, it is your choice on the database, which then determines how you connect. Ie, JDBC, ODBC, etc.

2006-06-17 11:06:29 · answer #4 · answered by Mark aka jack573 7 · 0 0

4 this use jdbc AP

viist @ http://www.studyjava.org/jdbc_api.html

2006-06-26 13:13:30 · answer #5 · answered by ihoston 3 · 0 0

Simple and best Way ......?

Use tomcat server ....... to deploy your java ..... and to connect SQL Server using MsSQl.jar library..........

2006-06-13 11:16:11 · answer #6 · answered by thiru g 1 · 0 0

try this site:--

2006-06-27 04:49:17 · answer #7 · answered by Anonymous · 0 0

fedest.com, questions and answers