dbTalk Databases Forums  

Re: which tool (written in PHP) to deal with db by interface friendly(like access)?

comp.databases.postgresql.interfaces.php comp.databases.postgresql.interfaces.php


Discuss Re: which tool (written in PHP) to deal with db by interface friendly(like access)? in the comp.databases.postgresql.interfaces.php forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nadine St-Amand
 
Posts: n/a

Default Re: which tool (written in PHP) to deal with db by interface friendly(like access)? - 05-26-2005 , 03:59 PM






_mario lat wrote:
Quote:
I'd like to deal (update, deal, insert....) a database (with tables and
relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that let
manipulate the db in easy vay.
Which tool can I use?
May I suggest you the tool i developped: phpBackend
qhich allows you to manipulate easily related databases.

I have a mysql version online (where relations are builded between table
using table naming) at http://www.phpbackend.com/create_database.php
You can see a demo at http://www.phpbackend.com/demo.php

The postgresql version is almost ready.

Ill will notice you when it is ready.

Nadine St-Amand




Reply With Quote
  #2  
Old   
Schmidty
 
Posts: n/a

Default Re: which tool (written in PHP) to deal with db by interface friendly(like access)? - 02-19-2006 , 02:26 AM






_mario lat wrote:
Quote:
I'd like to deal (update, deal, insert....) a database (with tables and
relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that let
manipulate the db in easy vay.
Which tool can I use?

Or wich libray can I use for write this tool by myself (in PHP)?

Thank you in advance for the time you'll spend to read and answer my
request,
Mario.


Use the psql interface (text-based) that comes with Postgres. The DB
runs as a Client/Server model and you can use the psql interface the
same way. If you prefer somthing a little more graphically enhanced
(GUI) try pgAccess or pgAdmin3. Both can be found with Synaptic under
the Ubuntu Linux flavor. Good luck!!!

Schmidty


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.