Browse by Tags

All Tags » Access » Hard core (RSS)

Jackcess is a pure Java library for reading from and writing to MS Access databases.

I just came across this interesting Open Source project - Jackcess is a pure Java library for reading from and writing to MS Access databases.   Also read the FAQ.  Also note the link to MDB Tools which hasn’t been updated since 2004.
Posted by Tony | 2 comment(s)
Filed under: , ,

Jet Engine History

A question started a bit of digging and poking about.   I’ve always been interested in the history of Access and Jet and the code names used way back when such as Cirrus.  The Wiki Microsoft Jet Database Engine article had a footnote referencing...
Posted by Tony | 1 comment(s)
Filed under: , ,

Access / DotNet hybrid: yes it's possible

Tom van Stiphout starting a very interesting posting on Access and .Net interoperability. Access / DotNet hybrid: yes it's possible Options I mention this more as an intellectual curiosity as I think Access does a fine job. And can easily work at...
Posted by Tony | with no comments
Filed under: ,

So what are the undocumented SysCmd items?

In my previous posting I linked to Undocumented SysCmd Functions . So I was curious and created my own code to go through the various SysCmds. I came up with the following code. Sub FindSysCmds() Dim ReturnCode As Variant, i As Long On Error GoTo tagError...
Posted by Tony | with no comments
Filed under: ,