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: Stovio
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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=" &...
  7. 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...
  8. 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...
  9. Stovio

    CDONTS - Invalid class string

    Hi, Im trying to send a mail from my webpage using CDONTS but i keep getting the errormessage "Invalid class string" (0x800401F3). I have the SMTP service installed and running on my IIS server on XP. This is what causes the problem: set objMail =...
  10. Stovio

    switchboard question

    Hi, I am very new to this as my question probably reveals: How do i make a form or a switchboard appear immediately when opening a mdb-file? Thanks for any answer!
  11. Stovio

    Insert-question

    Hi, Using ASP, after inserting to a table with a counter as the primary key (ID), is there some simple way to retrieve that ID without having to get a new recorset and checking the highest ID nr? With some bad luck, somone could have inserted to the table during the time it takes to get that...
  12. Stovio

    Installing php 4 on winxp with apache

    I have some problem installing php 4.3.1 on winxp with an apache 1.3.27 web server. Apache seems to work fine (i installed it just now as well), i can see the default index.html file from htdocs by the url http://localhost. When i try accessing http://localhost/phpinfo.php (a file located in...
  13. Stovio

    Installing mysql on Win XP

    I know this is as basic as it gets but if someone would help i'd be greatful. I have never worked with mysql and am trying to install it on winxp. Im following a step by step tutorial. After installing the binary the tutorial says this: "If you are a MySQL virgin and you've never...
  14. Stovio

    Using Dll's written in VB in C/C++

    How do i load an Active X dll and call its methods in C/C++? I'm greatful for sample code, webpages, tutorials or help of other kinds. Thanks
  15. Stovio

    Using Dll's written in VB in C/C++

    How do i load an Active X dll and call its methods in C/C++? I'm greatful for sample code, webpages, tutorials or help of other kinds. Thanks
  16. Stovio

    Using Dll's written in VB in C/C++

    How do i load an Active X dll and call its methods in C/C++? I'm greatful for sample code, webpages, tutorials or help of other kinds.

Part and Inventory Search

Back
Top