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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Client/Server Application

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.

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

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 server
application softwares have release notes on what db engines they can connect to
look up the one you know and start from there
for connectionstrings check the link www.connectionstrings.com

--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -