The scalar tag has no wiki summary.
0
votes
1answer
33 views
Using a scalar as a condition in an OLE DB data flow
I am having a problem with a data flow task in an ssis package i am trying to build. The objective of the package is to update tables situated in our local server using a connection to a distant ...
0
votes
1answer
19 views
Inserting Varbinary(max) with a stored procedure
as per usual my google searches havent quite cleared my exact problem and i cant extract a solution from them, and i wish to understand the situation. so here is my stored proc:
CREATE PROCEDURE ...
4
votes
1answer
35 views
Writing SQL Insert Function
I'm trying to create SQL function which would add entry to a table. Before adding a new user I would like to check or this user isn't in a table already. I wrote some code, but can't save it as I get ...
0
votes
0answers
41 views
Native Sql : addScalar with error : cannot find symbol
I just learned some native sql with Scalar queries, but still in trouble with this error. I'm using Hibernate for this project.
package nativesql;
import org.hibernate.Session;
import ...
0
votes
1answer
109 views
Scalar deleting destructor
I have a piece of code (from a DLL) that looks like this:
class A {
public:
virtual ~A();
};
class B : public A {
public:
~B();
}
~A() {
// #1
}
~B() {
// #2
}
...
1
vote
3answers
44 views
How to multiply a matrix by a scalar value in MATLAB under a condition
In matlab I have a matrix with random numbers between 0 and 100.
All numbers below 10 shall be multiplicated by two.
testmatrix = [1,2;11,90]
should turn into [2,4;11,90]
Executing conditional ...
1
vote
1answer
87 views
How do I divide matrix by scalar in MATLAB?
just having some issues dividing all the values of a matrix by a scalar using MATLAB.
My code looked like,
ncol = length(indpic(1,:)); % ncol = 32
row0 = sum(indpic == 0,2); % 161 * 1 matrix
...
0
votes
1answer
70 views
How to retrieve scalar value using JDBC?
I'm now trying to call a sproc that returns scalar value which represents the inserted row's ID (which is varchar), how could this be achieved in JDBC?
What I'm now doing is let the DB sproc return ...
0
votes
2answers
146 views
What does addScalar do?
The JavaDoc says:
SQLQuery org.hibernate.SQLQuery.addScalar(String columnAlias, Type type)
Declare a scalar query result
I know what executeScalar is in C#, but this scalar and C# scalar seem to ...
0
votes
3answers
25 views
casting vars in function calls
So if I build a class...
class Foo {
public $_string;
public function($sString = 'new string') {
$this->_string = $sString;
}
}
I would like to forcibly say that $sString is ...
2
votes
4answers
76 views
How to define list/array as a scalar in Python
The title might seem a little weird, but here is what I need to do in Python:
Suppose I have a list (L) and a Boolean array (A)
L=[1,2,3,4]
A=[True, False, True]
I need to create a list that will ...
0
votes
2answers
156 views
How to select output scalar values in sql server?
Hi I'm still new in TSQL. How can I output Scalar variables so that my vb code can access it?
in VB I use the rs method. In this case I will have to create 3 rs to be be able to access the data ...
1
vote
4answers
53 views
What is Object.method() format called?
In languages like Ruby/Javascript, you can apply object operators to anything. I.e.,
var string = "Pancakes";
alert(string.length);
// 8
What is this called when everything is in object? Is there ...
5
votes
2answers
174 views
Scalar::Util looks_like_number returning number types
I notice that looks_like_number doesn't simply return true/false as I'd assumed, but actually returns a byte indicating the type of number the perl internals say is stored in the scalar. For example:
...
0
votes
1answer
51 views
Scalar becoming matrix without asking R
I'm writing a chi-sq stat test in R and my scalar chisq is being converted to a matrix and I can't figure out why.
The variables used here include
k is a scalar
f is a kxk matrix
n is the number ...
0
votes
0answers
23 views
Applicability in SNMP scalar objects
What is the correct way to show applicability of SNMP Scalar Objects when doing an SNMP-GET request?
For example, imagine that we have a monitoring parameter that is only valid under certain system ...
0
votes
0answers
57 views
2d Box collision collided point
I want to find the point of collision in 2d boxes collision. Its to find the angle to that point from objects and to find collision response angle. Am using scalar method. Please help. Thanks in ...
2
votes
2answers
89 views
How do I compare a vector value in a dataframe to a constant in R?
Background: I'm using some Census public use microdata samples (the American Community Survey in particular) across several years to examine the behavior of people who have completed different ...
0
votes
2answers
143 views
add 18 hours to getdate() result
I'm trying to get yesterdays date on 18:00:00 time.
I've tried this:
DECLARE @YesturdayDate datetime = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE()-1));
select dateadd(h,18,@YesturdayDate)
but i'm ...
0
votes
1answer
76 views
Perl - Scalars leaking with Win32::GUI and threads
I just played around with the Win32-GUI in combination with threads (Perl 5.16) and I came up with some warnings and errors I do not really understand.
Code is the following:
use strict;
use ...
-1
votes
1answer
144 views
Must declare a scalar variable
I was creating a column that will give a me random number but I was getting some errors.
CREATE TABLE tblBookInfo
(
AccessionNumber NVARCHAR(MAX)
RandomNumber NVARCHAR(10);
AccNo NVARCHAR(MAX)
...
0
votes
0answers
179 views
Using ExecuteStoreQuery to get scalar result back from a stored procedure
I have a stored procedure in my database that returns a scalar value (a double). I am trying to figure out how to get the results via ExecuteStoreQuery. Here is my code:
var db = new ...
1
vote
1answer
126 views
TSQL XML FUNCTION
I need help with the following, as my knowledge of XML within SQL is non existent. Below is the table scripts to generate the table and data.
In the XML there is a XML Element with a name attribute ...
0
votes
1answer
139 views
mysql scalar function with for loop
i have the table 'points_level' with :
id | description | level
--------------------------
1 | noob | 0
2 | rookie | 50
3 | The boss | 100
i need to build a function that return ...
0
votes
2answers
73 views
must define scaler variable in a SQL INSERT statement
I am trying to write my code that has 3 text boxes and I need the information that is typed into the boxes to be passed over to a SQL database, which will then be shown in a gridview, functioning as a ...
3
votes
2answers
38 views
Explaining behavior of methods & variables with same names & other properties in ruby
I am just trying to understand the behaviour of the destroy method in the following code:
UPDATE : Please note my intention is to understand the behaviour, not the immediate solution for assigning ...
1
vote
4answers
129 views
PHP: Dynamic Object Names [duplicate]
Possible Duplicate:
Get PHP class property by string
This is my original code:
function generateQuery($type, $language, $options)
{
// Base type
$query = ...
2
votes
3answers
259 views
List of Scalar Data Types
Im looking for a list of all the scalar data types in Objective C, complete with their ranges (max/min values etc).
Sorry for the simple question, Im just really struggling to find anything like ...
1
vote
1answer
60 views
When is the dm_db_partition_stats updated?
I want to create a scalar SQL function that checks the row count of a table using dm_db_partition_stats. I have a handful of tables that get pushed to me and during that time the tools that use those ...
3
votes
2answers
607 views
Must declare the scalar variable error in subselect SQL
I am trying to create a SQL script that will create a nice easy to update script where another person only needs to update the constants involved and then run a query, however I an getting into ...
1
vote
3answers
328 views
How to compare scalars in OpenCV
I have a class called "myClass", which returns "cv::Scalar" type, and I want to do this:
cv::Scalar myValue;
for ( myValue > myClass (i,j) )
....
But the comparison part in the "for" line ...
-2
votes
3answers
101 views
Preceding a number with \ prints garbage value
Preceding a number with escape character '\' produces garbage value
Ex:
$a = \12;
print $a;
This code gives below output
SCALAR(0x2001ea8)
and the output changes when I again execute the ...
0
votes
0answers
65 views
Conversion of the present scalar UDF to inline
Is there a better way to write the UDF? It is slowing down my query currently. If I can do it inline I will probably have a faster output. Is there some other idea which can shorten query runtime?
...
0
votes
1answer
43 views
Insert not working
I've searched evreywhere and tried all suggestions but still no luck when running the following code. Note that some code is commented out. Thats just me trying different things.
SqlConnection ...
0
votes
0answers
99 views
Does anyone know what “expected SCALAR, SEQUENCE-START, MAPPING-START, or ALIAS” means?
Could anyone point me in the right direction, as when I save a small serialized hash via file upload to the database it works just fine, however when a large file comes along it errors out with;
...
2
votes
2answers
87 views
Are there any tools to warn possible misusage of delete or delete []?
I think I am clear on the difference between delete and delete []. The question I am asking here is: sometimes I do have typo and use the wrong one. Then it may or may not crash and normally ends up ...
4
votes
3answers
329 views
Using a scalar as a condition in perl
First timer...so let me know if there is anything that I have not paid attention to whilst posing a question.
The question is how to use a scalar as a condition, as the code below does not work.
my ...
2
votes
2answers
129 views
Scalar function to add spaces every 4 digits in SQL Server
Hello everyone I'm trying to create a function that will take a value as a parameter and then format it to add blank spaces every 4 digits.
For instance, the number 1111222233334444 should be ...
0
votes
0answers
144 views
Hibernate 3.4.0: How to query for a scalar value
I have: (MySQL 5.1)
CREATE TABLE `poh_faktury` (
`cislo` int(10) unsigned NOT NULL PRIMARY KEY,
...
) ENGINE=MyISAM DEFAULT CHARSET=utf8$$
@Entity
@Table(name="poh_faktury")
@NamedQueries({
...
3
votes
2answers
289 views
Why does my function returns a comma separated list instead of rows (SQL Server)?
I have a function that usually returns one value. However, when there are multiple rows that it could return, it returns a comma-delimited string of all of the values. I'm new to using functions, so ...
0
votes
1answer
127 views
Passing a Scalar reference into another Scalar
In SQL Server, I have a stored procedure that accepts a date parameter. That date paramater is then passed along to another stored procedure. However, the 2nd stored procedure parameter is named as ...
3
votes
3answers
110 views
Confused about whether I'm passing a scalar or an array to a subroutine in perl?
I've just started learning perl and I am am confused by this exercise (from Learning Perl Chapter 4).
At the beginning of the greet() subroutine, I am trying to assign the argument $_ to my $name (my ...
2
votes
2answers
3k views
opencv: convert Scalar to float or double type
Can anyone help me in converting scalar type of openCV to basic types like float or double?
Scalar Sum1=sum(arg1),Sum2=sum(arg2);
theta.at<float>(i,j)=0.5*atan(Sum1/Sum2);
I have to sum all ...
0
votes
1answer
295 views
Core Data: filtering entries based on time component of NSDate
I have an entity with an attribute time, which is of type Date. I only care about the time component of it. When generating the class files, I chose to use scalar properties for primitive data types. ...
0
votes
1answer
357 views
Using statement with a scalar query
Can you show a coding example that has the "Using" statement with a scalar query?
I could not find any sample coding for this by searching yet.
2
votes
6answers
122 views
How do I pass a Perl array as a scalar into a subroutine?
A newborn Perl developer here. I've been wracking my brain and searching all over online trying to figure this out... exasperated, I am come to you seeking clarity.
I have the following code (only ...
2
votes
5answers
147 views
In Perl: Is there a way to know the name of a variable in a list?
Is there a way to know the name of a variable in this situation without using symbolic links?
use strict;
...
for ($var1, $var2, $var3)
{
die "NAME_OF_VAR is not defined" if !defined $_;
}
The ...
1
vote
2answers
336 views
Repository pattern without domain object for retreiving scalar values
Recently, I struggled trying to figure out if some methods, functions in my architecture was at the good place; in the correct layer. I want to follow the repository pattern of Martin Fowler to ...
1
vote
2answers
581 views
SQLException Must declar scalar variable “@variableName”
I am having some trouble trying to update database at a specific row, I am receiving the error Must declare scalar variable "@lvl". Not quite sure what I am supposed to do. Do I need to declare value ...
2
votes
4answers
274 views
Is the string type a scalar, and if so why?
A few websites claim that the string type is a scalar. As I understand it, scalars are single-value types, as opposed to array types. But isn't a string essentially an array of chars? So why would it ...