urgent

  • Thread starter Thread starter Major
  • Start date Start date
M

Major

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
 
Please choose a more expressive subject. Some people only downloading the
headers might ignore your question.
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


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-us/cpguide/html/cpconaccessingdatawithadonet.asp
http://msdn.microsoft.com/library/en-us/vbcon/html/vboriIntegratingDataVB.asp

The group for ADO.NET related questions is
microsoft.public.dotnet.framework.adonet
 
As well as the other messages of advice, I would offer an alternative.

Its Christmas, forget the Computer, leave a goodbye note for your boss and
go down the pub and get drunk, find a bad woman and have a good time with
her over Christmas.

If you still have your job when Christmas is over, worry about it then.

OHM


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

Regards - OHM# OneHandedMan{at}BTInternet{dot}com
 
One Handed Man said:
As well as the other messages of advice, I would offer an
alternative.

Its Christmas, forget the Computer, leave a goodbye note for your
boss and go down the pub and get drunk, find a bad woman and have a
good time with her over Christmas.

If you still have your job when Christmas is over, worry about it
then.


But he's doing the routing software for Santa Claus!

*g*
 
* "Major said:
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

1. Every question here is urgent.
2. We won't do your homework.

In order to get an answer:

1. Be more specific.
 
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
 
Alright dude...

There are MANY classes that do this...

First...

Slow down... If you rush on this without knowing what your doing your going
to fudge it all up... replace fudge with a much more harsher word.

The thing you are looking for is a component called SqlDataAdapter.

Use it in the designer, not code, you'll just confuse yourself.
 
You forgot

2. Make sweet manlove to herfried.

I admit.. it hurts the first time... but well worth it in the end..






(Did I cross the line on that one?)
 
HI CJ,

I was always thinking you was from England,

With OHM it is 15:29
Western and Central Europe 16:29

Cor
 
Major said:
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-us/cpguide/html/cpconaccessingdatawithadonet.asp
http://msdn.microsoft.com/library/en-us/vbcon/html/vboriIntegratingDataVB.asp

The group for ADO.NET related questions is
microsoft.public.dotnet.framework.adonet
 
Do I appear brittish?
=)

Nah, USA. Peoria, IL to be exact... we have a lot of corn.

Which is a great ingrediant for grain alcohol.

You know what I say about us americans. We may not build the best sh*t all
the time, but we'll get ya drunk enough you'll forget about it.. =)

-CJ
 
Well, if he's doing it with VB.NET, there are going to be a lot of children
with no presents this year.



Armin said:
But he's doing the routing software for Santa Claus!

*g*

Regards - OHM# OneHandedMan{at}BTInternet{dot}com
 
hehe...


One Handed Man said:
Well, if he's doing it with VB.NET, there are going to be a lot of children
with no presents this year.





Regards - OHM# OneHandedMan{at}BTInternet{dot}com
 
* "CJ Taylor said:
You forgot

2. Make sweet manlove to herfried.

Don't make that public. You won't get any help from me any more if
other people know this secret.

:->
 
Hehe, I think your my new hero....
-----Original Message-----
As well as the other messages of advice, I would offer an alternative.

Its Christmas, forget the Computer, leave a goodbye note for your boss and
go down the pub and get drunk, find a bad woman and have a good time with
her over Christmas.

If you still have your job when Christmas is over, worry about it then.

OHM




Regards - OHM# OneHandedMan{at}BTInternet{dot}com


.
 
Back
Top