Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 11th, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 4  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Unrecognisable escape sequence error
  2. SqlConnection con = new SqlConnection("data source=APOORVASQLEXPRESS;initial catalog=mall inventory;integrated security=true");
  3.        
  4. SqlConnection con = new SqlConnection(@"data source=APOORVASQLEXPRESS;initial catalog=mallinventory;integrated security=true");
  5.        
  6. SqlConnection con = new SqlConnection("data source=APOORVA\SQLEXPRESS;initial catalog=mallinventory;integrated security=true");
  7.        
  8. SqlConnection con = new SqlConnection(@"data source=APOORVASQLEXPRESS;initial catalog=mallinventory;integrated security=true");