|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Java interface with Oracle Database
Hi everyone,
I am new to programming and I have a project which needs to create a database and accoring the users inputs (size, table name, database format - 2 or 3 tables or I can make it predefined, collumn names) the tool needs to create the database and populate it according the size provided by the user. Also it need to populate the database with "realistic" values according the collumn names. What I am asking here is the following: Is there some kind of algorithm that could do that or not? I need some help in order to resolv this problem. If anyone has any suggestions please reply to this topic. Thanks in advance to anyone. |
|
#2
|
|||
|
|||
|
JDBC will do what you want. read a tutorial to get started.
|
|
#3
|
|||
|
|||
|
CAn you please give me some help on some kind of tutorial in order to know where to start from for this problem.
Thanks, Borce |
|
#4
|
|||
|
|||
|
I'd start with sun's JDBC tutorials. It's well written and easy to understand
http://java.sun.com/docs/books/tutorial/jdbc/ |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Database Development > Java interface with Oracle Database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|