Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

I am new to .Net.I am working on VB.NET.I need to connect to database and i need to pass some datas from Form to db and vice versa.

 

I am not confident with the connection,data reader codings,but i know the concept.

 

Can anyone help me out?

Is there any links so that i can study?

 

Thanks

Posted
Hi,

I am new to .Net.I am working on VB.NET.I need to connect to database and i need to pass some datas from Form to db and vice versa.

 

I am not confident with the connection,data reader codings,but i know the concept.

 

Can anyone help me out?

Is there any links so that i can study?

 

Thanks

 

VB.Net has good internal help, http://msdn.microsoft.com/ is a given

 

It's under ADO.Net

Posted
Hi,

I am on VB.Net form page but i couldn't find ADO DATASET COMMAND..

Do i need to add any reference?

 

thanks

 

Reading the Help on ADO.Net will reveal that it's the name of all of the datacontrols.

 

OleDb is for generic connections like Access

Sql is for SQL Server databases.

 

Creating an instance of any of them in your code and typing the instance name and the dot (.) will bring up a list of methods and properties.

 

Going into MSDN, if you type in the name of any control/class, it will describe it and most likely give you an example and have associated links.

 

Typing in OleDbConnection.ConnectionString, for example, will bring up a page on what connectionstrings do and how to use them.

 

MSDN brings up MANY searches for ADO.Net

Posted

MSDN is THE source for code... they're the creator isn't it ?

 

Search man. We aren't gonna give you big code for that. It's so complex that it need a tutorial for that. So... If you wanna learn go to MSDN or find a good tuto.

 

If you're trying to finish a homework that is late ;) ... well... have fun !

 

Stay Zen :cool:

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted

Hi,

I am not a student and i don't have Homework.

 

I am a house wife and i mentioned "Student" name as i am not very confident with .Net and i am in practising some projects.

 

This website is really cool and useful.I learn a lot from this website.

 

thanks

Posted

I don't do contemptible comments !

Some juicy one maybe but not contemptible ! :p

 

By the way... Stay Zen with .NET student. 'cause it's MS Made so... it may lead to headache without warning. :p

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...