Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Automation Client : ADO Example

ADO Example

ADO is used in this example to fill a database with a description of a tree of Tint nodes. Call ado with an ADO connect string (such as that returned from access) and the name of a node. The database specified by the connect string must have been created using access. For example, in Tint Emacs, the following will create a database containing a portion of the Tint namespace.

#(ado,PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\foobar.mdb;PERSIST
SECURITY INFO=FALSE;Jet OLEDB:System
database=C:\PROGRA~1\MICROS~2\Office\SYSTEM.MDW,emacs)

ADO Example Source ADO Example Source