0
votes
0answers
7 views
calling stored procedure from toplink using server session
hi All,
I am using toplink and i need to call one procedure. I tried but i am getting some problem. can anyone help me. Below is the code piece.
public void executeStoredFunction(ServerSession …
0
votes
5answers
312 views
Simple ADO.NET C# Stored Procedure Generator
I am using Visual Studio 2005, Sql Server 2005, C#, ADO.NET. We have a very large database and routinely adding new stored procedures. I am tired of writing the C# wrapper code for these stored …
1
vote
3answers
46 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 …
1
vote
3answers
83 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
4answers
46 views
Where cab I find a host with stored procedures
Hi
I have created a project that uses mysql stored procedures and views.
I have a lot of difficulties to find a hosting service that would support them.
Do you know where I can go?
thank you.
0
votes
2answers
35 views
Oracle - procedure related query
Hi All,
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 …
2
votes
2answers
117 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 …
0
votes
4answers
115 views
Is it worth moving from stored procedures to linq ?
I'm looking at standardizing programming in an organisaiton. Half uses stored procedures and the other half Linq. From what i've read there is still some debate going on on this topic.
My concern …
0
votes
2answers
236 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 …
-1
votes
5answers
305 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 …
2
votes
20answers
320 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 …
