|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Sorry for bothering you,
i'm new in jsp,i wanna know how to make table(mysql) on the fly using jsp,(i have learn that php can make table on the fly,using query create. $query="create table test(id int not null auto_ increment primary key,name char (30) etc"; @mysql_query($query); then upload the script to server,call the url then table created. Can jsp do that thing? |
|
#2
|
||||
|
||||
|
Yes
You can by using the MySQL JDOBC driver and sending that SQL statement to the MySQL db server.
Brett |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > creates mysql table using jsp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|