About 53 results
Open links in new tab
  1. c# - How do I create a simple Windows form to access a SQL Server ...

    Jun 29, 2013 · I have a basic understanding of databasing with MS SQL Server, and programming with C++ and C#. I'm trying to teach myself more by setting up my own database with MS SQL Server …

  2. Connect Windows Forms application with SQL Server Express

    Jan 8, 2022 · I have created a Windows Forms desktop application using Visual Studio 2019. I also created a database using SQL Server Management Studio. I connected the database with my …

  3. Cannot connect to SQL Server Express with Windows Forms in Visual ...

    May 22, 2024 · Cannot connect to SQL Server Express with Windows Forms in Visual Studio 2022 Asked 1 year, 7 months ago Modified 1 year, 7 months ago Viewed 405 times

  4. Xamarin.Forms connect to SQL Server - Stack Overflow

    Nov 22, 2019 · I wouldn't recommend you directly connect your mobile application as a client to a SQL database server, always adding a Web-API based middle layer is recommended.

  5. sql server - Forms authentication failed for the request. Reason: The ...

    Jul 30, 2024 · Finally, I found the solution, there was no issue regarding the sql server. Everything was set perfectly, like tcpip settings in sql server configuration, firewall inbound rule for 1433 port, allow …

  6. sql server - Is there a way to covert MS Access reports and forms to ...

    Aug 21, 2020 · I am trying to migrate MS Access DB to SQL Server and looking for options to convert the reports and forms. As per my knowledge, Acess to SQL Server migration will only handle tables …

  7. Portable Frontend Data input interface for SQL Server Database

    Mar 27, 2015 · It lets you write simple .sql files that will be executed against the database, and used to feed data into a large panel of pre-built components. It supports forms, plots, and data creation, …

  8. Write Microsoft Forms data to Azure SQL - Stack Overflow

    Jun 17, 2019 · Here is a tutorial: Building flows from scratch that handle Microsoft Forms responses, It also says: you can route the response to your favorite database service or create a new record in …

  9. SQL Server Full Text Search using CONTAINS, FORMSOF, NEAR for …

    Jan 18, 2011 · 7 I am new to SQL Server Full Text Searching, and am trying to figure out the best way to search on multiple words using the inflectional engine so the search uses the various forms of all of …

  10. VB.Net Login form using SQL Server with Roles that redirect to ...

    Oct 1, 2021 · 0 I'm currently working on an employee management system on VB.net and SQL Server as the database. This is what my current database table looks like: This is what the login form looks …