gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Billable


From: Sebastian Hilbert
Subject: Re: [Gnumed-devel] Billable
Date: Sat, 11 May 2013 14:53:25 +0200
User-agent: KMail/4.10.2 (Linux/3.5.0-29-generic; KDE/4.10.2; i686; ; )

Am Samstag, 11. Mai 2013, 14:42:40 schrieb Sebastian Hilbert:

> Here is what worked for me on Windows XP and DOS box.

>  

> C:\Dokumente und

> Einstellungen\basti>c:\Programme\PostgreSQL\9.2\bin\psql.exe -d gnumed_v18

> -U gm-dbo -f c:\install-data-pack.Indian_Billing.sql Passwort für Benutzer

> gm-dbo:

> SET

> BEGIN

> INSERT 0 1

> SET

> INSERT 0 1

> INSERT 0 0

> RESET

> C:\Dokumente und Einstellungen\basti>

>  

 

Then I removed the two -- in the script at the end to commit the commands.

 

-- finalize transaction --

-- uncomment this once you are satisfied your script works:

--COMMIT;

-- ---------------------------------------------------------

 

to look like this

 

-- finalize transaction --

-- uncomment this once you are satisfied your script works:

COMMIT;

-- ---------------------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]