If you feel some confusion about any thing or if you do not find what you are looking for, please inform us so that we can improve our documentation accordingly. docs@aspfusion.net |
![]() |
The component provides you complete DSN management. Access to the component can also be turned on at website basis like all other ASPFusion components. The component is very easy to use and is more flexible for management of DSN. With few lines of code, DSN can be easily managed. It provides following operations.
Complete basic DSN management operations, such as Add, Configure and Remove a DSN.
Along with these basic operations, it provides ListDSN for getting listing of all DSNs created under specific website.
<%set
Obj = Server.CreateObject("AdvDSN.DSN")%>
Property |
Description |
ErrorReason |
Reports
any errors that occur during the request |
IsError |
Returns
1 if any error occur during the request otherwise 0 |
Method
|
Parameter |
Return Value |
Description |
Add |
strDriver |
None |
Add
a DSN |
Configure |
strDriver |
None |
Configure
an existing DSN |
ListDSN |
None |
Array
of DSNs |
Return
listing of DSN under an ASPFusion Security Box |
Remove |
strDriver |
None |
Remove
an existing DSN |
Copyright © 2000, Advanced Communications |