Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Farouque
Starting Member
1 Post |
Posted - 2007-09-12 : 02:51:07
|
| hie,have a question. what tool is available to develop client/server application with db as ms sql server? is it only visual studio.for example: i was using oracle 9i db with 9i developer as a total package to build applications. very easy with creating update, delete or new forms.is it possible with visual studio or am i missing something?i need to feel comfortable since i know sql server but dont know what to use for developing application.many thanks,farouque |
|
|
sunsanvin
Master Smack Fu Yak Hacker
1274 Posts |
Posted - 2007-09-12 : 03:53:47
|
| use .Net to get full fledged application.if it is a web application, use c#.net. or if it is just a static application, go for asp.net.VinodEven you learn 1%, Learn it with 100% confidence. |
 |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2007-09-12 : 05:51:32
|
| you can use any programming language that's capable of connecting to sql serverapplication softwares have release notes on what db engines they can connect tolook up the one you know and start from therefor connectionstrings check the link www.connectionstrings.com--------------------keeping it simple... |
 |
|
|
|
|
|