The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
How to read the BLOB DATA field in a VBS?
Posted: 09 Nov 09 7:39 AM
|
Hi,
I want to read the data field in the SLX plugin table in order to retrieve the group layout (not only the SQL). The purpose is to use the group layout in a vbs.
Anyone an idea?
Thanks! Charles
|
|
|
| |
| |
|
Re: How to read the BLOB DATA field in a VBS?
Posted: 09 Nov 09 8:17 AM
|
It is a COM DLL.
If you add it to .Net you should get the Objects built for you to use (via Interop) by VS. Otherwise, you could add a reference to VB6 (if you still have it installed - I do) and then review the Object Module.
(That or any other COM Viewer will help, I also use PrimalScript and it provides Intellisense support for Late binding which also helps me figure out the Objects available, their Methods and Properties) |
|
|
|