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

  1. 350Zed

    Limit on varchar size returned by BDE/ODBC

    Sorry for the delay in responding, had my priorities shifted to a different project for a while. Using a cast in the query seems to have done the trick. Thanks for the replies.
  2. 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...
  3. 350Zed

    Will requesting a new CSR invalidate current certificate?

    We're running apache tomcat 5.5.15 and using the Java keytool for handling the keystore. This is for a production server so a self signed certificate isn't an option. I've got the trial certificate from the CA running on there fine at the moment. I need to change one of the fields in the CSR...
  4. 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...
  5. 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...
  6. 350Zed

    Why does a Debug build fix an AV error?

    Thanks for the response James. Sounds like I need to go back to banging my head against the wall with this one! Joy.
  7. 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...
  8. 350Zed

    Access violation debugging

    I have fixed problem 2 - more by luck than judgement so I thought I'd post something here to see if anyone can help me understand why it worked. (Or point out that it's just masked the problem!) Here is the code involved: First the toplevel entry class of the executable... Main class...
  9. 350Zed

    Access violation debugging

    Thanks James. Sounds like I've got to roll my sleeves up and start digging!
  10. 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...
  11. 350Zed

    32k limit on Oracle BLOBs

    Thanks for the response Tharg. Unfortunately the two client PCs are used by different people in different deparments so in addition to the client app with the problems they have other software on there specific to their jobs so cloning one over the other wasn't an option. However I have found...
  12. 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...
  13. 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