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.
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...
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 ...
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()...
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
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 .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.