473,394 Members | 1,887 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,394 software developers and data experts.

How to call a .net dll method from sql server 2000 stored procdure

How to call a .net dll method from sql server 2000 stored procdure

Nov 21 '05 #1
4 4203
Sare,

I think that you have for this SQL language related question much more
change in a SQLServer programmer related newsgroup.

Just my idea

Cor
Nov 21 '05 #2
Hi,

I do not believe it is possible with sql server 2000 but I believe
you might be able to with sql server 2005.

Ken
------------------
"Sara" <sa**********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
How to call a .net dll method from sql server 2000 stored procdure

Nov 21 '05 #3
well it depends on what you want
SQL 2000 can call a VS.Net assembly through notification services ( seperate
install it is a sort of callback ) SQL 2005 has this standard onboard
however if you mean calling a .Net dll like a extended stored procedure in
SQL 2000 they must be written in C++ in sql 2005 you can write them in .Net
code
regards

Michel Posseth


"Sara" <sa**********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
How to call a .net dll method from sql server 2000 stored procdure

Nov 21 '05 #4
"Sara" <sa**********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
| How to call a .net dll method from sql server 2000 stored procdure

you can compile it for use as a com dll. once this is done, you can create
the object in sql server and use its functionality. to do that, either
google or post to a sql server ng. using com components in sql server is
pretty straight-forward.
Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Nashat Wanly | last post by:
HOW TO: Call a Parameterized Stored Procedure by Using ADO.NET and Visual C# .NET View products that this article applies to. This article was previously published under Q310070 For a Microsoft...
1
by: RSH | last post by:
Im trying to create a stored procedure of the following code. I want to set it so that I have to send the first 4 variables (@DB, @BackUpFile,@TestDB,@RestoreFile). I am having trouble when i try...
11
by: c676228 | last post by:
Hi everyone, I am just wodering in asp program, if there is anybody writing store procedure for inserting data into database since there are so many parameters need to be passed into store...
5
by: Pedro Vera | last post by:
I am helping somebody setup one of the asp.net starter kits. I converted it from sql express to sql server with no real issues, and I got it running local perfectly. On my first attempt to run...
8
by: Milkstr | last post by:
Can anyone help, i'm just starting out with MS SQL on a new web page and i'm having problems writing a stored procdure, its for a simple forum on a web page. I have a table with the main forum...
1
by: Milkstr | last post by:
is it possible in MS SQL to write a stored procdure that uses the FROM statment to get imformation from an existing stored procdure, at the moment i get invaild object as it seem to only like the...
2
by: Mick Walker | last post by:
Public Sub CheckProduct(ByVal _ConnString As String, ByVal ProductList As List(Of Import_ImportLines.Lines)) Dim ReturnValue As Integer = 0 ' Our Return Value Dim conn As New SqlConnection Dim...
1
by: eighthman11 | last post by:
Hey everyone, Using Access 2003 and SQL Server 8.0 I have a stored procdure on SQL Server that is launched from my access database where I send the parms. The stored procedure on the server...
1
by: Fabio | last post by:
Hi, is there any method to call a store procedure into a function? Thanks Fabio
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.