Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/openoffice/README

    r3259 r3413  
    2626simple SQL query to PyKota's database from within OpenOffice.org 
    2727 
    28 Since it works but I don't know OpenOffice enough to do something  
    29 really nice with it, I've added these screenshots and here's a small  
    30 howto below. For people interested in a more complete howto, please  
    31 see : http://kandalaya.org/download/oo-pgsql.html  
     28Since it works but I don't know OpenOffice enough to do something 
     29really nice with it, I've added these screenshots and here's a small 
     30howto below. For people interested in a more complete howto, please 
     31see : http://kandalaya.org/download/oo-pgsql.html 
    3232 
    3333PyKota + PostgreSQL + OpenOffice.org HowTO : 
     
    3535 
    3636        - Install and configure : 
    37          
     37 
    3838          godbcconfig 
    3939          gtkodbcconfig0 
     
    4343          odbcinst1 
    4444          unixodbc 
    45            
    46         - Within gODBCConfig, add the PostgreSQL driver by  
     45 
     46        - Within gODBCConfig, add the PostgreSQL driver by 
    4747          filling the Configure Driver form : 
    48            
     48 
    4949                   Name : PostgreSQL 
    5050            Description : PostgreSQL 
     
    5252                  Setup : /usr/lib/odbc/libodbcpsqlS.so 
    5353              FileUsage : 1 
    54          
     54 
    5555          See gODBCConfig1.png 
    56            
     56 
    5757          Then create a system DSN (only the more important fields 
    5858          are listed below) : 
    59            
     59 
    6060                   DSN : PyKota 
    6161           Description : PostgreSQL access to PyKota 
     
    6666              Password : pykotauser's password 
    6767                  Port : 5432 
    68                    
     68 
    6969          See gODBCConfig2.png 
    70            
     70 
    7171        - Then in OpenOffice.org add a new data source, selecting 
    7272          ODBC in the Database Type field. By clicking on the URL 
    7373          field's continuation dots, the PyKota DSN should appear. 
    7474          Just select it and you're done. 
    75            
     75 
    7676          See ooo1.png 
    77            
     77 
    7878        - You can now create your own queries to the PyKota database, 
    7979          and create any report you want. 
    80            
     80 
    8181          See ooo2.png 
    82            
    83         - When you've got something nice, please contribute it back   
     82 
     83        - When you've got something nice, please contribute it back 
    8484          so we can learn from your experience. 
    85          
    86 WARNING :         
     85 
     86WARNING : 
    8787 
    8888        The above procedure doesn't work if you use the OpenLDAP backend 
    8989        to store PyKota's datas. A similar procedure is probably possible 
    9090        but last time I checked, the LDAP attributes accessible from 
    91         OpenOffice.org were limited to what one usually finds in  
     91        OpenOffice.org were limited to what one usually finds in 
    9292        address books, unfortunately. 
    9393 
     
    100100        de: http://de.openoffice.org/doc/howto/datenquelle/tech_pgsql.html 
    101101        es: http://es.openoffice.org/files/documents/73/799/pgsql-win.sxw 
    102          
     102 
    103103        Thanks to Johannes L�ermann for this information. 
    104104====================================================================