473,378 Members | 1,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

want the class connecting the database

sorry
i'm very sorry all but i want the name of the class which
connect the database and we can use it to insert, delet,
update .
thanx for u all for these replys .
Nov 20 '05 #1
3 784
"Major" <ma********@hotmail.com> schrieb
sorry
i'm very sorry all but i want the name of the class which
connect the database and we can use it to insert, delet,
update .
thanx for u all for these replys .

There are 1001 books about database programming, so I think the subject is a
little but more complex than you expect.

Here are two starting points. Examples should also be contained:
http://msdn.microsoft.com/library/en...withadonet.asp
http://msdn.microsoft.com/library/en...tingDataVB.asp

The group for ADO.NET related questions is
microsoft.public.dotnet.framework.adonet

--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #2
Hello Major

To connect : SqlConnection (for sql server) or
OLEDBConnection (for access).
To insert, update, delete : SqlDataAdpater or
OLEDbDataAdapter

Kind Regards
Jorge Cavalheiro
-----Original Message-----
sorry
i'm very sorry all but i want the name of the class whichconnect the database and we can use it to insert, delet,
update .
thanx for u all for these replys .
.

Nov 20 '05 #3
Cor
Hi Major
sorry
i'm very sorry all but i want the name of the class which
connect the database and we can use it to insert, delet,
update .
thanx for u all for these replys .


connection
SQLconnection and OleDBConnection

fill, update, delete, insert
SQLdataAdapter and OleDbDataAdapter

Here a link with a lot of samples, step by step walkthroughs, explanations
for this

http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing it

http://msdn.microsoft.com/vbasic/vbr...q/#installvdir

I hope this helps a little bit?

Cor
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: John Morgan | last post by:
I have Enterprise Manager on my local machine. For the last twelve months it has been connecting without problem to my online SQL Server database provided by my ISP. Three weeks ago the ISP...
14
by: John Spiegel | last post by:
Hi all, I'm missing something, probably stupid, on connecting to a SQL Server database from an aspx file. I haven't really done much w/ SQL Server and suspect that it's a problem on that side. ...
2
by: Brad | last post by:
I have a database class that I have created that handles connecting and disconnecting and error reporting and all of that so I don't have to do it in my actual pages. I have a base page that all...
12
by: Ann Marinas | last post by:
Hi all, I would like to ask for some help regarding separating the asp.net webserver and the sql server. I have created an asp.net application for a certain company. Initially, we installed...
19
by: Major | last post by:
please help me i want to connect sql serevr with visual basic form but i can't note: (i'm biggner in both of them ) please reply me quickly but please step by step
5
by: Sebastian | last post by:
I'm using the following code to connect to an access 2000 database. (with reference to adodb) Public DBvar As New ADODB.Connection() DBvar.Open("Provider=Microsoft.Jet.OLEDB.4.0; Data...
7
by: molemoore | last post by:
Im trying to connect to an Access database using a class. I think I have been able to establish the connection but when trying to test it by pulling data from the database im getting the error: ...
5
by: nielsgron | last post by:
Hi, I have created a database on DB2 8.1 and 8.2 for Windows using the codeset "Big5" with the command: db2 CREATE DATABASE TWBIG5 USING CODESET BIG5 TERRITORY TW When I try to connect to...
5
by: Odd Bjørn Andersen | last post by:
I have installed DB2 9 Enterprise Edition on my laptop and created the sample database. Now I'm having truble connecting to the database from Command Editor. If I connect from Command Window it's...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.