Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Programming System DSN for Pervasive.SQL 2000i

Status
Not open for further replies.

Baudi

Technical User
May 20, 2002
5
BE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top