Wednesday, February 27, 2019

SQL error {"String or binary data would be truncated.\r\nThe statement has been terminated."}

{"String or binary data would be truncated.\r\nThe statement has been terminated."}

test it out column by column on the SQL management studio, usually the database column size is too small to fit data coming in.

Tuesday, February 26, 2019

Unable to get the MD5 checksum for the key file

open project file *.csproj

delete lines mentioning pfx key file

save and should work to compile

Wednesday, February 20, 2019

data grid view column size

DataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.DisplayedCells

Tuesday, February 12, 2019

sync SQL and datagridview


https://stackoverflow.com/questions/21284548/how-to-synchronize-database-and-datagridview

Sunday, February 10, 2019

Windows 10 change change language bar hot keys

text services and input languages
click on search bar, t
search bar type "settings: Advanced keyboard settings"
language bar options
 Advanced key settings

Wednesday, February 6, 2019

An Introduction to Real-Time Stock Market Data Processing

https://www.codeproject.com/Articles/553206/An-Introduction-to-Real-Time-Stock-Market-Data-Pro