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

  • Users: Bartec
  • Order by date
  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...
  16. Bartec

    How to return multiple values from one method??

    Hi! I'm quite new in Java, so please tell me how I can return multiple values from one method? In C++ I uses pointers but what about java?? Thanks for any advise and help. Best regards Bartec
  17. Bartec

    How to load dll file in my VC++??

    Hi! Actually I make program in VC++ and I need to load some function from dll file. I have only this dll file and nothing more. My dll file name is sche.dll and contain void showTr() method. I think I should try to load it dynamically and below is code I used...
  18. Bartec

    How to use Windows dll file in Java??

    I can see that I did not say clear.Sory for that!! Maybe once again The code I've written in my thread is ONLY SAMPLE and HelloWorld is all right. pokazOkno method is in my RIGHT PROJECT I actually make in my work, and problem is the same like in the sample! But now I know that if I want to...
  19. Bartec

    How to use Windows dll file in Java??

    I know, I know but this is only sample which also doesn't work. I have the same problem with pokazOkno() :)
  20. Bartec

    How to use Windows dll file in Java??

    In my right dll file ( I mean in my project) function name sound: void pokazOkno() I have user manual from company which I have this schecomm.dll. Author write there : Public Sub pokazOkno()

Part and Inventory Search

Back
Top