Previous Topic: Database Loader RebuildNext Topic: Troubleshooting


Special Considerations

The MS/SQL database loader, TIS95DDL.EXE, is no longer associated to a matching DBMS DLL or DBMS Stub EXE. Because Microsoft no longer supports Embedded SQL; generated applications using MS/SQL as the Technical Design can only use an ODBC access method. The database tables are still in an MS/SQL database that TIS95DDL.EXE loads.

Follow these steps:

  1. Change the current directory to the directory that contains the appropriate bat file makeddl.bat, %GENxx%Gen\VSabc for Visual Studio 32-bit or %GENxx%Gen\VSabc\amd64 for Visual Studio 64-bit.

    Note: VSabc refers to the supported version of Visual Studio. Replace VSabc with VS100 for Visual Studio 2010 and VS110 for Visual Studio 2012. xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

  2. Run the following:
    makeddl.bat MSSQL
    

Note: You must change the current directory to the directory that contains the batch file makeddl.bat, by default, ddl subdirectory in the CA Gen installation directory.

You can only rebuild this executable with the currently supported version of MS/SQL or any future releases that support SQL-DMO.