Subject C Language ServiceManager Interface DLL?
Author Dan Cooperstock
I need to call the ServiceManager from PowerBuilder, which means I need
to build a C-language DLL - I can't call the C++ classes in IBPP.

Has anyone done this, who would be willing to supply the code? All I
really need is to be able to do a backup using ServiceManager,
supplying an optional server, username, password, database to backup,
and single backup filename, and somehow get back any results.

I need this because of the bug in GBAK, where it doesn't handle
filenames containing spaces if you are using the ServiceManager.

Thanks.