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. FrankPhillips

    c# and asp.net postback over a https (secure) connection

    Hi all, Have an odd one here that I was hoping to get some input on. I have a webpage located on a secure site. This page has an array of letters in the alphabet that when clicked on act as in index for a datagrid, ie, click on a = get all records that start with a, b=b etc. However, when...
  2. FrankPhillips

    Crystal Reports and temp tables in a stored procedure.

    Thanks, Like I said tho, one recordset, no print statements. When i get around to writing the next sp, ill try the nocount when i do the insert/select statement instead of a cursor. As it is, with a cursor, it works, and with deadlines comming up, im in a "if it aint broke dont fix it...
  3. FrankPhillips

    Crystal Reports and temp tables in a stored procedure.

    morriskc, actually, thats how i do it, basically execute the sp in query analyzer. as for more than one result set, i had actually anticipated the fact that crystal reports wouldnt be able to handle it. The problem as i said earlier, wasnt the stored procedure kicking out multiple result...
  4. FrankPhillips

    Crystal Reports and temp tables in a stored procedure.

    Actually, through trial and error, it wasnt really the temp table at all that was the issue. basically crystal reports doesnt like the insert/select statement. Ended up having to go with a cursor, which kinda sucks cos the above is the way it is because i didnt want to do cursors in the...
  5. FrankPhillips

    Crystal Reports and temp tables in a stored procedure.

    I have a stored procedure i need to use for a report. however, when i select this stored procedure, no fields show up in the field explorer. This stored procedure runs fine, and gives me the correct output; I've read that Crystal reports can handle temp tables per their own website. However...
  6. FrankPhillips

    CSV

    Looking to export a Crystal Report into a CSV file. Ive read the pdf from crystal decisions regarding the option, but the problem is, in my selection i dont have that option. Using c# with visual studio .net and the integrated Crystal Reports (I have no idea what version this acutally is), i...

Part and Inventory Search

Back
Top