In many dialects of SQL, the execute statement is used to invoke a stored procedure.
0
votes
0answers
19 views
PHP background process not exiting
I'm running a background thread with exec() and it doesn't seem to be exiting on it's own.
The script I'm executing looks like this:
$min = $argv[1];
$max = $argv[2];
for ($row = $min; $row <= ...
0
votes
0answers
12 views
How do I execute Eclipse from a terminal in Ubuntu Linux 12.04?
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
21 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
39 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
24 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
29 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
32 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
44 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
22 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
22 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
29 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
45 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
68 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
18 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
31 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
44 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
44 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
28 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
78 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
47 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
64 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
77 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
34 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
27 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
1answer
71 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
62 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
88 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
79 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
18 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
90 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
54 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
28 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
13 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
202 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
49 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
57 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
17 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
69 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 ...
0
votes
0answers
50 views
WSO2 BAM Analytic scripts execute Error
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
140 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
146 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
60 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
vote
2answers
155 views
Update sql in perl script - execute statement stuck
Getting something is wrong with the execute statement. It just seems to hang forever when I run in command prompt. It doesn't die either. does execute maybe need parameters?
#!/usr/bin/perl
use ...
2
votes
2answers
105 views
execute shell command with sudo in c program
What is the best way to execute this command: "sudo cat /var/log/auth.log | grep Accepted" inside my C program ?
I tried to use:
sprintf(command_result,"sudo cat /var/log/auth.log | grep Accepted");
...
0
votes
2answers
43 views
How to execute and manage ruby script from ruby?
I have a script named program.rb and would like to write a script named main.rb that would do the following:
system("ruby", "program.rb")
constantly check if program.rb is running until it is done
...
1
vote
1answer
51 views
how to execute a.out file without commanding like ./a.out in Unix [closed]
I want to execute c++ binary in terminal without inputting "./a.out", just typing "a.out"
In my school's PC(solaris10), I can just type a.out and the program executed. However, on my PC's solaris11 ...
-1
votes
1answer
239 views
Creating java file to be executed by sh command
Hello I have a java program. I have a script that should execute the program. The script looks like this
sh compress.sh -f myfile.txt [-o myfile.hzip -s]
How do i create executable from my java ...



