Hello,
I am attempting to connect to a Lotus Notes database (.nsf) with VS
20003.NET and ODBC connectivity. It is working fine if I create a Windows
application but the application fails if it is a web (ASP.NET) application:
ERROR [IM003] Specified driver could not be loaded due to system erro...
more >>
Under tools in VS 2003, when I select "Connect to Database" or if I press the
icon under Server explorer, nothing happens. I've uninstalled and reinstalled
3 times.
I've reinstalled MDAC and still have the same problem.
I'm using VS 2003 under XP.
--
GGO...
more >>
Hello,
I am trying to read an exported Event Log Viewer file saved as a CSV
with the code below and the very last line gives me "System Error".
I have Framework 1.1 (1.1.4322 SP1) and VS .NET 2003 (7.1.3088)
I would really appreciate if someone could help me to find out what's
wrong with it.
T...
more >>
Hi -- I'm trying to connect to an Oracle database through ODBC using
VB.NET. According to Microsoft (KB Article 310985), the way to do it
is to create a reference to Microsoft.Data.ODBC and then enter the
following code:
Imports System.Data
Imports Microsoft.Data.ODBC
Private Sub btn_Clic...
more >>