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 Shaun E 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. bangalibhai

    Collation Question

    Hi, I have the below in one of my stored procedures. Declare @tmp table(OptionCode varchar(2) COLLATE SQL_Latin1_General_CP1_CS_AS PRIMARY KEY CLUSTERED) Record #1: "TP" Record #2: "Tp" 1st record is insrted in to the above table and as soon as the second record is added "Violation of...
  2. bangalibhai

    Column to Row

    Is it Possible to do this. I have the below displayed column wise. 1 2 3 4 5 6 7 8 I want it displayed row wise 1 2 3 4 5 6 7 8 Thanks in advance.
  3. bangalibhai

    Traverse rows to columns

    Hi, I am trying to display the rows as columns. I have seen a similar posting but can't seem to find it. Initially I have the below table..... CUSTOMER CUST # ITEMS QTY ==================================== John Smith 1234 Item1 2 John Smith 1234 Item2 1 John Smith...
  4. bangalibhai

    How do you set focus to an external window

    I am running a VB program. How can I control an external window from VB. For example, I fire off IE and it strats out with a window for downloading a file. Is there any way to control that window. Thanks.
  5. bangalibhai

    Webbrowser Control

    Hi all, I am trying to automate file download using the webbrowser control from VB6. I can detect the begin of the file download process from the event "FileDownload". But beyond that I cannot control anything from VB. 1) How do I finish the download by clicking the save button? 2)...
  6. bangalibhai

    Running an external .exe from VB

    Hi, Is there a way to run an external application (.exe or .app) from VB6? Thanks.
  7. bangalibhai

    Read the value of a javascript variable from server side VBScript

    Hi, I need some input on the following. It is possible to read in the value of a server side variable from javascript as stated below: <HTML> <SCRIPT language=&quot;javascript&quot;> <% Dim anynum anynum = 100 %> alert (&quot;<%=anynum%>&quot;); </script> <% Response.Write anynum %>...
  8. bangalibhai

    database calls in JavaScript or JScript

    Hi, Can you do database calls in JavaScript or JScript? If so please point me to some examples on how to perform that. thanks, nihad
  9. bangalibhai

    Hi, Can you do database calls in

    Hi, Can you do database calls in JavaScript or JScript? If so please point me to some examples on how to perform that. thanks, nihad
  10. bangalibhai

    How to execute the contents of a string

    Hi, I would greatly appreciate if someone could help me out with the following. Testvar=&quot;Barray[0]=var1 OR Barray[1]=var1 OR Barray[2]=var1&quot; I would like to use the content of testvar in an if statement if (TestVar) Then ... ... Endif But the above systax does not work. How do I...
  11. bangalibhai

    Query

    Hi, Is it possible to do the following by writing a SQL query..... Beginning Table Col1 Col2 Col3 ===================== 2001 2378 212 2001 2378 213 2001 3019 218 2001 3019 236 2001 3019 220 2001 4112 239 2001 4112 231 2002 921 214 2002 1315 227 2002 1315 26 2002 2774 226 2002 2774...
  12. bangalibhai

    select distinct row

    token time store ================================== 4940 1/27/03 2:31 PM 2012 4940 1/27/03 2:33 PM 2012 4941 1/27/03 2:33 PM 2110 4942 1/27/03 2:34 PM 2126 4943 1/27/03 2:37 PM 2012 4944 1/27/03 2:37 PM 2389 4945 1/27/03 2:39 PM 2389 4946 1/27/03 2:39 PM 2012 4947 1/27/03 2:40 PM...

Part and Inventory Search

Back
Top