Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
220 views

Blocks & Procs in Ruby

I have started learning Ruby, and I have read a couple of tutorials and I even bought a book ("Programming Ruby 1.9 - The Pragmatic Programmers' Guide"), and I came across something new that I haven't ...
3
votes
3answers
50 views

postgresql procedures/triggers

Is it possible to write a stored procedure or trigger that will be executed automatically inside of a database on particular time without any calls from application? If yes, then could anybody give me ...
3
votes
1answer
58 views

Argument's type in MySQL procedures?

I am writing some MySQL procedures for a web-based application, and something that strikes me is that there is no argument's type check at all. For instance, if I have the following : CREATE ...
3
votes
2answers
308 views

How do I retrieve values from a nested Oracle procedure?

I have kind of a tricky Oracle problem. I am trying to select one set of data, we'll call items. For each item I want to call another procedure and return an Inventory Item. I have two operations I am ...
2
votes
3answers
44 views

How can I reduce this code to a single procedure

I am relatively new to the whole .NET thing, coming from a VB classic background. On my form I have a tabcontrol, with 4 tabs. Most of the code is handled using a shared handler, but for the others ...
2
votes
3answers
491 views

Procedure too large in vba

Getting an error meassage: Procedure too large in vba? what is the reason and way out?
2
votes
1answer
497 views

Doctrine + SQL Server Stored Procedures

How can I call a stored procedure using Doctrine?
2
votes
2answers
891 views

How to run procedure from another unit?

Well this kind of n00b question but I still can't figure it out. I have unit main with procedure Discard() in it. Now I have another unit engine and I want to run from it procedure Discard() of unit ...
2
votes
20answers
382 views

What single characteristic is most important for a good routine?

