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 Mike Lewis 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. vsilver

    ASP and Stored procedure

    how do i call stored procedures in ASP using the COM+ model
  2. vsilver

    Stored Procedures

    CREATE PROCEDURE sp_SoilRetrieve @whereclause varchar (150) AS IF (@whereclause IS NOT NULL) SELECT* FROM Soil WHERE @whereclause ELSE SELECT* FROM Soil RETURN 0 i get an error saying wrong syntax near ELSE. anybody help. i cant see why
  3. vsilver

    VB-Like project in Visual C++?

    Yeah i mean that. thx ppl
  4. vsilver

    VB-Like project in Visual C++?

    uhm am used to visual basic. i want to create a vblike Application with forms etc in Visual C++. Is that possible?
  5. vsilver

    ASP and Visual C++

    hi i would like to know how to call an ASP page from a MFC .exe and how to pass values of variables in the ASP page to the MFC.exe. Plz somebody help me! Am desperate!

Part and Inventory Search

Back
Top