Wrox Programmer Forums
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 15th, 2007, 03:19 PM
Registered User
 
Join Date: Jul 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to sivap
Default Need Help !!!

Hi Everyone,

   I am new to VB 2005 Express. I would like to know how to make database connection with SQL server 2005.

I really appreciate your help.

Thanks in advance,
Siva

 
Old August 15th, 2007, 03:41 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

You could use the Microsoft.ApplicationBlocks.Data class (you actually need to download this from MS and compile it yourself before you can use it in your application) which simplifies connection between an application and the underlying datasource. Otherwise you will need to use the System.Data and System.Data.SqlClient classes.

This article should be able to give you some more guidance:
http://www.dotnetspider.com/kb/Article297.aspx

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========
 
Old August 20th, 2007, 12:51 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Siva,

When it comes to needing help, that is presumed due to the fact that you are posting a question. You should try to choose a topic that relates to the specific help you need.

A good subject line for this question might have been “How 2 Make SQL Connection in VB 05 Express”.









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.