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!

Recent content by Stovio

  1. Stovio

    Java - Microsoft Office communication

    jstreich -> I am simply trying to create, change and save documents. sedj -> Thanks.
  2. Stovio

    Java - Microsoft Office communication

    Hi, Does anyone know if there is some simple to use library for communication between Java applications and MS Office products? If so, where can I find information about it? if not, which is the way to go? To use JNI to via a DLL access the office COM-objects or to use some Java-COM bridge...
  3. Stovio

    Client-Server socket problem

    Thanks for your answer sedj. Simply adding "\n" to the message made the server code pass the readLine() call but it didn't fill the string "buffer" with anything. Also, the server's attempt to send the acknowledgement after receiving the test message was not received at all by the client (the...
  4. Stovio

    Client-Server socket problem

    Hi, I am trying to get a client-server connection established using sockets and serversockets. The serversocket accepts the client's socket as expected but when trying to send a message with the client's socket to the socket created by the accept() method in the server something is not right...
  5. Stovio

    Iterating over a vactor with objects

    Thanks mate.
  6. Stovio

    Iterating over a vactor with objects

    Servers is a vector containing ServerInfo objects. ServerInfo contains only the variables address and port.
  7. Stovio

    Iterating over a vactor with objects

    Hi, This is probably really easy for many of you but i have failed to find the solution. I want to iterate over a vector containing objects of a class i have defined. In every iteration I want to print out some of the member variables of the object. Now, every example i have come across simply...
  8. Stovio

    strange pthreads behaviour

    Hi, Let me know if this is the wrong forum but i couldn't find any forum here for threads so i give it a go. I am using pthreads and c with VS6 to make a threaded program on my p4 with MS Windows XP Pro. I started out with a basic program that is supposed to start one "car" thread and five...
  9. Stovio

    Debugging problems

    You have to reinstall IIS or you have to shut it down and then restart it?" I have to reinstall it, shutting it down and restarting it is not enough. "You say that the page works just fine before you attempt to debug it, but after you try to debug it, you cannot access the page again until you...
  10. Stovio

    Debugging problems

    Hi, This is quite anoying: When watching my web page through an ordinary MS explorer process everything works fine but when i try to debug it i get this error pointing at my database connection: An exception of type 'Microsoft JET Database Engine: Undefined error' was not handled My database...
  11. Stovio

    Suddenly; (0x80004005) unspecified error

    The TMP and TEMP system environment variables were both set to existing folders (c:\WINDOWS\TEMP). The error did not occur today when trying to run the page. It reoccured however when i tried running the debugger in visual interdev 6 and now i'm stuck with it again. The debugger is what made...
  12. Stovio

    Suddenly; (0x80004005) unspecified error

    Turns out that i didn't have any unclosed connection objects or recordsets so that wasn't it. Any other clues?
  13. Stovio

    Suddenly; (0x80004005) unspecified error

    Actually, i do have an application name, so that wouldn't solve my problem. I also do have a fiew unclosed connections so i'm going to look closer into that. Anyhow, Thanks.
  14. Stovio

    Suddenly; (0x80004005) unspecified error

    Ok, so i know similar problems have been posted many times before but none of the posted solution suggestions seem to work for me. I have a asp web page connected to a access 2002 db. I connect using DSN-less connection: conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &...
  15. Stovio

    write protection

    Thanks!

Part and Inventory Search

Back
Top