cvm.ucm.repository
Class MSAccessConnection

java.lang.Object
  extended by cvm.ucm.repository.MSAccessConnection

public class MSAccessConnection
extends java.lang.Object

This class deal with the stablishing of a connection with a Microsoft Access Database

Author:
Abhishek B. and Marylurdys H.

Constructor Summary
MSAccessConnection(Rep_Properties prop)
           
 
Method Summary
 java.sql.Connection getConn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSAccessConnection

public MSAccessConnection(Rep_Properties prop)
Method Detail

getConn

public java.sql.Connection getConn()