Everybody,
Using the code below, I get the followin error:
Server: Msg 170, Level 15, State 1, Line 16
Line 16: Incorrect syntax near '@retTable'.
DECLARE @TextLine1 VarChar(20),
@IntCounter Int,
@Pointer VarBinary(16)
DECLARE @retTable TABLE
( SelectDetailSubClause Text )
INSERT INTO...
Everybody,
When I run the following page, I get "http://localserver/temp.htm" in the alert modal dialog box. What I want to get is "http://localserver/Test.asp?&Model=1". What am I doing wrong.
<!-- temp.htm -->
<HTML>
<HEAD>
<SCRIPT language="JavaScript"...
Everybody,
Is there a Best Practices for Year, Month and Week Column Names?
What I mean is that is it good to have a Column named Year or is their something better.
Everybody,
How do I return a value from SQL Server?
For example,
= SQLSETPROP(gnConnHandle, 'asynchronous', .F.)
= SQLEXEC(gnConnHandle, 'SELECT @@VERSION')
Thanks
Everybody,
I have the following Code that work fine.
What I want to do is when s.Week = 0, then do not place the week statement.
DECLARE @SQLString VarChar(8000)
SELECT @SQLString =
ISNULL(@SQLString + ',', '') + CHAR(13) +
'SUM(CASE ' +
'WHEN Data.Year = ' + CAST(s.Year as VarChar(4)) +
'...
Everybody,
Can I use the APROCINFO( ) Function in an Executable?
When I have the commands in the Executable I get a "Feature is not available." error message.
Everybody,
I am trying to rebuild a project and I get the following error: Property value is out of bounds (Error 1469).
This error occurs when the message in the status bar says “Build Project: Visual Class Library Reports”. This class currently has 1211 class defined in it. If I compile the...
Everybody,
I was wondering this is possible using a Select statement. I am using VFP 7.0. I want to add an Order column to the following Select statement. What I want in the Order column is the ranking of the record.
SELECT Pareto.Commodity, Pareto.Test_Code, ;
SUM(Pareto.TtlQty) AS...
Everybody,
I have the following sample code. Once the code is run, if I go into Windows Explorer and try to cut the “Template.Vcx” file and paste it to another directory, I get the following error: “Cannot Move Template: It is being used by another person or program.”
Can somebody tell me why it...
Everybody,
Is there a way to get the "Session.Timeout" value so I can use it in a JavaScript function.
In VBScript, I would call <% Response.write Session.Timeout %>.
This Stored Procedure works when I run it through the SQL Query Analyzer but does not when I use it from an ASP Page.
It will put the data in the dbo.Src table but I cannot get it to put it into the dbo.LockSrc Table.
Can somebody please tell me why.
ALTER Procedure SrcData
@Users Int = 0...
Everybody,
Can you tell me why the Web Assistant Wizard creates a stored procedure in my Database.
The data that I am using comes from a stored procedure.
Also, Does anybody have a description and values of the columns in the msdb.dbo.mswebtasks table.
Everybody,
I have the following table. All of the fields are of the Interger type. The records that I need is the maximum value of the Score Divided by the MaxScr for each Period, Region, Comm and Elem grouping.
Period Region Comm Elem MaxScr Score
9 2 6 2 23 13
9 2 6 2 23 14
9 2 6 2...
Everybody,
I need a way to copy a some text to the clipboard.
I am using VBscript for an ASP page. This code will be run at the server and not at the client.
I have tried to use the following
Set objClipboard = CreateObject("Clipboard.Application")
objClipboard.Clear...
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.