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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bartec

  1. Bartec

    Connect to the oracle without tns name

    Hi! I'd like to connect my oracle database in ms excel. I know if I have proper tns configuration it works well but what to do if my computer doesn't have net manager where I can set tns etc?? Is it possible to connect having only odbc drivers?? Thanks for any response regards Bartec
  2. Bartec

    Routing to the database

    Hi I need to connect to the database using a following pattern: ----------- ------------- -------------------- My Computer----> Proxy?? --> Oracle Database- ----------- ------------- -------------------- Now can anybody tell me what should I set in proxy computer to...
  3. Bartec

    How to convert day to hours?

    Thanks a lot for your help guys!!!!!:) Best regards!!
  4. Bartec

    How to convert day to hours?

    Hi I need change day to hour from my date for example: I have following date format: 01 22:43:22 - where 01 is a day. Now I want to include (add) this day to hours so I want to have: 46:43:22. Thanks for any help and tips Best regards Bartec
  5. Bartec

    How to convert day to hours?

    Hi I need change day to hour from my date for example: I have following date format: 01 22:43:22 - where 01 is a day. Now I want to include (add) this day to hours so I want to have: 46:43:22. I'm using oracle database. Thanks for any help and tips Best regards Bartec
  6. Bartec

    How to automaticaly kill session??

    Hi Could anybody tell me how I can set automatic kill session? I mean - if given session is blocking record or smth like that I want to kill this session, let's say , after 30sec it started blocking. Is it possible?? Thanks for any response Best regards Bartec
  7. Bartec

    How to write a C# wrapper class??

    Hi! I need to use C++ classes in my C# application. Which is the best way to do this? 1)Should I write dll then import this to the C# app? 2)I heard that I should write C++ managed code then in this include my unmanaged C++ code..smth like this C# -----> (C++ managed->unmanaged C++)...
  8. Bartec

    How to write a file on remote computer??

    Hi Almost all my question is in the title. Can anybody tell me how can I write some file(s) to remote computer?Any samples? thanks for any response!! Best regards Bartec.
  9. Bartec

    How to write a file on remote computer??

    Hi Almost all my question is in the title. Can anybody tell me how can I write some file(s) to remote computer?Any samples?
  10. Bartec

    What does "STDMETHODIMP" means??

    Hi! All I'm asking for is in the title. Is that a variable?? I often can see method with this expresion (e.g.) .......... STDMETHODIMP BufferCB(double dblSampleTime) { ........ } Thanks for any response Best regards Bartec
  11. Bartec

    Problem with time and date.

    Hi I have quite simple problem. I need to add to times for exmpl: 12:43:34 + 13:25:55 Is it possible?? Thanks for any response! Bartec
  12. Bartec

    How to take date in Java??

    Actually I need time format: hh:mm:ss date format: dd:MM:YYYY
  13. Bartec

    How to take date in Java??

    hmmmmm Maybe I convert long to string in bad way?? long l = System.currentTimeMillis(); String str = Long.toString(l); Maybe it's not correct??
  14. Bartec

    How to take date in Java??

    Explain "stupid format":) 123232455664 //<-------quite strange??
  15. Bartec

    How to take date in Java??

    Hi! I have quite stupid problem... I don't know how to take a date from Java. I know I should use Date class for example: ...... Date dd = new Date(); dd.getDate(); //<--------- this is not available. dd.getTime(); //<----------this is available but the...

Part and Inventory Search

Back
Top