tech-comments

Various comments and musings about technology that I feel are worth saving.

Pages

▼
Tuesday, August 25, 2020

How to Join Two CSV Files on a Key

›
The following loop shows how to extend a CSV file adding extra fields that can be filled in in a loop by looking up the extra data in a seco...
Sunday, November 11, 2018

Test of Code Formatting

›
A Format code test: function MakeConnectionString { $connStr = New-Object System.Data.SqlClient.SqlConnectionStringBuilder $...
Saturday, November 18, 2017

PowerShell: Windows Forms

›
Design Considerations A.   PowerShell cannot run multiple independent forms. a.  PowerShell runs as a “console” application. A Windows Form...
Saturday, September 23, 2017

PowerShell: Multiple jobs in a Windows Form

›
The following example demonstrates a simple method for managing multiple jobs in a form.  The example shows how the job management code can ...
4 comments:
Wednesday, April 05, 2017

Binding SQlServer Data to WinForms with PowerShell

›
An updatable dataset (Preliminiary - to be updated) I have decided to jump ahead and post an example project that retrieves data from SQ...
2 comments:
›
Home
View web version

About Me

My photo
jv
I wear many hats. Here I will post comments that may be of use to my clients and friends or to anyone looking for that odd piece of information.
View my complete profile
Powered by Blogger.