advice on a small dbase - html or java coding
ok im searching for the best way to translate a small dbase to a web page it doesnt have a lot of conditioners you know gender age etc and then its suposed to return some values calculated on those
any suggestions ?
Anonymous posted this at 02:11 — 26th August 1999.
They have: 5,633 posts
Joined: Jan 1970
You should take a look at Perl @ http://www.perl.com.
Hope this helps,
Malte
----------
Malte Ubl - [red]Germany[/red] - http://goKewl.com/
[red]The beats of 1000 hearts inside...[/red] the merciless pulsation... [red]and all I know is I'll be back...[/red] back to trance nation!
tanathos posted this at 21:21 — 26th August 1999.
They have: 3 posts
Joined: Jul 1999
thanks i will but any other program generates java code to do it ?
att tanathos
Anonymous posted this at 23:15 — 26th August 1999.
They have: 5,633 posts
Joined: Jan 1970
For the task you want to do a server side solution is the better method. I would only recommend client side processing if you dont have access to a web server with CGI capabilities.
There is server sided java, but for the project you wanna do (I assume) it would be absolutely over scaled. Server sided java requires long professional development and is mostly used by very large traffic sites that have to handly a very large number of simultaneous users.
I would absolutely recommend Perl because its easy and good documented, and its the programming language of choice for processing of any kind of text file.
Later,
Malte
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.