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 bkrike 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
  • Content: Threads
  • 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?

    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
  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. I'm using oracle database. Thanks for any help and tips Best regards Bartec
  5. 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
  6. 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++)...
  7. 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.
  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?
  9. 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
  10. 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
  11. 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...
  12. 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
  13. 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...
  14. Bartec

    How to use Windows dll file in Java??

    Hi! I know that's a lot of tutorials about JNI and smth like that but....:) In my situation I have dll file but without any source so only dll (probably written in VB). So now I wrote a code looks like this: ---------------------------------------------------------- public class Hello {...
  15. Bartec

    How to insert picture &gt;then 32 KB??

    Hi! I'm using VC++ .NET(MFC) and can not insert pictures to oracle database (blob) which are > then 32KB. When trying to do that I have an error: "ORA-01460 - unimplemented or unreasonable conversion requested". Any ideas how to solve the problem?? Thanks for respond Best regards Bartec
  16. Bartec

    How to insert picture &gt;then 32 KB??

    Hi! Maybe this is question not for this forum but I using VC++ and can not insert pictures (to blob) which are > then 32KB. When trying to do that I have an error:"ORA-01460 - unimplemented or unreasonable conversion requested". Any ideas how to solve the problem?? Thanks for respond Best...
  17. Bartec

    BitBlt to bitmap surface failed???

    Hi!! When I using SetAlphaBitmap method I have an error "BitBlt to bitmap surface failed (E_FAIL)". I don't know what should I do to remove this error Thanks for any advise Best regards Bartec
  18. Bartec

    How to save image from Picture Control in VC++??

    Hi! If anybody knows answer please write me! Best regards Bartec
  19. Bartec

    Problem with save picture to BMP in VC++

    Hi! My problem looks quite strange baecause when I save to bmp file my picture is saved upside down..:)I need to save it in rigth order but I don't know how. Below my code which I use to save the picture: ////////////////////////////////////////////////////////////// HANDLE hf =...
  20. Bartec

    +C#+ActiveX

    Hi! Is it possible to insert activeX control when I have C# windows application project in .NET?? If yes, please write me how I can do this. Thanks for your response Best regards Bartec

Part and Inventory Search

Back
Top