Other News

Community

Prompted SQL DDL Creation

(Sam Lennon) IBM i developers are becoming more comfortable exploiting the power of SQL to retrieve and manipulate data. We regularly use the workhorse SELECT, UPDATE, and DELETE statements and can bang them out quickly with minimal syntax errors. Defining tables, indexes, constraints, and the like

Editorials

Reader Interaction

Reader Interaction In the editorial today we have interesting responses from our readers on the topics of Cloud Integration and Accidental DBA. Cloud Integration Frank: first thanks for your ongoing insights via SSWUG. Last was about cloud integration. One solution to integrate SQL (and other on premise applications) with the cloud is data replication. What do you think about this […]

Community

Semantic Information – Part 1

(Prakash B) Roslyn provides a mechanism by which you can get semantic information that the compiler has about the source code. This blog post explains how you can get the semantic information for certain kinds of syntax nodes and what types of semantic information is provided by Roslyn.