In many dialects of SQL, the execute statement is used to invoke a stored procedure.

learn more… | top users | synonyms

-7
votes
0answers
20 views

Why my apps were blocked [closed]

first - sorry for my english. I want to know why my aplicatios - Profesorki.pl , Fajniutko.pl and Gumior.pl were blocked. I think it's mistakw and I want get them back. Without this aplications my ...
0
votes
0answers
17 views

executing the method only once in the thread?

Good evening, I would like to run this thread, but when sending a message is duplicated by "onMessageReceivedListener.onMessageReceived (message); within" onMessageReceivedListener "" but thanks to ...
0
votes
2answers
27 views

Grails button not executing my action?

I have this button in my view page <a class="runimg" href="${createLink(controller: 'Ec2Controller', action: 'Start', id: i.Id)}">&nbsp;Start&nbsp;</a> It is suppose to take the ...
0
votes
2answers
19 views

How to create or execute a Stored Procedure within another Stored Procedure in IBM DB2?

How to create a Dynamic Stored Procedure using a Stored Procedure in IBM DB2 9.7 for Windows ? Example below is my dynamic generated stored procedure: CREATE PROCEDURE DB2ADMIN.INSERT_A (inputVar1 ...
0
votes
1answer
53 views

Execute PHP code via javascript [duplicate]

I'm trying to connect to my SQL server via Javascript. In order to do this, I have to execute some PHP code, but I'm having some trouble with that. At the moment I use this code to execute a PHP ...
0
votes
0answers
26 views

Exec - shell_exec - translate output to progress bar

I have two functions, one runs a thread in the background with exec() and returns output function runThread($cmd, $priority = 0){ if($priority){ exec(sprintf('nohup nice -n %s %d > ...
0
votes
0answers
20 views

How do I execute Eclipse from a terminal in Ubuntu Linux 12.04? [closed]

I can't start eclipse in Ubuntu 12.04. I downloaded Eclipse (eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz) I untarred it, got the directory "eclipse", and moved it to "usr/local". From a terminal, ...
0
votes
2answers
50 views

SSIS Execute SQL Task - Statement from Variable - Variable value from a table

Folks, I am creating SSIS package, which contains Execute SQL task. The "SQL Source Type" property is set to be Variable and it uses one of my package variables. So far so good. Now all of this is ...
0
votes
0answers
40 views

Executing a.out on Android

I compiled, assembled and linked a File on Android (ARM) and want to execute it on Android (ARM). I have got a a.out file in my /data/data/Package.AppName/files folder. The file exists and if I try to ...
0
votes
0answers
27 views

C# two functions called on one keyevent, ok but the first wait for the second to finish

my first function fill a listbox with a string from a textbox, the second upload a file with ftp protocol. The two functions are called when i press the key Return and it works fine...but listbox is ...
0
votes
1answer
27 views

Executing method with exec()

Is it efficient and/or possible to use exec(); with a method of the same class? Instead of executing a file with an $argv array, I'd like to pass variables to a method and execute it within another ...
0
votes
1answer
33 views

Call method repeatedly after time delay until end condition reached

I have a crosshair on the iphone screen and when a pavilion (dot on map) moves under it i want to start zooming on the map. I all ready got the detection to work when a pavilion comes under the ...
1
vote
1answer
34 views

Running Matlab from Java code [duplicate]

sorry if I ask a simple question but I would like to ask whether it is possible when executing a java source to have code in it which makes an independent Matlab programme run (not only to execute ...
0
votes
3answers
54 views

How do I execute DOS commands in Java?

I'm working on a project, and it will give you a list of DOS commands. When you select one, it will perform that command. However, I don't know how to do that. I was going to do it in Visual C#, or ...
0
votes
0answers
24 views

Sequentially executing multiple PHP web pages from a single PHP web page

I have 6 PHP web pages that I execute manually in sequence. Is is possible to build a single PHP web page that would execute the six pages sequentially? Being more verbose: I want a single PHP page ...
0
votes
1answer
24 views

Prevent a command in a shellscript from being executed inside another shellscript

I am invoking a shellscript inside another shellscript, and the invoked one has a command to delete a folder, which I don't want to be executed, like this $ rm ../temp -rf Is there a way to prevent ...
0
votes
0answers
30 views

pgsql replication with database schema changes using slonik execute script

I am using slony for replicating my pgsql database. I want to propagate the database schema changes(DDL) from master to the slave machine with the help of slonik execute script. I am curious to know ...
0
votes
2answers
49 views

How to execute commad stored in file in perl

I want to run this command but not from command line. I want to run file for example first.pl which do some other commands. For example when i run this file I want to do this: perl -ne "print ...
-1
votes
0answers
84 views

Delphi / ADO : TADODataSet.post vs TADOCommand.Execute? [closed]

I have a table that i use to sync the state of my client's status. This table is also used by other applications to alert about client's status. One way of keeping the table up to date is to fire an ...
0
votes
0answers
19 views

PDO binding php variables from input date and array for WHERE IN

I am new to PHP/PDO so please bear with me. I am trying to select the price of a room for a specific season, passing the Id of the room. The room/s is/are selected with checkboxes. (users can check ...
1
vote
1answer
33 views

Java - Error while executing command

I am trying to execute a command in Terminal (on Ubuntu) and I can't seem to run the command cd, here is my code: public static void executeCommand(String[] cmd) { Process process = null; ...
-1
votes
1answer
48 views

mysqli->execute get error but no error is output

I have the next php code: <?php mysqli_report(MYSQLI_REPORT_ALL); $mysqli = new mysqli("localhost","mybd","mypass"); if ($mysqli->connect_errno) { echo "Error ...
0
votes
1answer
46 views

MySQL - function which returns execute value

I wrote this function: delimiter // CREATE FUNCTION randomDefVal(val varchar(30), tableName varchar(30)) returns varchar(30) BEGIN SET @query = concat('SELECT ',val,' FROM ...
0
votes
1answer
32 views

Cron schedule - Execute job at three different times with no pattern between. Is it possible?

I have a job I want to run using Quartz, which require the time to be specified using a Cron schedule. The job should run at 17:00, 17:35 and 22:05. Is it possible to specify these times using a ...
1
vote
1answer
87 views

Run Shell command in Perl

I can run some Shell Linux commands in Perl (for example create a folder). But I can't execute followed command: echo 'mypassword' | gpg --passphrase-fd 0 --output outfile --decrypt inputfile I add ...
0
votes
1answer
49 views

PHP - MySQL queries refusing to execute

I have the following code: <?php $usStates = array( 'Alabama', 'Alaska', 'Arizona', 'Arkansas', 'California', 'Colorado', 'Connecticut', 'Delaware', 'Florida', ...
0
votes
2answers
70 views

T-SQL - Tehnique for evaluation of boolean expression string

I need to populated the 'Value' field could be '0' or '1' (false or true) depending on the expression. The following is simple data: 1 1 * 1 + 1 NULL 2 0 + 0 NULL 3 1 + 0 * 0 NULL 4 ...
1
vote
1answer
82 views

PHP - run script in background

I have to execute a php script (test.php) in the background. I tried this but it's not working: <? $cmd = "php /home/megad404/www/prove/test.php &> /dev/null &"; exec('/bin/bash -c ...
0
votes
2answers
41 views

Execute an interactive shell script over apache

I have a shell script which requires users input ("Please select y/n:" etc.) I would like this to be executed through a webpage. Any ideas on how i can do this? I have tried php shell_exec... but it ...
0
votes
2answers
30 views

Open screen in terminal after user login

When a user logins to my Debian server using e.g. Putty, I need to perform the following: It will automatically execute command screen -r MyWindow, and the user won't be able to leave the screen ...
0
votes
2answers
80 views

python subprocess.call does not execute in if statement

I have this block: if data[0] == OUTPUT: pin,val = ord(data[0]),ord(data[1]) if (pin == 1): #Turn Master Bedroom Light on process = subprocess.call(cmd1, stdout=subprocess.PIPE) ...
0
votes
2answers
68 views

Creating new folders and files with Lua

I'm writing a Lua 5.1 script for personal use, designed to be run as a stand-alone program through the Lua interpreter. I need to include a function that will create a new subfolder (where ...
0
votes
1answer
96 views

Xcode: Go to First Page in Storyboard when app longer then 5 minutes in Background?

I'm trying my first App in Xcode... and have a question about working with storyboards: I have: -Tab Bar Controller (first) connected with two navigation Controllers ... after each Navigation ...
0
votes
1answer
84 views

Cronjob executes multiple times - Godaddy

Everything was working ok but some days ago my newsletter started sending 3 times the same email to all of my subscribers at the same time! This is my script: /usr/bin/wget ...
0
votes
0answers
30 views

MySQL prepared statement with unknown number of USING parameters

I'm creating a prepared statement in SQL, and I need to basically select a row and pass the entire row into the prepared statement, then access the row by column inside the prepared statement. Here's ...
0
votes
0answers
19 views

MySQL “EXECUTE” context - can I access variables in the executing context?

I'm writing a query that executes SQL dynamically, and I'd like to know if when I call this SQL using EXECUTE, will I be able to access variables local to the context in which the SQL is executing? ...
1
vote
1answer
107 views

Execute batch-file from browser

i have got a batch-File. I mostly have to execute it when i'm in my browser (Firefox). So i dont want to go to the directory and execute it. I want to have something in my browser. First i thought ...
0
votes
4answers
58 views

My async task does not work correctly, does not call execute

On my button i have the following code: Log.i(TAG, "!isFirstVideo: " + isFirstVideo); ConcatenateVideos concatenateVideos = new ConcatenateVideos(); concatenateVideos.setUris(firstVideoUri, ...
0
votes
1answer
32 views

Executing external program from shortcut

I'm trying to open a program from my desktop within java. Some of my desktop icon properties have a *.exe extension, but other program shortcuts have a *.lnk extension. As this will open a program ...
0
votes
1answer
14 views

Execute jquery mobile code when changing code

I have this code <div data-role="content"> <ul data-role="listview" data-inset="true" data-theme="b" data-icon="arrow-r"> <li><a href="#info" ...
1
vote
1answer
250 views

Execute AT commands to send sms in php

I am trying to find a way to execute AT commands from PHP I tried exec() and shell_exec() Please don't suggest third party SMS gateway my client don't want to disclose his private information and ...
1
vote
1answer
57 views

Execute two onsubmit functions; second function executes only if first function is true

I have an email form validation script. If this first function returns true (no errors in email field), then the second function will execute, which is simply a url redirect. Can someone combine these ...
0
votes
1answer
63 views

running an SQL update statement in java

There are many questions related to this topic, but I couldn't find a solution to my problem. I have a table of "products" which I am trying to update in netbeans. The SQL statements works in SQL dev, ...
0
votes
2answers
18 views

Reading From a Text File and Executing What You Find

I can't figure out how to do what it says in the title. I have a text file apple.txt with: set apple=7 and a file saved as a batch with findstr /v "zzzzzzzzzzz" apple.txt and when I run the ...
1
vote
4answers
74 views

How to execute code when a div is clicked?

I've spent the last few hours trying to find the answer to this, but nothing seems to work... I need to execute a piece of code when a div (or anything inside of it; including iframe content) is ...
-2
votes
0answers
52 views

WSO2 BAM Analytic scripts execute Error [closed]

When I click Analytics Execute in WSO2 BAM, always get this results: Error while executing Hive script.Query returned non-zero code: 9, cause: FAILED: Execution Error, return code 2 from ...
0
votes
1answer
157 views

Google Drive SDK : Drive QuickStart App example doesn't work on Android

The Drive QuickStart App example doesn't work on Android (https://developers.google.com/drive/quickstart-android). I have a Note 2 running on Android 4.1.2. I followed all the steps in the tutorial ...
-2
votes
2answers
41 views

Batch Program executes on a certian date?

I've been trying to get a batch to start another batch on a certain date. (specified) I've tried all that I can think of. TIMEOUT does not work for this. Any suggestions? EDIT: I am sorry I didn't ...
-2
votes
1answer
176 views

conversion of mp4 to mp3 using ffmpeg [closed]

i am using following code in php for converting mp4 video to mp3 using ffmpeg <?php exec(ffmpeg -i ./aa1.mp4 -vn -ar 44100 -ac 2 -ab 192 -f mp3 ./sound.mp3); ?> But i am unable to create mp3. ...
0
votes
0answers
62 views

Calling a windowsservice ExecuteCommand to excute a OnCustomCommand on itself?

ServiceController.ExecuteCommand in C# can be used to send custom command to a windows service. Like here - How to send a custom command to a .Net windows Service from.Net code? ServiceController ...

1 2 3 4 5 13