English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to build an online application that can manipulate an SQL db and spit out some reports. I'm new to VS2005, should I do the whole thing using ASP? Can I write it as a windows app then somehow place it online? Should I use another option? Just looking for some advice. I know VB6, the rest is still new to me.

2006-07-05 06:56:23 · 3 answers · asked by mazter_shake 1 in Computers & Internet Programming & Design

3 answers

You can use ASP. Better is JSP. U get all softwares and docu free. But u shall have to work hard.

2006-07-05 08:06:49 · answer #1 · answered by binaryFusion 5 · 0 0

If you do target .net you can create a rich data tier via web services and then have your different presentation layers (ie web, winforms) access this functionality in the same fashion. If you dont want to use web services you could create a common data layer as satellite assemblies to your application.

2006-07-05 15:03:57 · answer #2 · answered by MC Nat 2 · 0 0

You need to use .NET platform - I beleive VB is one of the supported languages - then you can automatically web-enable your client/server application

2006-07-05 07:38:28 · answer #3 · answered by RonW 3 · 0 0

fedest.com, questions and answers