Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: convert a VBexe to Internet application


Message #1 by Nikos <pappas@c...> on Sun, 05 Jan 2003 23:17:18 +0200
Hi
Please give your opinion and advice.

I have created a project that takes data from an sql_server in a Win2K machine
by a VB exe that is installed in every clients machine.
To get better performance using the IIS I have to make the same data
available to clients machines using asp.

first question
is it a good idea to compile everything ( eg unctions to return arrays or
do updates etc ) to dll ?
If yes I please suggest is it better to put everything in 1 dll
or different dll's for doing different parts of the job?

Second
How different is to code for AS400 machine?
I know there is a way to export the sql database to the AS400
but the sql statements will work like in sql server?
Does AS400 support relational databases or I have to do it
by writing some script to create the relations?
I have no experience at all with AS400.
I feel quite comfortable with access or sql_server

Thank you in advance
Best regards
Nikos



  Return to Index