Potrebbe essere qualcuno di voi...
Bye, Chris.
-----Forwarded Message-----
> From: Romolo Manfredini <rmanfredini(a)sviluppoitaliatoscana.it>
> To: postgresql-it(a)mail.linuxtime.it
> Subject: Re: [Postgresql-it] ACCESS TO POSTGRES
> Date: Thu, 01 Jul 2004 13:44:42 +0200
>
> > Qualcuno conosce qualche programma
> > per migrare tabelle e dati da un DB ACCESS
> > direttamente in POSTGRES
> >
> > Grazie in anticipo.
>
> Usa pgadmin2, nota bene la versione 2 non la 3 con il plug-in
> pgmigration
>
> Ti fa le sequenti migrazioni
> ODBC->postgres
> ACCESS->postgres
> MSSQL->postgres
>
> a me funziona benissimo.
>
> Il link se non mi sbaglio è:
>
> http://www.pgadmin.org/pgadmin2/
>
>
> Romolo Manfredini
> _________________________________
> Sviluppo Italia Toscana SCpA
> Responsabile EDP
>
> rmanfredini(a)sviluppoitaliatoscana.it
> www.sviluppoitaliatoscana.it
>
>
> _______________________________________________
> Postgresql-it mailing list
> Postgresql-it(a)mail.linuxtime.it
> http://www.linuxtime.it/mailman/listinfo/postgresql-it
Hab zwei ganz einfache Buchhaltungsprogramme in GWBASIC geschrieben, die ich gerne samt Quellkode weitergebe. Allerdings weiss ich nicht, ob ein geeignetetr Basicinterpreter für linux zu finden ist.
Grüsse Hans
Andreas Weiss <weiss(a)ndreas.it> wrote:
>hallo,
>
> kennt jemand von euch ein einfaches (also nicht für Großunternehmen)
>Buchhaltungsprogramm (für linux)?
>
>mit dank für jeden hinweis
>andreas
>_______________________________________________
>http://www.lugbz.org/mailman/listinfo/lugbz-list
>LUGBZ is pcn.it-powered
>
__________________________________________________________________
Switch to the New Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register
Netscape. Just the Net You Need.
New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp
Ho installato FC2 su hdb dove avevo giá installato MDK10 con lilo su hda, dove ho win2k.
Ho avuto quindi problemi a far avviare win2k, ma poi mi sono accorto che
cambiando nel Bios la geometria da CHS a LBA, win2k ripartiva.
Aggiornando il lilo.conf di Mandrake sono poi riuscito a far partire
anche Fedora Core 2.
Ora peró avendo letto dei problemi che causa FC2 in dual-boot con win2k
o XP, ho verificato da win2k con partition magic i dischi: se faccio
partire l'utility di informazione delle partizioni dei dischi mi dice
tutto ok. Se faccio partire Partition Magic, non parte dicendomi: Errore
>>> ---------------------------
>>> Disk 1 (38170MB 4866c 255h 63s) appears to have partitions created
>>> using a different
>>> drive geometry (16h 63s). This serious problem can lead to data loss.
>>> No partition manipulations should be made to this disk using this
>>> product or the operating system's products. You should back up
>>> the data on this disk, delete all partitions, create new partitions
>>> under the new
>>> drive geometry, and then restore your data using the backup.
>>> ---------------------------
>>> OK
Ho postato questo problema su I.C.O.L.I. e mi hanno risposto che a questo link c'é la soluzione del problema:
http://lwn.net/Articles/86835/
Quindi seguendo le indicazioni di Jack Aboutboul ho eseguito il seguente
>>> comando di ripristino per il disco hda :
>>> # cat MyPartitionTable.txt |sfdisk --no-reread -H255 /dev/hda
>>> Warning: HDIO_GETGEO says that there are 16 heads
>>>
>>> Disco /dev/hda: 77557 cilindri, 255 testine, 63 settori/traccia
>>> Vecchia situazione:
>>> Warning: The partition table looks like it was made
>>> for C/H/S=*/16/63 (instead of 77557/255/63).
>>> For this listing I'll assume that geometry.
>>> Unità = cilindri di 516096 byte, blocchi di 1024 byte, conteggiando da 0
>>>
>>> Device Boot Start End #cyls #blocks Id System
>>> /dev/hda1 * 0+ 20320- 20321- 10241406 c W95 FAT32 (LBA)
>>> /dev/hda2 20320+ 77551- 57232- 28844707+ f W95 Ext'd (LBA)
>>> inizio: (c,h,s) previsto (1023,15,63) trovato (1023,0,1)
>>> /dev/hda3 0 - 0 0 0 Vuoto
>>> /dev/hda4 0 - 0 0 0 Vuoto
>>> /dev/hda5 20320+ 40640- 20321- 10241406 7 HPFS/NTFS
>>> inizio: (c,h,s) previsto (1023,15,63) trovato (1023,1,1)
>>> /dev/hda6 40640+ 77551- 36912- 18603238+ b W95 FAT32
>>> Warning: given size (164262) exceeds max allowable size (77494)
>>>
>>> e ottengo il sopradescritto output. In pratica non mi viene
>>> sovrascritta la vecchia tabella. Dove sbaglio ? Nella sintassi del comando ? Come faccio a sapere se il mio HD Maxtor da 40 Gb aveva 240 o 255 Heads in partenza ?
>>>
>>> Grazie per l'aiuto.