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

    Performance increase for batch transactions?

    Thank you for your help. - Michael
  2. brownie124

    Performance increase for batch transactions?

    Thank you very much. That is what I thought. Do you know where I can possibly see an example of how this might be done in C++ via ODBC or ADO? Thanks, - Michael
  3. brownie124

    Performance increase for batch transactions?

    Hi, If I am inserting millions of records (in small batches of 5000 at a time), would I get any measurable performance gain by doing these in a transaction and committing the 5000 all at once as opposed to inserting one at a time. The records themselves are relatively small, 3 columns, 1...
  4. brownie124

    MySQL 4 Dbs -> MySQL 5?

    Hi, I have a machine that has MySQL 4. something on it. Can I just copy those databases to another machine that has MySQL 5 on it and have them work properly? Thanks, - Brownie
  5. brownie124

    Can I get a MAPI question answered in this forum

    Hi, I tried to find a "programmer" forum for MAPI questions. This is the closest I came to. I have a GetContentsTable question -- any experts out there? Basically it is this: will the size of the folder affect the performance of GetContentsTable? Also, can I get the size of the contents...
  6. brownie124

    Where are the sounds?

    To add more clues (or confusion) the problem resides within Outlook Express as well -- none of the sounds work there in the one profile but they do in my other profile. Thanks, - Brownie124
  7. brownie124

    Where are the sounds?

    Well, I installed that sounds package and Word now has all of these sounds, however, Outlook still has nothing, nor do Window events. I checked the Sounds in the Control Panel and the events are set accordingly, ie Windows Startup is supposed to play an the classic Windows XP Startup .wav file...
  8. brownie124

    Where are the sounds?

    I too am having this problem. However, my problem is slightly different; I have 2 different profiles set up on my computer; all sound events work fine in one profile but they don't work in the other. As with Guaicaipuro, it seems to be mainly Windows and Microsoft Office events that don't...
  9. brownie124

    Question about a large table

    Hi, Would this be a bad idea: A table that could have in upwards of 25,000,000 records. There are 4 fields numeric fields in the table and the record length is 14 bytes. The primary key is 12 bytes. This table would not be modified during the day. There would be a process at night that would...
  10. brownie124

    Problem executing jar file

    No, Foo is not my application class. It is the class I am trying to instantiate from within my application class (MyClass). I think I know what the problem is. Foo is a class that is literally coded in the same file as my class app (example below). I think if I were to break it out into a...
  11. brownie124

    Problem executing jar file

    Trying to distribute one jar file and have people execute my program from there. java -jar my.jar Like I said in the initial posting, my initial class seems to get instantiated (that is in the manifest) but as soon as another class tries to get instantiated it fails with the error I posted...
  12. brownie124

    Problem executing jar file

    Guys, I am getting the following error when I try to run my program from a jar file. Note: this is not the main class. I created my jar file specifying a manifest which specifies Main-Class. That works great. However, I am not able to get any further. The very next class that it tries to...
  13. brownie124

    SetIntField(), String equivalent??

    Doh! Sorry, just missed it. Thanks.
  14. brownie124

    SetIntField(), String equivalent??

    Hey guys, is there a JNI function that is equivalent to SetIntField() that can deal with Strings? I looked at the online reference and I didn't see anything. Thanks, - Brownie
  15. brownie124

    JNI question (javai.lib????)

    Guys, thanks for the help, I am all set. Have it working beautifully.
  16. brownie124

    when tomcat starts ,my class file w

    If I am understanding you correctly, I would try the htdocs directory.
  17. brownie124

    JNI question (javai.lib????)

    Hi, I have now seen a couple of examples for using the JNI to call a functions within a dll. In both samples the makefile said to link with javai.lib. I do not see that on my system anywhere. What is it? Do I really need it? If so, where do I get it? Thanks, - Brownie
  18. brownie124

    Detecting existence of window?

    Hi, I am trying to prevent users from having multiple versions of the Java app up at once. Is there a way to detect if the app is already up? Is there a way to detect the existence of other application windows? Thanks, - Brownie
  19. brownie124

    Frame.class?

    JachMH, For 1.4 you can do setUndecorated(true) and the X button will not be there. - Brownie
  20. brownie124

    opening files?

    Aha! Thank you jsobo! - Brownie

Part and Inventory Search

Back
Top