Group: rec.sport.unicycling · Group Profile · Search for Frequestly in rec.sport.unicycling
Author: Mountainuni1
Date: Sep 3, 2008 14:34
Hi, I'm trying to create a data source for a Microsoft Access data base file using the SQLConfigDataSource() call in a MFC application. BOOL SQLConfigDataSource(HWND hwndParent,UINT fRequest, LPCSTR lpszDriver, LPCSTR lpszAttributes); The problem I run in to is that if the path to the database file in the lpszAttributes string is too long the data source will fail to connect to the database
|