Actualités

The mssql extension for Visual Studio Code, used to support SQL Server connections and T-SQL editing, has been updated with IntelliCode functionality and a new Object Explorer, among other new ...
A more full-featured way to use Visual Studio Code from the browser is with code-server, or the Coder service built upon it. Coder isn't free, though there is a 60-day trial, and it isn't limited ...
Use a DataAdapter fill a DataTable from a basic SQL statement, like this: SELECT ID, Desc, UseCode, Active, UpdateDate FROM SomeTable. The key to the flexibility and reuse of this code is the use of ...