# File lib/dbd_ado/ADO.rb, line 71
  def prepare(statement)
    # TODO: create Command instead?
    Statement.new(@handle, statement, self)
  end