Content deleted Content added
m →Description: MacOS->Mac OS |
ScottWDunn (talk | contribs) |
||
Line 11:
==Description==
Like Oracle's [[PL/SQL]] or Microsoft's [[Transact-SQL]], DAL
When sent a command,
On the client end, DAL was originally accessed directly through a "system extension", but DAL was later rolled into a single ODBC-like driver layer, the [[Data Access Manager]] (DAM). DAM was ODBC-like in concept, but did not include the SQL layers, it was strictly a system for sending "opaque" queries and receiving result sets. DAM also included the concept of a "query document" that allowed the DAL (or other) queries to be written in an authoring system and then easily used in any client application.
Line 20:
One of the more common clients for DAM was [[HyperCard]]. The combination of HyperCard and DAL presented a serious challenge to existing vendors who could offer nothing with a GUI. Apple gave a series of demos of HyperCard/DAL, and soon [[Oracle Corporation]] purchased a HyperCard-clone, PLUS from [[Spinnaker Software]], to produce [[Oracle Card]].
The PrimeBase division of German software developer SNAP Innovation GmbH continues to support DAL in their cross platform SQL database server. Their extended version of DAL is called PrimebaseTalk and is fully backward compatible with DAL. Their architecture does not include Data Access Manager and the resulting performance gains are considerable.
[[Category:Mac OS development]]
|