Hi,
I'd like to show my users a list of available system/user DSN:s, how do I do
that? ( VS 2003, C# )
Best regards.
Lazze
...
more >>
My VB.Net code ...
Dim strConnString As String = "Driver={Lotus NotesSQL Driver (*.nsf)};
Server=IRIS;Database=mail\tdodds.nsf;Uid=tdodds;Pwd=NTTCcon1"
Dim connNotes As New OdbcConnection(strConnString)
When I run the connNotes.Open() I get the following error:
ERROR [IM005] [Microsoft][O...
more >>