Viewing 15 posts - 181 through 195 (of 296 total)
Could it be that the Email column in DB1 is shorter than the email address you're checking and it's being truncated?
July 4, 2018 at 7:02 am
Most years I take a long June weekend at the Download festival in Donington (the home of heavy rock), relaxing, drinking beer and listening to music amongst like-minded people. In...
June 29, 2018 at 7:00 am
It's a good point, however, that a company's financial periods don't necessarily align exactly with months. In some companies there is a period 13, for example.
June 14, 2018 at 4:36 am
It's not just size & resolution that matter. A few years back our department started using a WinForms product for development and, if so configured, it could allow the user...
April 13, 2018 at 8:33 am
April 13, 2018 at 6:56 am
"One size fits all" could work if it applies in both directions. We are currently in the process of replacing a bespoke system with a package. The bespoke system allows...
April 6, 2018 at 7:07 am
I agree with the use of stored procedures for all the reasons mentioned in the article and, because I was on the standards committee, managed to get this included in...
March 16, 2018 at 8:11 am
As you now know the application is hitting a timeout, you could set the timeout on the SQL command to a higher value than the default (30 seconds). In C#...
March 2, 2018 at 5:35 am
November 20, 2017 at 9:15 am
From what I remember (it's been a while), C# treats all SQL date datatypes as its own DateTime type and you have to specify the display format in the data...
November 1, 2017 at 10:19 am
I'm doing a major implementation of cross-platform changes this evening - tempting fate?
October 13, 2017 at 7:11 am
Depending on the product used for the presentation layer, you may find the column names will be prettified automatically. We use DevExpress and it separates the words in a CamelCase...
September 28, 2017 at 1:37 am
September 28, 2017 at 1:03 am
As an aside, I'm pretty sure you won't want the amount to be FLOAT as this will not give exact results in calculations.
September 26, 2017 at 2:14 am
One other thing to be aware of is that EXCEPT eliminates duplicates.
September 11, 2017 at 7:43 am
Viewing 15 posts - 181 through 195 (of 296 total)