Hello @Kurt K ,
I check the Microsoft.Data.SqlClient and System.Data.SqlClient NuGet package, they are not supported for .net Windows and .net iOS (The Compatible target framework(s) don't include .net Windows and .net iOS)
You can make web services so that the APP sends requests and receives the response from the web service. This doc (Consume a REST-based web service) is about how to use it in client side, you also should create web services on the server side. For the further support about server side, you can create a new thread.
In addition, it's recommended that you use SQLite (but not SQL server) with iOS and Android to store and retrieve objects, please see .NET MAUI local databases - .NET MAUI | Microsoft Learn
can we rely on it remaining a part of .NET Maui, at least for a while, even though it is not officially supported?
Yes, you can keep using System.Data.SqlClient if it works. If you have any other issues, please feel free to post here.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.