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

  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!
  16. Stovio

    write protection

    No, i am using pro but your tips still did the trick. Thanks. Couldn't figure out how to change the permission settings before. thanks!
  17. Stovio

    write protection

    Hi, how do i remove write protection from folders in win xp pro? I have a database to wich i connect from my web page but lately i haven't been able to manipulate the database and i think it's because of the write protection on the folder containing the db. I have right-clicked the folder...
  18. Stovio

    What am i missing?

    I use adodb.connection. Any suggestions?
  19. Stovio

    What am i missing?

    Hi, I am getting this error when trying to update my access 2002 database from my web page locally (any update operation): Microsoft JET Database Engine (0x80004005) Operation must use an updateable query. This works fine when the web page is at my web host so i figure it must have...
  20. Stovio

    CDONTS - Invalid class string

    My problem was in fact solved by adding and registering the cdonts.dll file. I got another reply from another forum though wich i tried but didn't get to work. They told me to not use cdonts but rather cdo. It is recommended to do so by microsoft wich is why the cdonts.dll is not included in the...

Part and Inventory Search

Back
Top