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. gust1480

    Update Query - Update column value with data from another column

    Hi, Can somebody please teach me on how to update a certain column value using another column value? Ex. I need to get the value from acct field then update the value on the name and country using the value from the acct field and at the same time appending the field name with it. From Acct...
  2. gust1480

    Server Application Unavailable

    Hi, I built a site and place it under IIS (windows 2003) and whenever I tried accessing the site on the server itself it gives out the message "Server Application Unavailable". I tried looking on the Application log of the server but can't find any error there that could help me narrow down the...
  3. gust1480

    Read/Write to an MS Word Document

    Is it possible for vb6 to read a ms word document and search for a certain text and when it finds it will copy the entire page (which will includes tables as well if there is one) and paste it to a new ms word document? Hope you could help me out with this. Thanks. =)
  4. gust1480

    MS SQL 7 logs

    Is there a way in MS SQL 7 to trace/see all the updates/deletes statement done on all the tables at a particular date and time?
  5. gust1480

    Expired Intermidiate CA from IIS4 to IIS5

    I did a backup of my certificate from IIS4 then imported it on IIS5. The root and my web CA are ok but my intermidiate certificate is expired. Has anyone experience this? can someone please tell me how to fix this?! thanks in advance.
  6. gust1480

    Verisign Certificate from IIS to Apache

    I have an existing verisign certificate on IIS...but I need to use the same certificate on Apache. is there any conversion required before I can use the certificate to Apache?
  7. gust1480

    VB6 program as a service

    does anyone knows how I could make may vb6 program behave like a service?! wherein no matter what windows login id is used or even if no windows user is login my program will still be running? Thanks.
  8. gust1480

    IF EXIST

    Hi! am trying to use a IF EXIST in my batch file and I created a sample batch to test this on how to use it. But somehow it doesn't work. can somebody please tell me what I'm doing wrong here. echo off if exist c:\batch jobs\ps_change_order.sql ( echo file exist ) if not exist c:\batch...
  9. gust1480

    VB6 program running on the background

    I have a vb6 program that is running on a win2k advance server 24/7...now my problem is that when I change users on windows, my program will shutdwon and have to rerun it again on the new user logon. Is there a way for my vb program to run irregardless of the login id?
  10. gust1480

    Batch file and VB

    Is it possible for VB to access a variable created by a batch file and get it's value?
  11. gust1480

    Getting Connection Status

    Hi! am trying to create a program in vb that would contantly check the status of my connection with SNA and I used the following code (COM) to do so. Set WmiLocator = CreateObject("WbemScripting.SWbemLocator") Set WMINamespace = WmiLocator.ConnectServer("", "root\MicrosoftHIS", vbNullString...
  12. gust1480

    VBscript in Netscape

    Is there a way for a netscape browser to read vbscript?
  13. gust1480

    Random Insert in Table

    Thanks george! So there is really no way to do it huh!?!
  14. gust1480

    Random Insert in Table

    How can I make an insert do the insert on the last row? Because I notice on my table that when I do an insert it insert the data randomly. Do i need to change some properties on the SQL?
  15. gust1480

    ADODC recordsource property prob

    Can somebody please tell me how to query my ORACLE tables by selecting the current date on the table and placing the script to the recordsource property of my ADODC..recordsource doesn't recognize a function like sysdate....was trying this script... select * from orders where date = sysdate but...
  16. gust1480

    Viewing Table Structure

    How can I view a certain table structure using sql scripts? Thanks much!
  17. gust1480

    Txt file

    Can somebody pls help me how to make a query wherein the result should be in a txt file? I need the sql script on this. Tnx!
  18. gust1480

    Displaying a Table Structure Message

    Can somebody show me how to display the structure of a certain table using SQL script because I would like to view a certain field (its data type, length)in my table. Thanks.
  19. gust1480

    Inserting new field

    thanks guys..i son't want to add a new field at the end cause i hava a table with a float field at the end, when i try to run a program that will insert in that table it doesn't do so because i think its because of the float filed at the end of the table. anyway, i'll just create a new table...

Part and Inventory Search

Back
Top