Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

We have a C++ dll used in an external name clause in an SQL Anywhere 10 function. It calls a .Net C# dll. When both dlls are placed in the ASAwin32 folder, all works well. The return string from the .Net dll gets returned to the C++ dll and in turn to the SQL function. We would like not to put dlls in the ASAwin32 folder. But when I put the dlls in some other folder that is in the path, it kills the database. I've been testing calling the SQL function from ISQL, and ISQL returns and ISQL Error message box with "Error! The connection to the database was closed by the server. Communications error SQLCode=-85, ODBC 3 State="08S01"." Any thoughts on why this would happen?

asked 01 Nov '11, 12:59

crb's gravatar image

crb
1263310
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×23

question asked: 01 Nov '11, 12:59

question was seen: 2,322 times

last updated: 01 Nov '11, 12:59