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 strongm 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. MeTheZayets

    Why are stored proc params being passed NULL?

    if there is only one parameter then the parameter field is ParameterFields(0) not ParameterFields(1)
  2. MeTheZayets

    Cant Get SQL Stored Procs to accept parameters

    MaffewW, Dates are a little tricky with crystal and stored proc. Try changing the date parameter in the stored procedure to the following varchar format 'dd-mmm-yyyy' SQL7 will accept this and automatically convert it to a date. The reason that you might be having problems is that crystal date...

Part and Inventory Search

Back
Top