(Alok Pandey) ComboBox is used to make a single selection from a list of items by user. Now we will create a ComboBox in FSharp application. The syntax for creating ComboBox is given below.
Other News
Uh, uh… faking or caching MySQL PHP results
(Ulf Wendel) Unfortunately MySQL Proxy was no good source of inspiration today. MySQL Proxy can do many wonderful things which you can do with C based mysqlnd plugins as well.
SSIS Package Deployment Model in SQL Server Denali (Part 2 of 2)
(Arshad Ali) Deployment has always been a challenge for SSIS developers as they needed to write scripts for each individual package deployment. Though not impossible, but it is quite tedious and error prone especially if there are a lot of SSIS packages.
DRN: Downes RDF Notation
(Stephen Downes) I’ve done enough coding of permissions systems to know that they’re a pain. So I like this proposal for an RDF-based permissions model.
How to Create a Numerals Only TextBox
(Ged Mead) If you want to restrict the user input into a text box, you can check what the current key press is and then decide if it’s an allowed key or not. At the other end of the scale, you can create a standalone user control that can be added to the Toolbox, and have instances of it dragged […]
optimizer mode parameter, hint and missing statistics
(Dom Brooks) On older versions at least, using an all_rows hint with the rule-based optimizer is not necessarily the same as setting optimizer_mode to all_rows.
MySQL 101 – More Transactions
(Adam Donnison) In our last episode we looked at transactions and how to create them. In this episode I’ll look at some of the implications of transactions, especially in a web application.
APAR Friday: A nice dynamic statement cache enhancement
(Willie Favero) Today’s Friday APAR may seem small but I’ll bet the issue it fixes had caught many a dynamic SQL user.
Denormalizing dimension tables
(James Serra) When building a SSAS cube, you typically have a star schema containing dimension tables and fact tables.
Code Lookup Options for Enumerations
SSWUG TV With Stephen Wynkoop Don’t miss IMHO with SQL Server MVP Denny Cherry. Watch the Show Code Lookup Options for Enumerations Yesterday I opened the topic of keeping Enumerations and lookup table values in synch. One technique I used in the past was making the lookup values in the tables the standard. I was using NetTiers for my DAL […]
