pcPirate
Well-known member
Hi,
Im currently writing an application using C#. However, to access and update a database, I must only use rdo (due to a certain reason). I heard I can use the VB6 to make the function of accessing and updating the database and then, compile it into dll. After that, using the C#, adding the reference of the dll, I would be able to access or update the database.
Q1) Is this true?
Q2) If so, how do I do that? Can anybody share some codes about this?
Thanks in advance
pcPirate
Im currently writing an application using C#. However, to access and update a database, I must only use rdo (due to a certain reason). I heard I can use the VB6 to make the function of accessing and updating the database and then, compile it into dll. After that, using the C#, adding the reference of the dll, I would be able to access or update the database.
Q1) Is this true?
Q2) If so, how do I do that? Can anybody share some codes about this?
Thanks in advance
pcPirate