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 IamaSherpa 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. GolphknutInChains

    Active Reports and SQL: cannot find stored procedure

    found it... anther dsn setting in the properties of the datacontrol... who'd have thought!!!
  2. GolphknutInChains

    Active Reports and SQL: cannot find stored procedure

    A simple VB project, with a couple of stored proc hits... this one works fine: objCNN.ConnectionString = "DSN=MyCNNString" objCNN.Open If objRS.State = adStateOpen Then objRS.Close objCNN.sp_Tefra_GetARConstants_New 1, objRS 10 lines later, this one does not: Dim...

Part and Inventory Search

Back
Top