mkabdul kadermk

Greenhorn
+ Follow
since Jun 04, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mkabdul kadermk



how do you retrieve all table names form mysql database in jsp

explain it.

please reply me..

thank you.


how can i retrive all table names in mysql database

Lalit Mehra wrote:yes buddy you can ...

just try like this ... while creating a query ... e.g.

String query = "Select * from Titles T, Names N where T.name = N.name";

I hope this'll work



thanks for reply

i cant understand this one..

hw assign unique id for table...

how do i set id for each table in database??

that id is used to find that table name...

hw can i do it??

please reply me..

thank you...

Lalit Mehra wrote:yes buddy you can ...

just try like this ... while creating a query ... e.g.

String query = "Select * from Titles T, Names N where T.name = N.name";

I hope this'll work



thanks for reply

i cant understand this one..hw assign unique id for table...

that id returns table name...

hw can i do it??


can i assign id for each table in mysql database???
if assign , explain it..




) i have 10 table which have content..

2)i have a jsp page which contain 10 table rows..

3)each row have one-table content (total 10 rows=10 table content) and have one edit button...

4)i click edit button then it will call javascript function and open a popup window

5)this window contain a text area..

6)this text area contain the corresponding table content for edit

how can i do this???

please reply me....

thank you..
In eclipse i created one database and working with that successfully.i need another database.when i create another database ,it ll not create...it show "A driver already exists with that name. Please provide a unique driver name"...what can i do it??
i have 10 table also i have a servlet page which contain 10 table-rows.
each row have one table-content and one edit button..
if i click edit button,it will return the correspond table name.
how i do this???
please reply me..

thank you..
13 years ago
JSP
i have 10 table also i have a servlet page which contain 10 table-rows.
each row have one table-content and one edit button..
if i click edit button,it will return the correspond table name.
how i do this???
please reply me..

thank you..
13 years ago
i have 10 table also i have a jsp page which contain 10 table-rows.
each row have one table-content and one edit button..
if i click edit button,it will return the correspond table name.
how i do this???
please reply me..

thank you..
13 years ago
JSP