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. andyroo

    RowSet Control Wizard

    I am attempting to use the Weblogic RowSet Control Wizard to generate a RowSet control for database access. I can quite happily step through the wizard and it generates all the methods for accessing the database but does not generate the rowset schema required - now I am not sure if there is...
  2. andyroo

    That old CLASSPATH question again

    I am trying to run an example program and failing due to the following error :: Trouble: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is...
  3. andyroo

    JAVA CORBA across JBuilder8 PC and HP Unix

    I am relatively new to Java (and CORBA) and am trying to write a front end client using JBuilder8 on a PC which makes a call across the network to a server written in Java on a HP Unix box using CORBA ..... and am struggling. The error I currently get is this : org.omg.CORBA.BAD_PARAM: minor...
  4. andyroo

    JAVA CORBA across JBuilder8 PC and HP Unix

    sorry, should have added the actual call as well result = shipRef.processShipCons("123456", "LHR", "FX200", "ANDY");
  5. andyroo

    JAVA CORBA across JBuilder8 PC and HP Unix

    I am relatively new to Java (and CORBA) and am trying to write a front end client using JBuilder8 on a PC which makes a call across the network to a server written in Java on a HP Unix box using CORBA ..... and am struggling. The error I currently get is this : org.omg.CORBA.BAD_PARAM: minor...
  6. andyroo

    CORBA App in JB7 and JB8

    We had a trial version of JBuilder 7 and worked quite succesfully through the CORBA applicaiton example - we now have a fully verison of JBuilder 8 and I am trying to do the same example but when I try and make the IDL is complains with : "could not create JVM" now JBuilder 8...
  7. andyroo

    Swing components in IE or Netscape

    I am trying to find out if the latest versions of IE and/or Netscape will support the swing components of JBuilder to run as an applet - any help is much appreciated. Thanks Andy
  8. andyroo

    Speed of application

    I am fairly new to Borland C++ Builder and need some help with trying to improve the speed of an application I have "inherited" !! It is an application that receives messages from another app and for each message received a new thread is spawned. These threads then access a database...
  9. andyroo

    Waiting For Borland !

    Thanks for that - I found so many different options that I wasn't sure what to tick or not - I will give your suggestion a go. :-)
  10. andyroo

    Waiting For Borland !

    I am fairly new to the Borland package but am getting very frustrated by one of its "features". Every so often it seems to disapper off on its own mission, shows me an egg timer and makes me wait till it gets back. All I am doing is moving through the code to read it and perform...
  11. andyroo

    RTL Problems

    I am not sure if this is a C++ or environment problem but the package the fault occurs in is written in C++ so here I go. I have an app written using Borland C++ Builder 5 which runs on an NT Cluster. I also have Nortain Anti-Virus running which seems to cause the following fault ...
  12. andyroo

    Controlling AttachMate Extra from VB

    I need to be able to control an AttachMate Extra! session from VB - would someone be able to tell me how I do such a things. I am very new to VB but am quite good at picking things up from examples. Thanks Andy
  13. andyroo

    Retruning the status of an insert command via CT_SEND

    ASE 12 on Unix with a C-App The code I have inherited is inserting rows into a database using ct_send from a c-application and sending just a simple "insert ..." command - although it is a big simple insert command. I know some of the inserts will be rejected as the information will...
  14. andyroo

    Transfer Data between C++ and Excel

    Thanks for the info, that piece of code opens another app but how do I get info to and from it ?
  15. andyroo

    Transfer Data between C++ and Excel

    I need to be able to open an instance of Excel from a C++ program, transfer data to and from the a worksheet and leave Excel open when the program finishes ... could someone point me in the right direction as I don't know where to start TIA Andy
  16. andyroo

    "unresolved external symbol __sqlResults"

    There is only 1 header file that has been written as part of the code and the only prototypes in it are to do with functions that have been written as part of the code. All the sql includes are standard Sybase library files which I would rather not touch. I am fairly certain that I am just...
  17. andyroo

    "unresolved external symbol __sqlResults"

    The 2 header files were included already when I got hold of the project as part of the "External Dependencies" and it seems like they are automatically included as I can't do a thing with them (but then I might just not know how to !!) I assume it is C rather than C++ because of the...
  18. andyroo

    "unresolved external symbol __sqlResults"

    Well I seem to be getting somewhere ... I have included sybesql.c as part of my "Source Files" and I now only get one error message when linking app12b_ntsrvc.exe - 1 error(s), 1 warning(s) .... but there does not seem to be any information as to what the error or warning is...
  19. andyroo

    "unresolved external symbol __sqlResults"

    This is a cry for help, i have been dropped in the deep end, not knowing Visual C++ (although the code is actually C) I have been asked to make a change to some code which I can't even get to compile at the moment .. and thats without my changes. I get an error while linking and don't have a...

Part and Inventory Search

Back
Top