473,320 Members | 1,876 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,320 software developers and data experts.

which tool to use to create form for a database?how to build a interfaces (or web pages) in easy way?

how to build a interfaces (or web pages) in easy way?
how to build a form in easy way? how to automate and create web pages whit a
tool?
which tool to use to create form for a database?
I mean there is a way or a tool which help me to build an interfaces (web
pages) to
deal with the data in a database ?
Tahnk you in advance,
Andrea.
Jul 17 '05 #1
3 2589
_andrea.l wrote:
how to build a interfaces (or web pages) in easy way?
how to build a form in easy way? how to automate and create web pages whit
a tool?
which tool to use to create form for a database?
I mean there is a way or a tool which help me to build an interfaces (web
pages) to
deal with the data in a database ?
Tahnk you in advance,
Andrea.


Andrea, we have worked out a tool specifically designed to build web sites
that deal with relational databases. The tool itself is in PHP and builds
Posgres databases and PHP web systems to handle them. Security and
automation are built in.

For our uses, we consider it a late beta, in that we are using it now for
customer systems, but we have not made much effort to make it easier for
others to use, so you may find that it feels more like an Alpha. But if
you are interested, just email me below.

This is not a framework for organizing code, it is a set of data-driven
libraries that provide a general-purpose interface for editing tables.
When the general-purpose libraries do not provide needed abilities, you can
override with ad-hoc code on a case-by-case basis, but if you need to do
too much of that, this tool is probably not for you.

--
Kenneth Downs
Secure Data Software, Inc.
(Ken)nneth@(Sec)ure(Dat)a(.com)
Jul 17 '05 #2
Hello,

i use for code automation the following tool:

phpcodegenie

Maybe you will find it useful.

http://phpcodegenie.sourceforge.net/

Best Regards,
Ilija

Kenneth Downs wrote:
_andrea.l wrote:
how to build a interfaces (or web pages) in easy way?
how to build a form in easy way? how to automate and create web pages whit
a tool?
which tool to use to create form for a database?
I mean there is a way or a tool which help me to build an interfaces (web
pages) to
deal with the data in a database ?
Tahnk you in advance,
Andrea.


Andrea, we have worked out a tool specifically designed to build web sites
that deal with relational databases. The tool itself is in PHP and builds
Posgres databases and PHP web systems to handle them. Security and
automation are built in.

For our uses, we consider it a late beta, in that we are using it now for
customer systems, but we have not made much effort to make it easier for
others to use, so you may find that it feels more like an Alpha. But if
you are interested, just email me below.

This is not a framework for organizing code, it is a set of data-driven
libraries that provide a general-purpose interface for editing tables.
When the general-purpose libraries do not provide needed abilities, you can
override with ad-hoc code on a case-by-case basis, but if you need to do
too much of that, this tool is probably not for you.


Jul 17 '05 #3
You may want to check Achievo ATK (http://www.achievo.org/atk). It's a
framework for building data management applications with minimal
coding. The demo app is well documented and shows the basis idea.
http://eye.cc -php- web design
Jul 17 '05 #4

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

Similar topics

9
by: _mario lat | last post by:
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...
0
by: ghadley_00 | last post by:
MS Access Create form / report with multiple pages using different background images Hi, Would like to have users fill out a multipage form, and then click a print button, which pulls up the...
4
by: Manu | last post by:
I would like to create a database for my application when it is deployed. This database can be from different types depending on the tool installed on the customer computer and will be chosen...
10
by: John Bunch | last post by:
I have installed Visual Studio 2005 Team Suite Beta 2, including SQL Server 2005 Express Edition April CTP, on Windows XP Professional SP2, including IIS 5.1. The SQL Server (SQLEXRPESS) service...
1
by: orenbt78 | last post by:
Hi, I am trying to: 1. Create a SQL database (I am working with SQL 2005 Express) 2. with a C# code 3. when the user is not the computer administrator. I have managed to create the database...
15
by: harvey | last post by:
How do I make PHP create a database for mysql please? I can see how to make tables and I have read all the documents I can find but I don't understand how to make the database itself. All...
1
by: sukhoifighter76 | last post by:
I have a problem working with VB as a form for build web pages in dreamweaver and use Xhtml. I want to know how to take this form ( VB 6.0 ) to dreamweaver as a forms
0
by: raj3109 | last post by:
Hi experts, I’d like to have some helps from you guys. I need to create an app with C# and Crystal Report.Net using VS 2008 for a Landscape & Nursery company. The company will send out coupon...
7
by: chrismaliszewski | last post by:
Hi. I created code which makes dynamically form with bounded controls for all columns. I show it to you below. My problem is, how I have to change this code to create form which record source...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.