473,320 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

SomeWay to see all code for specify Stored Procedure.

Hello guys,

I try to create some apllication in vb.net for i can see all code for one Stored Procedure especify for me.

Its possible?
How i can start?

Thanks
Jan 8 '07 #1
6 951
I am think now.

I can try copy one stored Procedure to temp table and do datareader.

but how i can ( select * from storedprocedure )

have some way?

Sorry my english.
Jan 8 '07 #2
kenobewan
4,871 Expert 4TB
Its difficult to understand your question. If you want to read a stored procedure from an application, this is not possible. If you want to store all of your queries, and you have more than one, in a stored proc then this is not advisable, but may be possible. Or maybe you just want to execute one?
Jan 8 '07 #3
kenobewan
4,871 Expert 4TB
Just saw your new post. Hope that this article helps:
Jan 8 '07 #4
Yes,
I want to read stored procedure. Its impossible?¿

thanks
Jan 8 '07 #5
kenobewan
4,871 Expert 4TB
Oops lost internet connection :).

Just saw your new post. Hope that this article helps:
Article
Jan 8 '07 #6
I found some way.

I dont see you article i will see now.

thanks anyway.

SELECT routine_definition FROM INFORMATION_SCHEMA.ROUTINES
WHERE SPECIFIC_NAME='stored_name'
Jan 9 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Rick Caborn | last post by:
Does anyone know of a way to execute sql code from a dynamically built text field? Before beginning, let me state that I know this db architecture is built solely for frustration and I hope to...
6
by: Hype | last post by:
Hi, How can we specify the package names for sql stored procedures instead of system generated names ? (Db2 V8.2 on Windows.) thanks.....
2
by: Stephen Noronha | last post by:
Hi, I get an error "System.Data.SqlClient.SqlException", after my Stored Procedure runs and i saw an article for debugging through the Stored procedure using VS .Net....
2
by: Woody Splawn | last post by:
I am using SQL Server 2000 as the back-end. I have created a stored procedure in SQL server called usp_AddContract. This Stored procedure inserts a new contract into a contracts table. I have...
6
by: Crash | last post by:
C# VS 2003 ..Net Framework V1.1 SP1 SQL Server 2000 SP3 Enterprise Library June 2005 I'm working with some code {not of my creation} that performs the following sequence of actions: - Open...
1
by: preejith | last post by:
Error Code : 1329, No data - zero rows fetched, selected, or processed. MYSQL I am getting the following error while running a stored procedure in mysql5.0 Error Code : 1329 No data - zero rows...
28
by: Joey Martin | last post by:
One of my servers got hacked with the SQL injection due to poor coding. So, I had someone write a stored procedure and new code. But, to me, it looks just as flawed, even using the stored...
1
by: rajpar | last post by:
Environment: Solaris (client + server) db2 version 7.2 latest fixpak (DB2 v7.1.0.111", "s050516" and "U803330") Compiler: gcc Here is my SP code executed on the client: CREATE PROCEDURE...
7
by: jamesclose | last post by:
My problem is this (apologies if this is a little long ... hang in there): I can define a function in VB.NET with optional parameters that wraps a SQL procedure: Sub Test(Optional ByVal Arg1...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.