473,386 Members | 1,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Managing database tables through web-forms (automatically)

Hi,

I want to manage database(sql) tables through the web: actions like
insert/edit/list/delete.
An application often needs just a database table to be easily managable
through the web by the users.

Now I realized that everytime I write a new app
I need to rewrite the whole thing according to the actual
database/table schema (forms/templates/validation/etc)

What I'd need:
A tool/module/anything that helps me to automate this process.
Something that just needs defining some table scheme and
not to rewrite the whole thing again.

Big thanks if you can help me!

--
--arutz
Aug 30 '06 #1
2 1460
Sybren Stuvel wrote:
Check out Django, it has a great database API and on the fly
auto-generated admin.
Just gone over the tutorial, really amazing, exactly what I need.
Big thanks for the hint!

--
--arutz
Sep 2 '06 #2
Check out Django, it has a great database API and on the fly
auto-generated admin.
Just gone over the tutorial, really amazing, exactly what I need.

That's exactly the response I had when I met with Django :)
Anyone with Django experience: how well does it do with respect to upgrades?

Suppose you have some version of python, mod_python, apache, sqlite,
pysqlite, Django and of course your application using all of these.
Then if you upgrade any one piece in this list how will the whole
thing continue to work from the point of view of your app and Django
(so I'm supposing that the only bottle neck can be your app and
Django, so if the upgrading of, say, sqlite breaks, say, pysqlite that
doesn't count)?
Sep 3 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Don Vaillancourt | last post by:
Hello all, Over the years as I design more database schemas the more I come up with patterns in database design. The more patterns I recognize the more I want to try to design some kind of...
2
by: Craig H. | last post by:
Hello, Has anyone ever come across a reason why someone would manually create a user table incl. permission flags and not use the inbuilt user/roles provided by that database? The only reason...
35
by: Terry Jolly | last post by:
Web Solution Goal: Have a global database connection Why: (There will be 30+ tables, represented by 30+ classes) I only want to reference the database connection once. I put the connection...
2
by: Dariusz Tomon | last post by:
Hello, I have to design and develop web application (ASP.NET 2.0). The main point of it will be managing documents stored into database (SQL Server 2005). Advice me please how can I do it. What...
0
by: toyin | last post by:
hello, pls help look through this code its not inserting the record in dataset into the another database. i want to insert the row in the dataset into another table in another database. pls help....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.