Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
@Karen Payne MVP , i was reading on your posts on https://github.com/karenpayneoregon/sql-basics/blob/master/NextResultsApp/Classes/DataOperations.cs
but got an error may be due to version problem . could you please suggest me change it . i am using a slightly older version of visual studio
and
thanks
I'm using VS2022 version 17.7.2, think the features I'm using started with 17.4.x. And the original project uses net7.0 which allows the SQL method to use raw string literals.
I updated code in the repository by adding
With the above alternate code should work for you.