diff --git a/Binding Dapper using UrlAdaptor/Blazor Web App/Grid_Dapper/Grid_Dapper/Grid_Dapper/Controllers/GridController.cs b/Binding Dapper using UrlAdaptor/Blazor Web App/Grid_Dapper/Grid_Dapper/Grid_Dapper/Controllers/GridController.cs index 29e2134..a6cabb6 100644 --- a/Binding Dapper using UrlAdaptor/Blazor Web App/Grid_Dapper/Grid_Dapper/Grid_Dapper/Controllers/GridController.cs +++ b/Binding Dapper using UrlAdaptor/Blazor Web App/Grid_Dapper/Grid_Dapper/Grid_Dapper/Controllers/GridController.cs @@ -14,7 +14,7 @@ namespace Grid_Dapper.Controllers public class GridController : ControllerBase { //TODO: Enter the connectionstring of database - string ConnectionString = $"Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename=\"C:\\Users\\NaveenPalanivel\\Downloads\\BlazorApp6 5\\BlazorApp6\\BlazorApp6\\App_Data\\NORTHWND.MDF\";Integrated Security=True;Connect Timeout=30"; + string ConnectionString = $""; /// /// Returns the data collection as result and count after performing data operations based on request from /// diff --git a/Binding SQLite using CustomAdaptor/Blazor Web App/Grid_SQLite/Grid_SQLite/Grid_SQLite/Data/OrderData.cs b/Binding SQLite using CustomAdaptor/Blazor Web App/Grid_SQLite/Grid_SQLite/Grid_SQLite/Data/OrderData.cs index 450bcba..9bc8524 100644 --- a/Binding SQLite using CustomAdaptor/Blazor Web App/Grid_SQLite/Grid_SQLite/Grid_SQLite/Data/OrderData.cs +++ b/Binding SQLite using CustomAdaptor/Blazor Web App/Grid_SQLite/Grid_SQLite/Grid_SQLite/Data/OrderData.cs @@ -6,7 +6,7 @@ namespace Grid_SQLite.Data public class OrderData { // TODO: Enter the connection string of the database - string ConnectionString = "Data Source=C:/Users/NaveenPalanivel/Downloads/Mydatabase/testDB.db"; + string ConnectionString = ""; public async Task> GetOrdersAsync() { // Create query to fetch data from the database