I want to fire query in netbeans......
Please help me for this...
Like an example --- I have a xml file "student.xml" and i want to retrieve student name..
So how I do in netbeans ..
In this I am getting error..
package com.ddtek.xquery3 does not exist
From where I can get this package ???
Please help me to get out of this problem..
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35254
7
posted
0
If you're faced with an unknown package of "com.ddtek..." then the first stop -assuming that a web search returns nothing- would be ddtek.com; that's how such package names usually work.
JavaRanch's XmlFaq also talks about XQJ.
If you check the first hit that's the Javadoc page. Strip off everything but the domain name (leaving http://www.xquery.com/) and open that page. It shouldn't be too hard to find it then. It's not free though.
Did you actually read the replies from Rob and myself?
arun singhal
Ranch Hand
Joined: Oct 25, 2009
Posts: 41
posted
0
yes, i have read both replies..
but when I click on link http://www.google.com/search?q=com.ddtek.xquery3 then i find that there is explanation of all these classes about com.ddtek.xquery3.XQConnection;
com.ddtek.xquery3.XQException;
com.ddtek.xquery3.XQExpression;
But I don't know how to use these classes??
And How would I import these class in program??
Actually this is my first XQJ code..So I am facing such problem..
Please give solution to get out of this problem...