accessing database problem

  • Thread starter Thread starter aniaahh
  • Start date Start date
A

aniaahh

hi,

i am a total newbie if it comes to .NET and all this.
therefore i have a guestion - i installed visual studio and according
to the manual i should have "data tab" in the toolbox.
i installed SDK and Framework.
i know i need something called System.Data.SqlClient , yet i can't
find it anywhere .

if anyone could help me - i'd be very happy.


cheers :)
 
Are you using VS.NET?
What language are you using?
Did you add
Import System.Data.SqlClient
to the top of your code?

Have you read any books or documentation on the subject? There are dozens of
them out there--I ought to know I wrote a couple of them...

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

aniaahh said:
hi,

i am a total newbie if it comes to .NET and all this.
therefore i have a guestion - i installed visual studio and according
to the manual i should have "data tab" in the toolbox.
i installed SDK and Framework.
i know i need something called System.Data.SqlClient , yet i can't
find it anywhere .

if anyone could help me - i'd be very happy.


cheers :)



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Back
Top