hello reader ,
Can you provide some help as to how can i create / remove
a system dsn thru my VB6 application .
As well how do i set the Nt pwd to
"sa" at the moment it is "administrator"
Thank you .
Malik panchmatia.
(India)
Printable View
hello reader ,
Can you provide some help as to how can i create / remove
a system dsn thru my VB6 application .
As well how do i set the Nt pwd to
"sa" at the moment it is "administrator"
Thank you .
Malik panchmatia.
(India)
test reply test reply test reply
I only know the code to make a dsn, not to remove it.
In your VB project, place a reference to 'ODBC Driver & Datasource Name Functions'
then place this code behind a button:
dim a as dsn
dim b as boolean
b = a.CreateDSN("JetmailTONotes", "Lotus NotesSQL Driver (*.nsf)", Serv, DataB, "", "", "Koppeling naar Lotus Notes adresboek", True, "")
Where you change the values of the arguments by yours.
Greetz