frank_lupo@email.it
Psql command for Postgresql write in Visual Basic Script

This program is similar to psql in standard installation of postgresql database.
This program require PsqlOdbc for access to database postgres
This program require run using cscript.
For export is require the specific driver to export:
	E.g dbf

The difference of psql original are:

1) the parameter of command line is not equal 
   E.g
  Psql vbs  | psql original
  /CMD      | -c
  /DB       | -d
  /ECHOQ    | -e
  /HOST     | -h
  /HTML     | -H
  /LADB     | -l
  /PORT     | -p
  /USER     | -u
  /VERSION  | -v
  /HELP     | --help
  ecc.

The internal command are equal to psql standard.


  
Bye
