Results 1 to 3 of 3

Thread: Use ADO conn written in C# into VB.Net

  1. #1

    Thread Starter
    Addicted Member Zealot's Avatar
    Join Date
    Jul 2002
    Location
    Lisboa, Portugal
    Posts
    206

    Use ADO conn written in C# into VB.Net

    I just entered a project where the connection to the DB is written in C# by ADO, but I'm a VB programmer and would like to use it, since it would save me some time.

    Question is: how the heck can I do it?

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    very easy,

    the concept is the same

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Is the code a whole class written in C#? If so, you can compile that code into a dll, then add a reference to it and start creating objects from it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width