Any open-source DB module used by C# and VB6

  • Thread starter Thread starter Mullin Yu
  • Start date Start date
M

Mullin Yu

My project has both C# web services and VB6 application, VB6 COM and ASP
applications, and they need to use the db connection to MS-SQL and Oracle.
Is there any open-source DB module having the concept of connection pool,
and don't need to create the connection everytime, and easily be configured,
like through ini/xml file.

Thanks!
 
Try SQL-XML or something like that on MSDN. It is a webservice that you can
access any SQL method. Never used it but I have read about it.
 
Back
Top