ODBC Driver.
- From: avijit <avijit@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 2 May 2005 17:25:37 -0700
Hi
I am trying to develop a ODBC Driver for one of my application.
let me explain what I am trying to do.
I developed a Data Mediator Application which mediates between various
datasources using XML mapping. By using this , a user who knows the schema of
teh local database can access a foreign database with unknown schema. The XML
common ontology does the mapping here. I developed the application in java.
Then I developed a JDBC type 3 driver using which any JDBC compliant
application can access the data mediator application. Here I used Java
RMI(Remote Method Invocation) as the network protocol.
Now I want to develop a ODBC driver for the Data Mediator Application so
that anyODBC compliant application can access the data mediation.
In my JDBC driver , the middle tier is RMI server where I have the data
Meditor application.
Can somebody tell me how should I approach to develop a ODBC driver. I am
new to Microsoft Technology.
Thanks
Avijit
.
- Prev by Date: DCOM and RPC?
- Next by Date: Re: Dial-out connection on Windows 2003 causing DCOM calls to erro
- Previous by thread: DCOM and RPC?
- Next by thread: DCOM - E_ACCESSDENIED all the time
- Index(es):
Relevant Pages
|