Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Convert asp stored procedures (http://www.velocityreviews.com/forums/t802475-convert-asp-stored-procedures.html)

teddy 12-11-2006 05:04 AM

Convert asp stored procedures
 
i have some stored procedures written in asp can i use the same stored
procedures in my .net web application.


Mike Brind 12-11-2006 08:18 AM

Re: Convert asp stored procedures
 

"teddy" <sneha.rishi@gmail.com> wrote in message
news:1165813467.638758.15280@l12g2000cwl.googlegro ups.com...
>i have some stored procedures written in asp can i use the same stored
> procedures in my .net web application.
>


Stored procedures are written in SQL and belong to the database application,
not the client application - regardless of the technology, framework or
language you are using for the client application.

--
Mike Brind




All times are GMT. The time now is 07:08 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57