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? :p
Printable View
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? :p
very easy,
the concept is the same ;)
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.