Hi Bertil NetBeans IDE is made with Java and Java (or more precisely JDBC) is pretty agnostic to the flavor of database you are using. So yes, NetBeans IDE does have a build-in browser which you can use to query your MS SQL Server database and perform actions on it. It is an absolutely decent feature in the NetBeans IDE.
This being said, I'm not personally a fan of using my IDE for database browsing or database actions even if I'm developing an application which is using an RDBMS. If you are using MS SQL Server then you'll probably already be using something like MS SQL Server Studio. Why not keep doing that? /Lars On Thu, Dec 23, 2021 at 10:23 AM Bertil Åkerman <[email protected]> wrote: > > Hello > Does NetBeans support retrieving and submitting data from Microsoft's > SqlServer? > > /Bertil > Med vänliga hälsningar / Regards > _____________________________________ > Bertil Åkerman > > Eko2000 > S:t Eriksgatan 117 A, Plan 4 > 113 43 Stockholm > * Kontoret: 08-588 398 00 > * Direkt: 08-08-588 398 10 > * Mobil : 0704- 31 48 71 > * [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
