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

  1. jafisher2000

    Jspf & WebSphere 5.1

    How can I get Websphere 5.1.x to treat files ending with .jspf as jsp pages? On WebSphere 5.0.x JspServlet is used and it works fine but in the newer WebSphere it says servlet cannot be found even though there is such a class in the WSAD 5.1.2 lib folder (<installDir>\WebSphere...
  2. jafisher2000

    Java And COM

    I am accessing oracle from ASP and the machine has problems with the installed driver. It is not possible to re-install the oracle client. So I need to use JDBC to access oracle. I am searching for the Microsoft SDK for JAVA but am unable to locate it. Could anyone point me in the right direction
  3. jafisher2000

    Java And COM

    How does one create a JAVA COM Object for use in ASP 3.0?
  4. jafisher2000

    WebSphere 4.0.5 and Struts 1.1 final

    Does anyone know how to install Struts 1.1 final release onto WebSphere 4.0.5. I am talking about the files packaged in war format contained in the zip file distrobution
  5. jafisher2000

    Event Handlers

    Could someone tell me how to write event handlers for Dhtml objects such as window.onunload using javascript but not enclosing the actio to be executed within a standalone script tag?
  6. jafisher2000

    JDBC &amp; ODBC &amp; RDB 7.0

    Does anyone know how to connect to a DSN with jdbc odbc bridge. I am using the JSTL 1.0 standard tag library. particularly the sql:query tag with datasource = &quot;jdbc:odbc:MMIS&quot;. MMIS is the name of the system DSN i created. I did it for the Oracle RDB 7.0 database under supervision of...
  7. jafisher2000

    Parameter Default Values

    I can't beleive there is no one out there with this information !
  8. jafisher2000

    Parameter Default Values

    Hi Does anyone know if one can retrieve the parameter default values specified in a stored procedure creation statement. I get the parameter columns of the stored procedure <xproc> by executing sp_stored_proc_columns <xproc>. The rows returned does not indicate whether the column is required.
  9. jafisher2000

    User Procedures

    The above method still returns system stored procedures. I want to get all procedures not created by the system
  10. jafisher2000

    User Procedures

    Hi Does anyone know how to return the list of user stored procedures in a database. The system stored procedure returns both system and user procedures. Alternatively is there a way to differentiate betweensystem and user procedures using the columns returned from sp_stored_procedures...
  11. jafisher2000

    Getting stored procedure script

    Does anyone know how to get the create statement for a stored procedure programmatically using system tables and/or stored procedures. Actually any method except using DMO. I want to use .NET as the language that reads the information
  12. jafisher2000

    Documenting Stored Procedures

    Okay. Look at SQLHelp at http://www.pikauba.com/sqlhelp/details.htm. It has the basic functionality I want. The problem is that product ties the presentation to HTML Help format. I want the same parsing capability but allow the presentation format to change. I was thinking of using an Access...
  13. jafisher2000

    Documenting Stored Procedures

    Could someone tell me how to document stored procedures storing the documentation outside SQL Server
  14. jafisher2000

    .NET Resource Files

    Does anyone know how to update specific values in a resource file, leaving the other values in the file intact?
  15. jafisher2000

    Convert Dataset Table to CSV file

    Hi There. I need to convert the data only in a DataSet table to a CSV file for easy viewing. does anyone know of any code thta can do this. XML is out because the file should be able to be browsed by any text editor.
  16. jafisher2000

    Real World Application Ideas

    Does anyone have an idea of a real world application that five people can develop in 30 days. Technologies that they know are servlets, RMI, JDBC, Java Networking. Bear in mind that a full application idea is needed. Email me at jafisher2000@hotmail.com
  17. jafisher2000

    Web Services &amp; ISBN number

    Hi There. Does anyone know of a Web Service that accepts an ISBN number of a standard format an returns xml information about the book such as author, title, publisher? Thanx
  18. jafisher2000

    .NET Components and Unmanged Code

    Hi There. Does anyone know the best way to return data from managed code to an unmanaged client such as vbscript in ASP 3. I found that neither the dataset nor datareader works as the data types cannot be handled by scripting languages.
  19. jafisher2000

    Serviced Components and ASP

    Hi does anyone know how to call(even instatiate) a serviced component in ASP 2/3? I have it working in ASP.NET but when I run Server.CreateObject(&quot;ServicesMarket.Components.Database&quot;) in ASP it says object required
  20. jafisher2000

    ADO 2.7 and C#

    Does anyone know the syntax to open a recordset in C# from a command object? My syntax does not work RS.Open(oCmd,oCmd.ActiveConnection, CursorTypeEnum.adOpenStatic, LockTypeEnum.adLockReadOnly, 0) * There is no overload to specify cursorlocation!?

Part and Inventory Search

Back
Top