Re: [AccessD] InterSystems Caché database engine

Gustav Brock gustav at cactus.dk
Fri Sep 19 11:51:11 CDT 2003


Hi Jim

>>> I've played with Cache a bit on its own (no Access or VB FE).  I
>>> found it interesting because it's an object oriented DBMS as
>>> opposed to relational (you can use SQL with joins etc).  If you
>>> follow their tutorial you'll see how very easy it is to get a web
>>> based app together. ..

>>> Jim DeMarco

Does this mean that you can handle it pretty much like, say, DAO or
ADO?

Like:

  Dim dbs As InterSystemsDb (?)
  Dim rst As Recordset
  
  Set dbs = IDB.OpenDatabase(<connection info>)
  Set rst = dbs.OpenRecordset()
  ...

?

/gustav



More information about the AccessD mailing list