Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

Im very new to VB.NET & Visual studio .NET. But I have been working more than 5 years in Application development using VB/DELPHI/ Oracle

 

In VB.NET I know how to connect the database (Oracle) by using Connection, Adapter & Dataset. But What im doing in VB.NEt is Im pasting (Draging & Droping) all controls in my form

 

In VB6 I've developed several application which has only one public ADO connection (In Module) and Im using that connection for all Database related operation

 

My projects are not using any bound methods, and all are unbound methods

like...

In module...

dim myCon as ado.connection

set myCon=new ado.connection

 

I like to follow same kind of approach in VB.NET also

How can I do this....?

How can I have a connection by creating a instance for ADO w(EG (in VB):

set MyCon=new Ado.Connection )

 

Pls help me and give some idea & Samples

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...