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 strongm 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: 350Zed
  • Content: Threads
  • Order by date
  1. 350Zed

    Limit on varchar size returned by BDE/ODBC

    Hi, C++ Builder 6.0 Enterprise BDE Admin 5.01 XP SP3 Ingres 9.3/Oracle 10g I have a DB query which is being displayed in a DBGrid. This used to previously run against Oracle 10g with no problem. I'm now trying to get it to work with Ingres, and I'm having trouble with varchars. If the length...
  2. 350Zed

    Will requesting a new CSR invalidate current certificate?

    Hi, I'm in the process of changing our SSL certificate on a Tomcat webserver. I'm happy with what needs to be done as I put the current one on there, but I'm unsure of what will happen when I generate the new CSR request. Will the current certificate still work? The current certificate is a...
  3. 350Zed

    Pointer Problems Using a Vector of Objects.

    Hi, This one is really starting to drive me to pulling all my hair out! I want to build a vector of objects and then use the collection to populate rows of a table. I don't know how many instances there will be so I thought the flexability of the size of vectors was the answer. However I am...
  4. 350Zed

    Why does a Debug build fix an AV error?

    Hi, My on going quest to rid an application of AV errors continues, and this is not helping my confusion. One of the errors I have been looking into occurs when the main app calls a dll twice. The first time everything is fine the second time it fails. Visual inspection of the code in both...
  5. 350Zed

    Access violation debugging

    I'm working with Borland C++ Builder 6 on an XP system trying to debug and fix issues with a legacy system. Personally I have 10 years code experience but only 6 months working this intensely with C++ and only 6 months experience of the application I'm trying to fix - joy! I currently have two...
  6. 350Zed

    32k limit on Oracle BLOBs

    Hi, I'm having problems with Oracle BLOBs using 10g. On one machine they can be accessed and read fine with no problems. On another machine when they are read they are limited to 32Kb and I cant work out why. Both machines are using the Oracle in OraClient10_home1 ODBC at version 10.02.00.01...
  7. 350Zed

    Calling Oracle Stored Procedure from Borland C++

    Hi, I'm just starting out using Borland C++ and I've hit a problem that will be down to my lack of knowledge of the classes and functions that are available. Anyway... I am trying to execute an Oracle stored procedure using the following code: Running this code results in an...

Part and Inventory Search

Back
Top