
04-20-2004, 10:03 AM
|
 |
Senior Contributor
|
|
Join Date: Apr 2003
Location: Cartagena, Spain
Posts: 1,371
|
|
Code:
Private Declare Function SQLConfigDataSource Lib "ODBCCP32.DLL" (ByVal hwndParent As Long, ByVal fRequest As Long, ByVal lpszDriver As String, ByVal lpszAttributes As String) As Long
with this api I have created and deleted system dsn dynamically, i suposse that the same function works to create, erease and modify what you are asking about
Search in www.AllApi.NET about SQLConfigDataSource
|
|