Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stevecvb

    SQL DTS

    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...
  2. stevecvb

    Obtaining return value from a stored procedure in ADO

    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...
  3. stevecvb

    Transforming xml/xsl in vb using msxml:script

    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.
  4. stevecvb

    Transforming xml/xsl in vb using msxml:script

    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)
  5. stevecvb

    Transforming xml/xsl using msxml: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>...
  6. stevecvb

    Transforming xml/xsl in vb using msxml: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>...

Part and Inventory Search

Back
Top