Viewing 6 posts - 1 through 6 (of 6 total)
August 7, 2018 at 6:10 pm
Our main app is an Access front end with a SQL back end. The connection between Access and SQL is ODBC. This can occasionally be prickly. Many...
March 5, 2015 at 10:09 am
I'll answer my own post, in part. The flat file that contains the redirected failed rows has a couple of error columns. One of the columns is the error code...
December 2, 2011 at 9:45 am
Well, one way to do this is to go under Tools, Startup in Access. You can specify a form to popup. Then put this code in your form and trigger it...
November 22, 2006 at 11:06 am
Sharon,
Here is the code we use:
Public Sub RefreshDSN(strDSNName As String, strDatabaseName As String, Optional frmStatus As Form)
Dim tdftemp As TableDef
Dim strConnect As String
On Error GoTo ErrLog
Open "c:\RefreshLog.txt" For Output As...
November 22, 2006 at 10:25 am
Are you using System DSN or User DSN? We use System DSN and rarely have this problem. Additionally when our Access app starts up we pop up a splash screen...
November 22, 2006 at 9:53 am
Viewing 6 posts - 1 through 6 (of 6 total)