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 Shaun E 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: *

  • Users: nychic
  • Content: Threads
  • Order by date
  1. nychic

    Should I install Borland C++ Builder on a server?

    I am wondering if anyone here is doing their development on a server. Currently, I have 3 developers, we develop on our local PCs (Windows 2000) but the source code is backed up every night on the network (Windows 2000). We are being asked to move our development onto a server that is set up as...
  2. nychic

    returning a result set from a stored procedure thru ODBC driver

    I am attempting to call a stored procedure that resides on our IBM DB2 database, but am getting an error when I try to open it. I placed a BDE stored procedure component on my form (TStoredProc) and a database component (TDatabase). When I call a procedure that takes one input parameter and...
  3. nychic

    Need SQL Explorer Help!!!

    I am using the SQL Explorer in Borland C++ Builder Version 5 and entered a query in the window provided in the 'Enter SQL' tab. The results of the query showed up below the query that I entered, but I somehow dragged the top of the results window too high and the window to Enter the queries in...
  4. nychic

    OLE Server Automation/Disconnecting from Word

    I am writing an application that connects to WORD using OLE Automation. The application works almost like a mail merge, opening a template, then populating it. I am wondering if it is possible to close the application, and disconnect my application from WORD, while keeping WORD and the document...
  5. nychic

    Problems passing a pointer to struct

    I defined a new type in my first class and declared an array of this structure. I created a pointer to the array and need to pass this into another class so I can access the data in the array, but the other class won't recognize the structure that I created... Here's the necessary code for the...

Part and Inventory Search

Back
Top