February 3rd, 2013 01:50 PM
What is the legality of developing and releasing an open-source ISO Standard implementation?
For example if I wanted to develop an open-source library for ISO 8601 or any other ISO standard?
April 29th, 2012 12:47 AM
I am trying to use a typed data set so I can refer to the column names with out referring to the index value or a string match of the column name.
Here is how I have my test code setup. I create...
April 24th, 2012 06:07 PM
The second I posted it I thought of a solution. I don't need to worry about creating a data table, I can go straight to the data grid for what I am doing which resolves my issue.
April 24th, 2012 05:44 PM
I am writing a portion of my program that reads in a CSV file, then a seperate of values occur, and this data is added to a row of a data table. The problem is when I assign my data table to a data...
February 22nd, 2012 04:22 PM
I am looking into writing a program as a service using C#. In the past I did some research and found there are some limitations to writing a windows service using the Express version of visual...
September 2nd, 2011 06:19 PM
I am trying to figure out how the MySqlDataAdapter/ SqlDataAdapterwith a connection object. I switched over from Sql to MySQL but both objects behave the same.
For example in the following code I...