Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Representing XML data in SQL Server

    Jeff Moden - Tuesday, August 7, 2018 6:37 AM

    This is a nicely written article.  Just as a suggestion for future articles, it would...

  • RE: The Express Choice

    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...

  • RE: Inserting rows from SQL 2008 R2 64 to IBM AS400 DB2, only some rows working

    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...

  • RE: Access and ODBC Link to SQL 2000

    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...

  • RE: Access and ODBC Link to SQL 2000

    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...

  • RE: Access and ODBC Link to SQL 2000

    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...

Viewing 6 posts - 1 through 6 (of 6 total)