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

    API for creating XSL

    I wan't to create an xsl - style sheet from my java program.I want to know whether there are any API's for creation of XSL? Like I have got the API's for creation of XML. Please reply as soon as possible Thanks in hand.
  2. indrayani

    IIS Fails on running applet simultaneously on 2 machines

    hello, I found an odd solution to the problem. I wrote 4 different servlets for communication with 4 different databases. Now ,it working fine i.e.,atleast till now I am not facing the problem. But still I need the reason for the IIS failure for one servlet and 4 db connections in the...
  3. indrayani

    DOM Parser in JAVA - Finde the path of the node

    You can use getParentNode() in jaxp and for the root it will return null Just refer jaxp docs
  4. indrayani

    API for creating XSL

    Hello, I want the API for creating xsl file from xml document.By API I meant -eg.jaxp for creation of xml. Please reply as soon as possible. Indrayani
  5. indrayani

    IIS Fails on running applet simultaneously on 2 machines

    hello, I am running my servlet on IIS 5.0.Servlet consists of connections with different databases(Oracle,foxpro,Ms-access,SQL Server).I have made them in service method so not all are initialised.Further I have closed the connection. When I run it on 1 machine it sometimes gives ...
  6. indrayani

    how to use the listFiles() command

    hi, for implementing listFiles() just create an object of file(passing file path to the constructor ) and then call the listFiles() method on file object.This method returns the array if File code snippet : File file=new File(path); File f[]=file.listFiles()...
  7. indrayani

    Retrieving column headings of an ms-access table

    I want to get the column headings of the specific table in a ms-access database . Is there any system table like msysobjects or msyscolumns which contains the information about tables or columns of a database
  8. indrayani

    Finding system tables in foxpro

    I want the systemtable in foxpro that stores the information about the table uptil now.Besides it,i want to know about the table that stores the fields of all tables .

Part and Inventory Search

Back
Top