A few months back I was working with DTS. At that time I was saving my packages as Meta Data Services. Just today I started working with DTS again. I seem to no longer have the option to save packages as such. I only have options to save as SQL Server, structured files, or VB. This is very...
I am having trouble obtaining the return value from a stored procedure using ADO. Below is a snippet of code without obtaining the value. Help is much appreciated.
_ConnectionPtr pConn;
_RecordsetPtr pRs;
_CommandPtr pCommand;
_variant_t vNull;
vNull.vt = VT_ERROR...
Just upgrade to xml4.0 and seeing the same problem. I am trying this example using vb6.0. I am not using the .net framework, so adding this to the GAC would not make sense. The code I am using is actually vb in the script tag, not c# as shown above. Any further info appreciated.
This is just a simple example cut from the msdn. Ultimately I need to use a vbscript utilizing ADO in the msxml:script tag. It has not been added to the global assembly cahce. Any further help appreciated(pref. for vb script)
I am trying to transform xml/xsl in a visual basic app. The transform works for straight forward xml/xsl. When using the msxml:scipt I am getting an invalid class string error when setting the xsltemplate.stylesheet. Here is my code
number.xml----
<?xml version='1.0'?>
<data>
<circle>...
I am trying to transform xml/xsl in a visual basic app. The transform works for straight forward xml/xsl. When using the msxml:scipt I am getting an invalid class string error when setting the xsltemplate.stylesheet. Here is my code
number.xml----
<?xml version='1.0'?>
<data>
<circle>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.