|
-
Feb 20th, 2003, 01:02 PM
#1
Thread Starter
Addicted Member
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?
-
Feb 20th, 2003, 01:26 PM
#2
Frenzied Member
very easy,
the concept is the same
-
Feb 20th, 2003, 01:51 PM
#3
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|