# | Line 28 | Line 28 | namespace AnywhereTS.DBSupport | |
---|---|---|
28 | catch (Exception ex) { Console.WriteLine(ex.ToString()); ErrorInfo = ex; throw ErrorInfo; } | |
29 | } | |
30 | ||
31 | < | public static string GetConnectionString(string server, string instance, string database) |
31 | > | new public static string GetConnectionString(string server, string instance, string database) |
32 | { | |
33 | return string.Format(@"Data Source={0}\{1};AttachDbFilename=|DataDirectory|\{2};Integrated Security=SSPI", server, instance, database); | |
34 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |