- Joined
- Jul 6, 2019
- Messages
- 183
Hey everyone,
I just found this forum, and since I’m a programmer, I’m really happy to talk with other coders here.
I work with C++ and C#. Right now, I’m having trouble turning my C# project into an EXE file. I made it in Visual Studio 2021 and connected it to MS SQL 2023. The app works fine at first, but when it tries to connect to the database, it crashes. It seems like the connection string doesn’t line up correctly.
I also tried using SQLite instead, and that worked even better than I expected. There were no connection problems at all. But I really want to use MS SQL with a proper database setup.
Is there anyone experienced who could give me some advice? I’d really appreciate the help.
Thanks a lot!
I just found this forum, and since I’m a programmer, I’m really happy to talk with other coders here.
I work with C++ and C#. Right now, I’m having trouble turning my C# project into an EXE file. I made it in Visual Studio 2021 and connected it to MS SQL 2023. The app works fine at first, but when it tries to connect to the database, it crashes. It seems like the connection string doesn’t line up correctly.
I also tried using SQLite instead, and that worked even better than I expected. There were no connection problems at all. But I really want to use MS SQL with a proper database setup.
Is there anyone experienced who could give me some advice? I’d really appreciate the help.
Thanks a lot!