Translations:ReleaseNotes/6.4/143/sl

    From The Document Foundation Wiki

    Primer: iz konzole Python (ali skripta Python) zaženite

     from access2base import *
     db = Application.OpenDatabase('C:\...\... .odb')
     rs = db.OpenRecordset('SELECT * FROM [EXPENSES]')
     data = rs.GetRows(1000)   # podatki vsebujejo n-terice (največ 1000) zapisov Expenses
    

    Več o tem preberite na strani dokumentacije (Jean-Pierre Ledure).