FAQ/Questions/Add-Formatting-Options.md
... ...
@@ -28,7 +28,6 @@ We can also use an Izenda Format object as an argument. Below is the method of a
28 28
In this example, we show how to set the formats when using an International Date format. This example is for the European Date format.
29 29
30 30
```csharp
31
- AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE";
32 31
AdHocSettings.Formats.Add("EuroDate", "{0:dd/MM/yyyy}");
33 32
```
34 33