![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: help, jdbc, programming, tutorials |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| ||||
| I am not a Java guru but i did a quick search... " JDBC technology is an API (included in both J2SE and J2EE) 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." So in that case you would be able to connect with a database such as mySQL which every good web server will have and seeing how its so popular i think it would be the one to go with. I am not sure how much Java you know so i am guessing searching google for a "MySQL and Java tutorial" and you will find something. |
| The Following User Says Thank You to Lee For This Useful Post: | ||
HelloWorld (07-14-2007) | ||
| |||
| Are you sure your professor knows what he is talking about ?? You don't actually "store" anything in JDBC, merely use JDBC to connect to, and store "things" in, a database (if you are coding in Java of course). JDBC is Java DataBase Connectivity, it is exactly the same thing as ODBC is for ASP, ASP.NET, PHP, ColdFusion but is Sun's proprietary technology and "closed source". __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| The Following User Says Thank You to chrishirst For This Useful Post: | ||
HelloWorld (07-18-2007) | ||
| ||||
| Quote:
![]() I personally haven't researched on it yet whether it's only a class where we can just call the methods to connect to database, etc.. but I just decided to print out HTML codes lol.. it's much easier and out of hassle of getting the SQL database from school |
| |||
| You don't have to know how to use the JDBC, You could do the same as everybody else and use ODBC ![]() __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| ||||
| Haha, yeah.. I'm still taking my time to learn ASP.NET haha... But I have a little bit of confusion the the ODBC connectivity in ASP.NET from the code that I analyze. Do you know ASP.NET at a particular level of database connections? Help Understanding ASP.NET & mySQL Code It seems that not many people understood C# and ASP.NET ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |