Skip to content

How to connect to an Interstems Caché database table in a namespace using a JDBC connection

Notifications You must be signed in to change notification settings

DaveAldon/Intersystems-JDBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intersystems-JDBC

How to connect to an Interstems Caché database table in a namespace using a JDBC connection

Requirements

  • A Caché server with user rights for the namespace and table you want
  • Java 1.8+ (if using something older, you'll need modifications)
  • The Intersystems JDBC library (the 2.0.0 version is included in this repo)

Class Dependancies

import java.sql.*;
import com.intersys.jdbc.*;

About

How to connect to an Interstems Caché database table in a namespace using a JDBC connection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages