# File libgda/sample/sample.rb, line 44
def create_command(text)
    Gda::Command.new(text, 
                     Gda::Command::TYPE_SQL, 
                     Gda::Command::OPTION_STOP_ON_ERRORS)
end