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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. markcm

    How Do I Obtain the Report Stored Procedure Name from CMS database?

    We are currently running BO XI and I need to retrieve the report and stored procedure names from the CMS Database. Currently, I'm retrieving the Report Title, Report start and end time, et cetera. In the previous versions of BO (CE), the report stored procedure name was retrieved by opening...
  2. markcm

    HOW DO I DEFINE A RELATIONSHIP IN SQL 7

    Hi, I've created many relationships in Access, but how do define/create a relationship in SQL 7?? Thanks in advance, Mark.
  3. markcm

    ODBC table join gives ERROR when Updating row

    Hi, I am getting an 1809 error when I attempt to update a row from a joined recordset. I know that the table JOIN is the problem because if I remove the second table (tbl System Summary), the update works correctly. Is there any way to do an ODBC update on a joined recordset??? Thanks...
  4. markcm

    How do I get "REGISTER" variables recognized by the Microsoft Compiler

    Hi, I need to get some legacy C++ (Borland) code to compile under the Microsoft Visual C++ compiler. However, the Microsoft compiler complains that the "REGISTER" variables (i.e. the _AH, _AL and _AX variables) are not recognized as registers by the Microsoft compiler. Does anyone...
  5. markcm

    How do I get REGISTER variables recognized by the Microsoft Compiler??

    Hi, I need to get some legacy C++ (Borland) code to compile under the Microsoft Visual C++ compiler. However, the Microsoft compiler complains that the "REGISTER" variables (i.e. the _AH, _AL and _AX variables) are not recognized as registers by the Microsoft compiler. Does anyone...
  6. markcm

    HOW DO I INSTALL BORLAND C++ 4.5 ON WINDOWS NT 4.0?

    Hi, I'm having a very difficult time getting my Borland C++ 4.5 compiler to work on my Windows NT 4.0 PC. I get a Windows dialog box with the title "Can't run 16-bit Windows program". Within the dialog box, the message "Cannot find file D:\BC45\BIN\BCW.EXE (or one of its...
  7. markcm

    ODBC connection string to SQL Server 7 via C++

    Does anyone know the verbage required for a ODBC connection string to SQL Server 7 via C++? Thanks in advance, Mark Michaud.
  8. markcm

    Access 97 Rowcount or Rownum feature

    Hi, Is there a rowcount or rownum function in Access 97? Thanks, Mark.
  9. markcm

    NEED HELP MODIFYING SQL SERVER MESSAGING LEVELS

    Hi, I'm told there is a means within SQL Server 7.0 & 6.5 to change the error message levels. Currently, within the "ERRORLOG" file, there is mostly informational messages (i.e. SQL Server was started, Starting Backup of Database Northwind, so on and so forth). I would like the...
  10. markcm

    Anyone know where the Great Plains user directory is located?

    One of my great plains users encounters a '20666' error upon logining onto a great plains database. This error indicates conflicting information regarding a 'batch close' in progress. This database is reporting the user has no batch in progress, and the parameters passed into the stored...

Part and Inventory Search

Back
Top