Get data out of database

Beire

New Member
Houston,

I have a problem.

I'm trying to make an overview of all the tables of our company,
like PHPmyAdmin.
I made it flexible, because there are to much tables.
A user clicks on the tablename, and he gets an overview of all columns.
After that, I made a button, "BROWSE", to see the data.

I run an other .p file for this, with an output-parameter and I give as parameter the table name and the field name.

But as ouput, I get for example : user.user-id and not P00342 (where user is the tablename and user-id the fieldname and P00342 the value of that field).

How can I solve this problem.

I tried already to remove the " but then he says, unknown variable.
 
What does that bit of code look like where you do the run of the .p and what do your parameters of the .p look like? Maybe if you can send those bits of code someone *may* be able to help you...
 
Back
Top