thank you for your reply.
now i will tell my requirements. I want to show one of my client a demonstration. They are the ministry organization for registering land.
ok, they have all existing application in vb and ms sql server. Using the same data i want to generate a pdf document for each land. for eg the pdf will have land details like current owner, previous owner, previous transactions etc. So i started the project with asp.net and tamino. At the very start itself the above problems were found .
ok, then can you please advice what can i do as the next step.
also please give me some sample code using java that will access the ms sql server and querying the db . please consider this as very important.
i want to make sure that there is any chance to use .net and xnode together. Is it possible to use the activex API together with .net. If so please tell me whether i can use activex API to query the documents mapped with xnode. Currently we told the client that we are using .net as the front end. so i want to make sure that there are any ways that we can use .net API and xnode
I have never actually used the ActiveX API from .NET. In theory it should be possible to do so as it is COM based.
The ActiveX API does allow the user to perform X-Query statements which you need for XNODE.
Please note that the ActiveX API is fairly simple compared to the Java/.NET APIs in that it does some of the work in communicating with Tamino but leaves the processing of returned documents upto the user.
thanks for your advices. You specified that you have something in mind that you wont recommend. please tell me what it it.
can you just post any specified example that using tamino , xnode and asp or asp.net. please send me some examples.
regarding x-Machine. please tell me how i can use with the situation. i will refer x machine documentation and come bach to you
Programming to the X-Machine interface was what I was thinking of.
If you use something like tcpmon from axis.jar you would be able to see an exchange between the Java/.NET APIs and Tamino.
Try a simple XQuery (on non-XNODE data) as a test. Try inside and outside of a transaction. That should give you all that you need to be able to perform simple requests.