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 TouchToneTommy 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: *

  • Users: stevecvb
  • Content: Threads
  • Order by date
  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 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>...
  4. 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