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

  • Users: calum
  • Order by date
  1. calum

    access store procedure through db library in C

    // Store Procedure CREATE proc calum_select_mcf_patient (@piuid varchar(64) = '1%', @domain_ref int = 1131) as select * from mcf_patient where patient_instance_uid like @piuid and domain_ref = @domain_ref return GO // SQL Client Library #include <sqlfront.h> #include <sqldb.h> // C Program...

Part and Inventory Search

Back
Top