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...
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...
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.
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)...
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="javascript">
<%
Dim anynum
anynum = 100
%>
alert ("<%=anynum%>");
</script>
<%
Response.Write anynum
%>...
Hi,
I would greatly appreciate if someone could help me out with the following.
Testvar="Barray[0]=var1 OR Barray[1]=var1 OR Barray[2]=var1"
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.