# File lib/ERPConnector.rb, line 116
    def initialize
        @port = port
        @user = user
        @dbname = database
        @pwd = password 
        @host = host  
    end