looking for a tool/ middleware tool which...

looking for a tool/ middleware tool which...

am 21.02.2005 12:17:49 von hc.b

Hi all.

I'm looking for a tool which should act like some kind of middleware/
logical layer bewtween the SQL server and the webbased user interface.

- It should be possible to easily create simple web forms (only data
input and output) without programming effort by "clicking" the fields
and their order on the web mask within an admnistrative interface.

- It should also be bossible to add "new fields" to the database,
including field type, permissions, value lists etc. (excluding any
business logic) without programming effort by administration.

I know, that most workflow tools or "Trouble Ticket Tools", based on
databases have this feature to easily configure new masks and add new
fields to the database, but i need it as an tool-unspecific layer for
the MS SQL Server.

Thank you very much for your feedback, any ideas are welcome!

Best regards, Heiko.

Re: looking for a tool/ middleware tool which...

am 21.02.2005 12:45:02 von Steven Burn

www.rentacoder.com

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"hico74" wrote in message
news:4d57bcce.0502210317.5577e25a@posting.google.com...
> Hi all.
>
> I'm looking for a tool which should act like some kind of middleware/
> logical layer bewtween the SQL server and the webbased user interface.
>
> - It should be possible to easily create simple web forms (only data
> input and output) without programming effort by "clicking" the fields
> and their order on the web mask within an admnistrative interface.
>
> - It should also be bossible to add "new fields" to the database,
> including field type, permissions, value lists etc. (excluding any
> business logic) without programming effort by administration.
>
> I know, that most workflow tools or "Trouble Ticket Tools", based on
> databases have this feature to easily configure new masks and add new
> fields to the database, but i need it as an tool-unspecific layer for
> the MS SQL Server.
>
> Thank you very much for your feedback, any ideas are welcome!
>
> Best regards, Heiko.

Re: looking for a tool/ middleware tool which...

am 28.02.2005 14:41:24 von Stefan Burgold

Hi,

with a liitle work it should be done with CLASP-FrameWork:
http://www.claspdev.com/ASPFramework/newhelp/index.asp


hico74 wrote:
> Hi all.
>
> I'm looking for a tool which should act like some kind of middleware/
> logical layer bewtween the SQL server and the webbased user interface.
>
> - It should be possible to easily create simple web forms (only data
> input and output) without programming effort by "clicking" the fields
> and their order on the web mask within an admnistrative interface.
>
> - It should also be bossible to add "new fields" to the database,
> including field type, permissions, value lists etc. (excluding any
> business logic) without programming effort by administration.
>
> I know, that most workflow tools or "Trouble Ticket Tools", based on
> databases have this feature to easily configure new masks and add new
> fields to the database, but i need it as an tool-unspecific layer for
> the MS SQL Server.
>
> Thank you very much for your feedback, any ideas are welcome!
>
> Best regards, Heiko.

Re: looking for a tool/ middleware tool which...

am 03.03.2005 02:19:20 von Bullschmidt

This is SOMEWHAT similar to some of the things you are trying to
streamline:

For a "quick and dirty" generic ASP open source solution to putting
databases on the Web (often works well for the admin area of a Web site
which doesn't need to look too unique) that just requires setting up a
configuration page for each table or query and uploading the database to
the Web as long as there is an autonumber field in each table (and
you'll probably also separately want to create login capabilities),
perhaps try something like this:
GenericDB by Eli Robillard
http://www.genericdb.com and then click on the Tips link to see an
example

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!