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

  1. dontee

    registering msxml4.dll

    Thx anyway chiph. All the best.
  2. dontee

    registering msxml4.dll

    Thx for your reply chiph. I have tried that. I downloaded msxml4.cab from the MSDN site. When I extract that unto the target machine it copies over all the DLLs but fails to register them. When I try to manually register it, I get the error above. This happens only on the target machine (a...
  3. dontee

    registering msxml4.dll

    I've just written a small VB program that extracts data from a XML file and writes it into text file using msxml4. That bit was easy enough. My problem is when I try to deploy the application, msxml4.dll refuses to register on the target machine. I keep getting an error mesage -...
  4. dontee

    How does one close an internet connection?

    I have recently upgraded my machine to XP. However whenever I connect to the internet, I'm having problems disconnecting (I get an error message saying that it cannot disconnect at the moment because it it attempting to connect). Does anyone know how to close a connection using VB. I suspect...
  5. dontee

    Job Opportunity vs. My Current Job

    Interesting discussion....What you have to ask yourself, cderow, is 'What is my main career anchor (.i.e my main driver or motivator)?' Is it technical proficiency, pure challenge, security/stability, autonomy, general management etc. The answer to this should tell you what is most important to...
  6. dontee

    Getting Operating System

    Just thinking of a simpler way of solving this problem. The environ function in VB returns a number of environment variables including the operating system. Code as follows: dim OpSys as string OpSys = Environ("OS") select case OpSys Case "WINDOWS_NT" ... Believe that...
  7. dontee

    How do I auto-refresh??

    Thanks zemp, that was helpful. The suggestion about allowing the users to choose how frequently they want their screen to refresh was a really good one. Cheers.
  8. dontee

    How do I auto-refresh??

    Hi guys, I'm working on a VB6 application that connects to an Oracle DB. The application (which sits on a server in London)generates a sequence of random signal numbers which a customer has to quote every time they request a transaction to be processed. If the correct signal number from the...
  9. dontee

    Becoming a MS: SQL Server or Oracle DBA

    In my opinion there is not a lot to choose between them. Oracle is slightly more robust, has a bigger market share at the moment and is prefered by bigger companies. On the downside, it is more expensive than SQL Server which means that small- and medium-sized companies tend to go for SQL...
  10. dontee

    VB Data Report Designer

    I've just started working with Data Environments and Reports and will appreciate some help. I set up the data environ and report but when I try to run/preview the report, I get the message "Failed getting Rowset(s) from current data source". I've tested the connection and it's good...

Part and Inventory Search

Back
Top