how do i connect vb.net to sql server

  • Thread starter Thread starter sandhya
  • Start date Start date
S

sandhya

hi,
can u tell how do i connect vb.net application to sql server 2000
regards
 
Hi Sandhya,

What development tool do you have (by instance VB.net standard or
Visual.studio.Net)

It differs

Cor
 
Hello Sandhya

Just drag the SqlConnection control on your form...

Kind Regards
Jorge
 
sandhya said:
hi,
can u tell how do i connect vb.net application to sql server 2000
regards

<F1>
VS.NET
.NET Framework
Programming with .NET Framework
-> Accessing Data With ADO.NET

and

VB and VC#
-> Integrating (or accessing?) Data


Group for ADO.NET related questions:
microsoft.public.dotnet.framework.adonet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top