Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7944609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:36:10+00:00 2026-06-04T00:36:10+00:00

I need to call an external DLL that resides in the PC that hosts

  • 0

I need to call an external DLL that resides in the PC that hosts the SQL Server from various clients in order to get digital signatures.

I thought using SQLCLR is a good idea.I have issues though…

I wrote this in order to call the external dll function inside the C# dll

[Microsoft.SqlServer.Server.SqlProcedure]
public static void Sign( SqlString receipt, out SqlString signature)
{
    short result=0;
    string arg = "";
    string commPort = "1";
    signature = "";

    bool btrue = true, bfalse = false;

    string CommPort = commPort.ToString();
    string Receipt = receipt.ToString();
    string Signature = signature.ToString();

    ExtDll.Box ExtBox = new Box();
    ExtBox.Sign_(ref CommPort,Receipt,ref result,ref Signature,ref bfalse,ref arg,ref btrue);

    signature = (SqlString)Signature;
}

I wrote the asembly for the SQL Server

CREATE ASSEMBLY Mybox 
FROM 'C:\Users\Panos\Documents\Visual Studio 2010\Projects\DigitalSignature\Extbox\bin\Debug\Extbox.dll'   
WITH PERMISSION_SET = UNSAFE  

I wrote a stored procedure

CREATE PROC sp_extbox (@receipt char(2048), @signature char(100) out)
AS
EXTERNAL NAME Mybox.Signatures.Sign 

But when I execute the above script I get

CREATE PROCEDURE for “sp_extbox” failed because T-SQL and CLR types for parameter “@receipt” do not match.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T00:36:13+00:00Added an answer on June 4, 2026 at 12:36 am

    I believe an SqlString corresponds to nvarchar.

    So, try this instead of your current last script:

    CREATE PROC sp_extbox (@receipt nvarchar(4000), @signature nvarchar(4000) out)
    AS
    EXTERNAL NAME Mybox.Signatures.Sign
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In external (Delphi-created) DLL I've got the following function that I need to call
I need to call an external dll from c#. This is the header definition:
I need to call some PL/SQL procedures from my Java application. I can do
I need to call some methods in Wininet.dll from a Java program. I can
I need to call this external command qconf from my application without freezing it
I need to call an external program from Delphi 2006 code with a long
I have a Delphi DLL that I did not write, but need to call
I need to call a method in an external assembly from a scripting functoid
I need to call a wrapped function from a C++ DLL with the following
Hi i need to call a external EXE (same running exe )from a C++

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.