I am using ADO. The following SQL query will retrieve 1 record correctly.
Select Distinct hrSsn as hrSn,
' ' as OsnText
From table_abc
Where hrSsn = 119928443
For Fetch Only
But the following code gives error:
"Multiple-step operation generated errors". Debug pinpoint the...
What I am trying to do is when user click on a web forms button, a "Processing...." text will show up on a label. The following is the code for this button.
Problem: click on the button, the text will only show up in the lable AFTER the startprocess() is completed. Is there anyway to make it...
I listen to radio programs via internet. I wonder how to record them as mp3 files so that I can listen to the recorded programs later. Can this be done with vb6 and which controls will achieve it? Many thanks.
I get the following error message when I create a funtion to test Global temporary table. DB2 version is 5.x
Many thanks for your help.
SQL0199 - Keyword TABLE not expected. Valid tokens: NOT DEFAULT.
Here is my program:
CREATE function testtemptable()
returns integer
LANGUAGE SQL...
In my code, "chkdup()" will do the followings: open a child window, validate user input against database data, then close itself (child window).
If onblur is triggered by pushing Submit button, then immediately after the validation (as above)
, it should invoke the Confirm.asp (if...
I'm using onBlur() to validate a field in a form.(following code, btw chkdup() is a Javascript function)
<form name="survey" method="post" action="Confirm.asp">
<input type="text" name="a" onBlur=chkdup()>
<input type="text"...
Neversleep, thanks for your help.
However, your fix will pass the array in test2.pl as a string to test3.pl : $class[0] has 'cis100cis200'. Is there a way to fix it so that in test3.pl, $class[0] has cis100, and $class[1] has cis200 ?
Also, I wonder what's causing the original problem ? How...
Neversleep, thanks for your help.
However, your fix will pass the array in test2.pl as a string to test3.pl : $class[0] has 'cis100cis200'. Is there a way to fix it so that in test3.pl, $class[0] has cis100, and $class[1] has cis200 ?
Also, I wonder what's causing the original problem ? How...
In the following test2.html code user does multiple selection. When Submit is pushed,the selections are passed correctly to an array in test2.pl. (e.g. cis100cis200) However, if I pass this array in test2.pl to test3.pl as a hidden filed as a hidden field, only the first entry out of the...
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.