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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ldCycler

  1. ldCycler

    Passing and returning variable

    I am working with a procedure and a module. In the procedure, a string variable (selectStatement) is created and assigned the word "Password". I then use that variable at the module level to update that variable with the Select statement text in the Case statement. It works until I return to the...
  2. ldCycler

    datarows not returning anything

    After the SQL statement I do not get any row count. I simplified the data in the table and the username and password are both "S". When I process the SQL statement the variables read "S". Any other thoughts?
  3. ldCycler

    datarows not returning anything

    I am a beginner in the .net environment but have background in programming. I have the following code and the dataset does not return any rows. When I do a count of rows after dataset is filled it shows 3 rows (the number in the table. Can anyone see anything wrong? Thank you Option Strict On...

Part and Inventory Search

Back
Top