Tintware Documentation : Tint Automation Client : Access ExampleMicrosoft Access ExampleThis example uses Microsoft Access to create an empty database, but with a couple of tables defined. The empty database is filled by the ADO Example. Call access with the name of the file for the empty database; the file must not exist. The ADO connect string will be returned. For example, calling #(access,c:\foobar) will return 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 Access Example Source Access Example Source |