Re: database dilemma
From: James Lang (j.lang_at_blueyonder.co.uk)
Date: 02/17/04
- Next message: Erik Frey: "Re: database dilemma"
- Previous message: SStory: "Transparent Link Label, over picturebox control?"
- In reply to: John: "database dilemma"
- Next in thread: Dominique Vandensteen: "Re: database dilemma"
- Reply: Dominique Vandensteen: "Re: database dilemma"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Feb 2004 00:46:35 -0000
Hi
Dot net uses SQL Server and Oracle ( check the help for the supported
versions ) most efficiently as it has native drivers for these databases
Other databases use ODBC which work but with an overhead.
on the down side both sql server and oracle are big bucks to a small
company. If you don't have them already it would be a big outlay.
Also think about scalability, how big will the data get and how many
concurrent users at any one time. Will the data be held in one location or
replicated over many servers
>From what you wrote I assume you will be using ASP.NET, ADO.NET WEB Forms
and Windows forms
if you are new to this ( even seasoned ASP and VB6 pros would struggle for a
while ) you might want to push for some training courses and what ever time
scale you come up with DOUBLE IT
I hope this helps
Regards
James
"John" <anonymous@discussions.microsoft.com> wrote in message
news:0FACB353-B348-4FC3-B41E-75593E2DDAD2@microsoft.com...
> Greetings. I apologize for posting this if it is in the wrong group. The
boss last week dropped vb.net on my desk and wants to create a web app and a
corresponding desktop app. And I'm a newbie to vb.net. Have done vb6 work
but not alot. The boss only dropped vb.net and no db to go with it. He
indicated for me to use my best judgement on the db.
> So, I would like to find out what db others of you are using with vb.net
for over the web/desktop. I've worked with A2k so I'm familiar with that.
What about some of the others? Are there pros/cons? Is there a consensus
among vb.net developers? What does vb.net work best with?
> I am open to any thoughts and suggestions.
> Thanks in advance to anyone who responds.
> *** John
- Next message: Erik Frey: "Re: database dilemma"
- Previous message: SStory: "Transparent Link Label, over picturebox control?"
- In reply to: John: "database dilemma"
- Next in thread: Dominique Vandensteen: "Re: database dilemma"
- Reply: Dominique Vandensteen: "Re: database dilemma"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|