Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Look for a code assistant to deal with DML 1

Status
Not open for further replies.

zephan

Programmer
Jan 14, 2002
217
A2
Hi All,

I need a code assistant to avoid repeating the same basic application development several times, I'll detail here below.

I have to provide several access to users, and they are basically all the same user manipulates data through a php webpage.

User can edit/insert/delete records, it is only the table name and db connexion that changes.

What I need, is a tool that help easily changing the format of the output, you just have to provide the db connexion, table name and eventually to manage the user access and add some specific code. May be something like phpmyedit but seems to be dedicated to mysql. I need to do it with Oracle.

Did anyone find a solution to a similar issue ?

Regards,
Zephan
 
you could use something very lightweight like this and change the mysql references to oracle calls. i am also planning to rewrite the above code to OOP and make use of the PDO class which supports Oracle (semi-)natively.

you would overlay this with some kind of user management (hundreds of classes on the web and in this forum) and constrain the table name accordingly.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top