Routines, procedures, methods - whatever you call them, they are important building blocks for us developers. What single characteristic would you rate as the most important one? (By providing one ...
1
vote
1answer
82 views

sp_executeSQL and Statment with more than 2000 characters

I'm using dynamic SQL and I need to exec a long SQL query, First I declare @var with query as nvarchar(4000), but my query is longer than 4000 chars. I try to change to nvarchar(8000) but raise an ...
1
vote
2answers
56 views

oracle 10g overloaded procedures in a package

I'm trying to replicate the code found in: http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:59412348055 I did a copy and paste job. The package audit_pkg and the body compiled fine. ...
1
vote
1answer
66 views

oracle: select information about a function/procedure

I would like to retrieve information about procedures/functions from Oracle database. I know, that I can use ALL_PROCEDURES and USER_OBJECTS tables, but they only inform me about names of existing ...
1
vote
1answer
405 views

Can MySQL triggers or stored procedures be written in Java?

I have two databases. Changes like edits, insertions to one, need to be made to the second one as well and vice versa. Actually, one database is an old legacy database (with a very bad ...
1
vote
2answers
2k views

How to program a MySQL trigger to insert row into another table?

I'm looking to create a MySQL trigger on a table. Essentially, I'm creating an activity stream and need to log actions by users. When a user makes a comment, I want a database trigger on that table to ...
1
vote
2answers
302 views

Set table names using user-defined variables in MySQL stored procedures

I want to create a table with a name taking from a user-defined variable. The following code doesn't seem to work (I get a MYSQL syntax error near CREATE TABLE line) Thanks in advance for the help ...
1
vote
2answers
158 views

Lists as arguments in Scheme

Let's say I have a procedure foo that takes three arguments, and returns a list of them all doubled: (define (foo a b c) (list (* 2 a ) (* 2 b) (* 2 c))) What I'd like to be able to do is create ...
1
vote
3answers
600 views

copying stored procedures each into its own file using ant

I want to be able to have an ant task which would connect to a remote oracle instance and copy the stored procedures each into its own file. I know I can have an ant sql task which will do SELECT ...
0
votes
2answers
26 views

mysql commands difference and example

I'm new in mysql language and can not understand difference between procedures and functions, can anyone answer in which case should be use this routines ? Also have some example => I've table ...
0
votes
0answers
31 views

Calling multiple refcursors from VB/VBA

I have a package with a procedure and that procedure returns 4 ref cursors.It's executing fine in Oracle. Now I am trying to call this package from MS Access using OO4O. (Note: I have already tested ...
0
votes
3answers
40 views

MySQL Procedure multiple results

The basic ideea is that when I call a procedure I want to get a set of data not just one value (by setting results to be INT and selection COUNT(id) for instance). I would like to know how to change ...
0
votes
4answers
153 views

How to execute stored procedure multiple times in C#

I have a time sheet app where users enter their time in/out for different days of the week. The form processes the in/out from each day, stuff them as parameters into a stored procedure and add them ...
0
votes
0answers
149 views

Using LOAD DATA in procedures in MySql - workaround?

I am trying to load some txt/csv files to MySql DB - its part of an ETL process so I need it to be a stored procedure. When i am trying to create the procedure I am getting: ERROR 1314 (0A000): LOAD ...
0
votes
1answer
134 views

MySQL How to get results after PREPARE and EXECUTE in Stored Procedure?

My current code is : DELIMITER \\ CREATE PROCEDURE sample (IN _car VARCHAR(15)) BEGIN DECLARE _a INTEGER; SET @s = CONCAT('SELECT COUNT(*) FROM train WHERE ', _car, '<=0;'); ...
0
votes
1answer
110 views

How does DispatchMessage decide which WndProc to use?

I'm going through some code for an open source project and this is my first time dealing with a Win32 app (mostly did console stuff). I see that several functions within the code are windows ...
0
votes
2answers
46 views

SQL procedure to select merge

My procedure is: create procedure "news" as select newsdate,COUNT(B.id) as total from news B where B.newsyear < GETDATE() Group by B.newsdate select newsdate,COUNT(B.id) as total from news B ...
0
votes
2answers
150 views

using existing tcl c procedures in tcl script

How to use Tcl_ParseCommand or list of Tcl C procedures already available under "http://tmml.sourceforge.net/doc/tcl/". Do i need to write wrapper c procedure and init procedure for each of these ...
0
votes
1answer
107 views

How can you get the value of an ENUM within a MySQL Procedure

It seems to me that enums are broken within MySQL, at least on version 5.0.51a-24+lenny5 (Debian). I have a simple lookup table which contains an enum field: CREATE TABLE `FrameworkServices` ( ... ...
0
votes
1answer
206 views

Using like pattern in mysql case statement with two different tables

I have a table with names (names). I have another that holds ids (user). I have a conditional construct - a case-when statement that is supposed to insert an id into the user table if a name in the ...
0
votes
0answers
14 views

access links in activation records

is it possible to have different activation links from a different stack frames of the same function like SF1 and SF2 are the stack frames of fuction f(), then can there be a possible scenario when ...
0
votes
0answers
82 views

how to Set a session id to a value after using a case-when statement in a stored procedure in the same table

Hi I want to set the session id to a value after evaluating the request_time using a case when statement. here 's the table userinput_id session_id request_time ...
0
votes
1answer
318 views

How to use a case-when statement in a mysql stored procedure?

I want to set the session_id automatically using the request_time parameter so i opted for a mysql stored procedure that contains a case statement.Here goes. create procedure upd_userinput(in ...
0
votes
1answer
276 views

MySQL Call Stored procedure from another stored procedure

Sorry for long POST: Is it possible that I can call a Stored Procedures from another Stored procedure in MySQL. For example: I have two tables (test and testcomp): With the structures below: -- ...
0
votes
8answers
218 views

C++ Function Conventions?

Just had a 'Fundamentals of Programming' lecture at uni and was told that the convention for using/declaring functions is to have the main() function at the top of the program, with ...
0
votes
1answer
292 views

Mysql procedure to modify limit and offset

Just a thought in my mind but would it not be possible to createa function in MySQL that can modify the LIMIT within a query The clause would be a simple calculation function that would work out the ...
0
votes
2answers
447 views

Visual Basic 2010/ Sub Procedure

I copied the exact codes from my textbook and I have the following errors. Error 3 'txtOutput' is not declared. It may be inaccessible due to its protection level. ...
0
votes
3answers
211 views

How to view/verify a procedure result?

Can someone explain how to see the results of a procedure, everything is working fine and the code is valid, executed and compiled with no errors. Now how can I see the results as Query or anything. ...
0
votes
7answers
4k views

passing multiple parameters to sql procedure as a single string variable

From front end(studio 2008) I am passing values to sql procedure as : string a = "hello" + "098765" + "world" + "90.0909" These are 4 different values that I've concatenated into a string a; now i ...
0
votes
1answer
391 views

Which Location Mysql complied Procedures Stored?

How can i get the Compiled Mysql stored procedures from Physical Location?
0
votes
4answers
423 views

What is pros and cons of calling procedures in VB.NET?

I would like to know the pros and cons of calling procedures with Call Keyword and without Call in VB.NET? Private Sub ProOne() // Code Are Here End Sub Private Sub Calling() ProOne() ...
0
votes
3answers
178 views

column update without using trigger

SCENARIO: I have two tables, table1(col1 date) and table2(col2 varchar(20)). REQUIREMENT: Whenever anyone updated the value in col2, todays date should be inserted/updated in col1. It should be ...
0
votes
2answers
149 views

Oracle - procedure related query

I am writing the below queries in oracle: DBMS_OUTPUT.....'Ashish' Select col1 into val1 from tab_1 DBMS_OUTPUT.....'Ubale' when I run this procedure I get the output as "Ashish" only why? ...
0
votes
2answers
675 views

Delphi: Program Execution and internal procedure/function calling from CMD or using Doubleclick on associated extension

So - recently I run on some problems determining from which way program was called, if in both times parameters is the same - like: /something /something. I associate icon with program at runetime ...
0
votes
5answers
876 views

C# .net Mnemonics and use in general

I'm just starting out with C# and to me it seems like Microsoft Called their new system .Net because you have to use the Internet to look everything up to find useful functions and which class they ...