AllExperts > Experts 
Search      

VB.NET

Volunteer
Answers to thousands of questions
 Home · More Questions · Answer Library  · Encyclopedia ·
More VB.NET Answers
Question Library

Ask a question about VB.NET
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Syed Rizwan Muhammad Rizvi
Expertise
I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.

Experience
Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.

 
   

You are here:  Experts > Computing/Technology > Basic > VB.NET > Deployment with MS SQL database

Topic: VB.NET



Expert: Syed Rizwan Muhammad Rizvi
Date: 6/4/2006
Subject: Deployment with MS SQL database

Question
assalamualaikum!

Dear Sir,

I'm working upon a project in which I need to enter some initial data (more than 50 records) and display them with DataGrid control. I have to let users bring changes in the records and add new records as well. I'm using the MS SQL DBMS to prepare the application. I run the application and then enter records which save changes in the database when I call update method. I want to know, is it necessary that MS SQL is installed on the user's machine to use this application? Can I do something while deploying the application that user is free of installing MS SQL DBMS? If yes, can you guide me please through the deployment process?

Best Regards,
Adeel Rauf
adeel.rauf@hotmail.com

Answer
SQL Server needs to installed on client machine or as a sep. server at client side to run the application.

It is always better to setup SQL Server manually rather than looking for some automated deployment procedure you will be wasting time looking for it.

And as far as entering initial data is concerned you can run sql scripts to get that data into sql server at the time of your application installation (ofcourse sql server has to be installed already for that to happpen).


Was Salam,
Rizwan

Add to this Answer    Ask a Question



  Rate this Answer
   Was this answer helpful?
Not at allDefinitely              
   12345  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.