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 vjvincent

  1. vjvincent

    ADSI on JSP

    Hi can JSP access ADSI? If yes can you give me some samples Thanks in advance.
  2. vjvincent

    cpeaut32.dll and crystl32.ocx ?

    What the difference between cpeaut32.dll and crystl32.ocx ? Thanks
  3. vjvincent

    Pls help me on stored procedures

    Hi, I need help on passing parameters from ASP to Crystal Report. I have created a Report which uses 2 different stored procedure with each has a parameter. How can I pass the same value of a first stored proc to the next? I’m using this method: objCrystal.StoredProcParam(0) =...
  4. vjvincent

    Error detected by database DLL on IIS 5

    Hi did you try this object? objCrystal.LogOnServer "P2SSQL.DLL","servername","dbase","username","password"
  5. vjvincent

    Can Crystal report used stored procedures in MSSQL

    Thanks Ken. I have another question . . . Can I indicate the specific Stored Procedures in ASP that will be used in a specific Crystal Report??? For Example: SET objReport = objCrystal.OpenReport(Server.MapPath(strRPTPath)) objReport.SQLQueryString "SELECT * FROM LIB_EXAM WHERE EXAMID...
  6. vjvincent

    Can Crystal report used stored procedures in MSSQL

    Hi everybody. Im new in Crystal report. We are using ASP/XML as our architecture here. I would like to asked if we can used Stored Procedures in Crystal Report instead of the method "SQLQueryString". We don't allow any embedded SQL Statement in ASP codes. Thanks in Advance.

Part and Inventory Search

Back
Top