External “Hello World” Function in SQL Anywhere with Powerbuilder-generated DLL
I created a function in PowerBuilder.NET Hello World . The project compiled as Helloworld.dll , generated in C# from the PowerBuilder utility. Inside Helloworld, I made the non-visual n_cst_helloworld . Inside the non-visual, I made the object function of_hello() . These are the issues I encountered when trying to access Helloworld.n_cst_helloworld.of_hello() in an external function on SQL Anywhere. The external function uses CLR and is called in Interactive SQL right now. Here is the script I'm trying to launch in iSQL (through ASA): ALTER PROCEDURE "DBA"."ext_helloworld"() EXTERNAL NAME