PDA

View Full Version : Calling an oracle procedure from ASP sucks


ncttrnl
10-04-2004, 08:28 AM
That is all

blueabdjetta
10-04-2004, 10:10 AM
i don't get it.

paultakeda
10-04-2004, 10:10 AM
I hate stored procs, period.

ncttrnl
10-04-2004, 10:28 AM
i don't get it.

Do you want an explanation or are you just posting for the sake of posting?

I hate stored procs, period.

Too much business logic in the data storage layer for you?

Don't think of it as business logic... think of it as data storage logic. I use them as a way to protect my data. If I give access directly to my tables, people do stupid stuff to them. With procedures, I can put some logic in there to stop the madness and protect my data from misuse.

madajb
10-04-2004, 01:11 PM
With procedures, I can put some logic in there to stop the madness and protect my data from misuse.
Did anyone else picture ncttrnl with a dyed white crew cut and a unitard running around saying "Stop the madness!"?
-ajb

ncttrnl
10-04-2004, 01:44 PM
Did anyone else picture ncttrnl with a dyed white crew cut and a unitard running around saying "Stop the madness!"?
-ajb

LOL

I hope not!

The only one that worked for was Powter.... and it really didn't even work for her.

paultakeda
10-04-2004, 02:14 PM
Using stored procs for indirect data access is fine.
It's when people use it for business logic that chaps my hide -- you always have the DBA that says, "we can do that," without questioning "should we do that".

Satan4
10-04-2004, 02:22 PM
delete from *

Makes all the pain go away!

bugzy
10-04-2004, 02:22 PM
Alt-F4 !!

Audi30vDM
10-22-2004, 01:17 AM
You should try WRITING sprocs in Oracle to be called from ASP.

What a complete PITA!

ncttrnl
10-22-2004, 10:10 AM
You should try WRITING sprocs in Oracle to be called from ASP.

What a complete PITA!

Heheh... where do you think the procedure came from.

Its an application I wrote in PL/SQL

Audi30vDM
10-23-2004, 01:02 PM
Ah... you're unlucky enough to be "the guy" huh... I was in that unenviable role once. Oh, and we were running Oracle on Windows 2000. BLEARGH!!!