Skip to main content
Solved

CLR Assembly using ThinkWise with AWS RDS SQL server

  • October 20, 2021
  • 2 replies
  • 210 views

For our customer we have to adjust a string. This requires a DLL written in C# that we want to deploy on an AWS RDS SQL server. Is this possible and how do I go about doing this with safety in mind?

For parsing a barcode text field into information useful to the client, the DLL is written in C#. If the above is not possible, please provide an alternative. Thank you.

Best answer by René W

Is it necessary to use a C# DLL via SQL Server? Having a managed sql database is pricy (in Azure) and introduces complexity. Not all C# code is compatible with SQL Server.

If possible you could consider a HTTP Connector doing a http call to your web service / api with the C# logic in it.

View original
This topic has been closed for replies.

To clarify: We need to parse a ean 128 gs1 string.


Forum|alt.badge.img+15
  • Superhero
  • October 20, 2021

Is it necessary to use a C# DLL via SQL Server? Having a managed sql database is pricy (in Azure) and introduces complexity. Not all C# code is compatible with SQL Server.

If possible you could consider a HTTP Connector doing a http call to your web service / api with the C# logic in it.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings