what exectly is the difference in User DSN,File DSN & System DSN thanx in advance Yashendra
Uma P.
Greenhorn
Joined: Mar 23, 2002
Posts: 1
posted
0
User DSN : only the current user on the machine can use the DSN. System DSN : all users and in particular Web Applications on the machine can use this (use in JSP page) File DSN: like a persistent DSN on the machine across users for more info check ODBC Administrator help.
--uma
yashendra chandrakar
Greenhorn
Joined: Mar 22, 2002
Posts: 22
posted
0
thanx Uma for your valuable response. yashendra
subject: difference in User DSN,File DSN & System DSN