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: asiavoices
  • Order by date
  1. asiavoices

    Passing valuelist to stored procedure as integer list

    Hi all, I was wondering how I could convert and pass the values in a valuelist as a parameter to my stored procedure. For example if wanted to do this using simply CFQuery: SELECT * FROM Employees WHERE EmployeeID IN (#ValueList(SearchResults.Key)#) but how do I do it using CFStoredProc...
  2. asiavoices

    Begining Dump of Physical memory???????? HELP!

    may just be a defective drive. ask for a replacement or at least get a model that is popular. like IBM or Quantum. Seagates are usually good but you may have just selected a lemon by accident. good luck
  3. asiavoices

    Outlook 2000 - mail merge w/ attachment -possible?

    Hi all, We have a come across a situation that I can not figure out or if its even possible. We have created mail merge in Outlook 2000 using an Excel spreadsheet as a datasource (which is fine) AND we would like to have an attachment that goes with the letter/message. But when we sent it, we...
  4. asiavoices

    Checking users

    Hi all, We are running a primarily Windows network and was wondering if there is an open source application that woudl enable us to see who on the network are: 1. streaming/downloading music the most 2. taking up most of our bandwidth. Some users are streaming so much that others think the...
  5. asiavoices

    Knowledge Management Systems info please.

    Hi all, I have given the task to investigate what I call Knowledge Management Systems (KMS) and to see if its worth it. Basically I am looking for a web-based solution that would: 1. Allow our company, an R & D organization to share data, ideas, papers with one another with controlled access...
  6. asiavoices

    Possible? Installing 2 versions on machine

    Thank you. I do have version 5 (Enterprise) so I'm stuck with it. I'm not going to even touch MX because its not proven yet. I'll use JSP/tomcat if I wanna try any Java stuff anyway. Thanks, Chris
  7. asiavoices

    Possible? Installing 2 versions on machine

    I have a server running CF4 and is running apps on it right now. Because its running fine I don't want to mess around with it (ie. if it ain't broke... don't touch it). I want to run new apps in CF 5. Is it possible to have 2 versions of CF running on the same machine? Thanks, Chris
  8. asiavoices

    Delete/highlight duplicate row BASED ON 2 COLUMNS

    Hello all, I would like Excel to highlight or mark rows that are duplicate BASED ON 2 COLUMNS. I have seen examples using 1 column and that is not what I want. For example: Region Boundary A 1 A 2 A 3 A 1 <-- duplicate. B 1 B 5 B 3 C 5 C...
  9. asiavoices

    Newbie: connecting JDBC and RMI

    Hello all, I'd like to try and learn RMI. I have the view and model (i.e. database connection) I want to use. Goal: What I want to do is to start up the view and have the user enter the IP or address of the model to access it remotely say which then connects to the DB. 1. How and what do I...
  10. asiavoices

    Populating JTable using JDBC recordset

    Hello all, I've read about JDBC, JTable and Table models and am still having a bit of difficulty in visualizing how I could populate a JTable using my recordset. The examples I've read uses arrays so any code example you could contribute would be great. Goal: 1. Query the db and create a...
  11. asiavoices

    instantiating new Object in Exception catch block not resolving .....

    Hello vkarthik, I do not have a show() method in my constructor. Here's a bit more.... public class MsgDialog extends Dialog implements ActionListener { public MsgDialog(Frame parent, String title, String textmsg) { super(parent, title, true)...
  12. asiavoices

    instantiating new Object in Exception catch block not resolving .....

    I found something interesting..... This code is an extended from a Dialog class and my &quot;new&quot; object is also from a Dialog class. It would seem that it doesn't want to instantiate a new dialog class from another Dialog class. I'm sure this is not true. Here's some more of my code for...
  13. asiavoices

    instantiating new Object in Exception catch block not resolving .....

    Hello all, This has me stump.... I have an exception that I want caught in a catch block and when it's caught, it will call my dialog window (works fine except in this situation). The error message I got was : cannot resolve symbol... new MsgDialog(this, &quot;Error!&quot;, &quot;My error...
  14. asiavoices

    TreeSet only adding 1 element....

    Thank you. I was able to get it to work now. I forgot that when I implemented the comparable interface, I did not code in the compareTo() method. cheers, Christopher
  15. asiavoices

    TreeSet only adding 1 element....

    Thanks idarke, That's interesting because they are not duplicate (as far as the code and name data is concerned). Can you suggest how I do an equal test? Thanks, Christopher
  16. asiavoices

    TreeSet only adding 1 element....

    Hello all, I have a strange situation where when I try to add an object to a TreeSet collection, its only adding the first (1st) one and ignores the rest. There were no errors, etc. when compiling. The funny thing is that when I use ArrayList, its okay (but not sorted as expected). Here's...
  17. asiavoices

    Confused about the CD Packs....

    Thanks all! Its all clearer now. Christopher
  18. asiavoices

    Book Library example - UML Case, Class, etc. diagramming...

    Thank you. That's just my &quot;delemma&quot;. I don't have too much time and would appreciate anyone that can point me the way for some examples that have alredy been implemented (or at least close to it). I've check the UML forum and not much there I'm afraid. Thanks, C
  19. asiavoices

    Book Library example - UML Case, Class, etc. diagramming...

    Hello all, I have an interesting project at work and need your assistance. Project Background: Develop a library/book registration application. I was wondering if anyone has come across a case/class, etc. UML diagram for this type of application? I have an idea but would like to save some...
  20. asiavoices

    Free UML tool - Java Oriented

    Hello all, I was wondering if anyone would know of any free UML programs that I could use to program primarily in Java? I've heard of Poseidon CE (okay) and Visual Paradigm for UML (okay) but any others? Thanks, Christopher

Part and Inventory Search

Back
Top