R
Rod O.
Hi all,
What is the syntax for adding a UDT that has a namespace? When I try
CREATE ASEMBLY Foo FROM "C:\Foo.dll" WITH PERMISSION_SET=SAFE
CREATE TYPE Bar EXTERNAL NAME Foo.SomeSpace.Bar
I receive the error
Incorrect syntax new '.'.
If I create the same UDT with no namespace, everything works fine.
Cheers,
Rod O.
What is the syntax for adding a UDT that has a namespace? When I try
CREATE ASEMBLY Foo FROM "C:\Foo.dll" WITH PERMISSION_SET=SAFE
CREATE TYPE Bar EXTERNAL NAME Foo.SomeSpace.Bar
I receive the error
Incorrect syntax new '.'.
If I create the same UDT with no namespace, everything works fine.
Cheers,
Rod O.