I know how to programmatically (VB/VBA) create a System DSN for Pervasive 6, using
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
But this doesn't work at all for Pervasive.SQL 2000i.
Does someone have found the solution ? I didn't find any documentation on it at Pervasive's website...
Thanks
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
But this doesn't work at all for Pervasive.SQL 2000i.
Does someone have found the solution ? I didn't find any documentation on it at Pervasive's website...
Thanks