Skip to content

Commit f2dba72

Browse files
Update GridController.cs
1 parent 8bed89c commit f2dba72

File tree

1 file changed

+1
-1
lines changed
  • Binding MS SQL database using UrlAdaptor/Blazor Web app/Grid_MSSQL/Grid_MSSQL/Grid_MSSQL/Controllers

1 file changed

+1
-1
lines changed

Binding MS SQL database using UrlAdaptor/Blazor Web app/Grid_MSSQL/Grid_MSSQL/Grid_MSSQL/Controllers/GridController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Grid_MSSQL.Controllers
1313
public class GridController : ControllerBase
1414
{
1515

16-
string ConnectionString = @"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=""D:\Documentation\Final\connection to database\MSSQL using UrlAdaptor\Blazor_WASM\MyWebService\MyWebService\App_Data\NORTHWND.MDF"";Integrated Security=True;Connect Timeout=30";
16+
string ConnectionString = <Enter your connectionstring here>;
1717
[HttpPost]
1818
[Route("api/[controller]")]
1919
public object Post([FromBody] DataManagerRequest DataManagerRequest)

0 commit comments

Comments
 (0)