Advertisement
Guest User

Untitled

a guest
Sep 15th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. irb(main):199:0> client = TinyTds::Client.new username: bio_metric_db_info.user_name, password: bio_metric_db_info.password, dataserver: bio_metric_db_info.db_ip_addr ,database: bio_metric_db_info.db_name
  2. => #<TinyTds::Client:0x007f59f63072b0 @query_options={:as=>:hash, :symbolize_keys=>false, :cache_rows=>true, :timezone=>:local, :empty_sets=>true}>
  3. irb(main):200:0> client.active?
  4. => false
  5. irb(main):201:0> client.dead?
  6. => true
  7. irb(main):202:0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement