Viewing 15 posts - 5,911 through 5,925 (of 7,429 total)
Instead of adParamReturnValue you should be using
adParamOutput = Indicates that the parameter represents an output parameter.
Try this.
"Don't roll your eyes at me. I will tape them in...
May 14, 2002 at 4:41 am
Take a look at CAST function. Cast will allow you to redefine a variable on the fly to another or scale it. Also for your case instead of sticking with...
May 13, 2002 at 7:06 pm
Ok here is the steps I would take to do this quickly and as best as I can think right, efficiently.
Create a temp table simliar to so
CREATE TABLE #tempX (
[unid]...
May 13, 2002 at 5:05 pm
From the standpoint of an application I believe your best bet is to use a forward only cursor with ADO in your application. This way you can go thru the...
May 13, 2002 at 4:48 pm
What is the exact error message you are getting?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 13, 2002 at 4:43 pm
Not sure if I understand what you are needing to do or what Oracle does with those keywords exactly. But since BCP is not an option have you looked at...
May 13, 2002 at 4:39 pm
Ok, is this remote box on the same domain and have you put SQLAgent in account that has direct rights to the other box for logging in? If you are...
May 13, 2002 at 4:32 pm
Do you mean if when you stop the execution of the Procedure the tables remains? If so there is nothing you can call to directly drop the table unless you...
May 13, 2002 at 4:29 pm
The reference is in the boot.ini file. Make a backup copy and edit just the line that needs to be removed.
"Don't roll your eyes at me. I will tape them...
May 13, 2002 at 3:28 pm
What version of SQL are you using?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 13, 2002 at 3:26 pm
Z-Index is the front to back position of an element on a grid. Like an x or y axis coordinate with IE and Netscape you can specify the z-index order...
May 13, 2002 at 3:01 pm
It has been awhile check out http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dao360/html/damthopenrecordset.asp and see if it helps you.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 13, 2002 at 2:52 pm
Sounds like the issue related to a unique index requirement mentioned here http://support.microsoft.com/default.aspx?scid=kb;EN-US;q270119.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 13, 2002 at 2:45 pm
Best bet is to reinstall just the client tools or reinstall EM to get corrected.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 13, 2002 at 2:37 pm
Glad you found a solution I was concerned you would not be able to.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 13, 2002 at 2:33 pm
Viewing 15 posts - 5,911 through 5,925 (of 7,429 total)