Viewing 15 posts - 91 through 105 (of 192 total)
Try downloading the binaries and application from here...
http://www.codeproject.com/Articles/258779/Just-launched-new-open-source-project-QrCode-Net-a
...and use the Gma.QrCodeNet.Demo.exe executable to generate some QR Codes and see if your phone can decipher them.
If it can, I am going...
January 15, 2014 at 10:15 am
I started working on QR Codes for a work project that was going to be on a secure server not connected to the Internet, so the external service was not...
January 15, 2014 at 9:17 am
I created a JPG from the string "SQL Server Central" you can download here:
January 15, 2014 at 6:50 am
To tell you the truth, I wrote this as a way of learning how to do QR Codes. I need a project when I want to learn something new.
It took...
January 14, 2014 at 6:01 pm
I figured out the answer.
You have to convert the bitmap image to a byte array to display it in SSRS.
This is what the revised code looks like that can be...
December 14, 2013 at 2:32 pm
That's just what I was looking for. Thanks!
December 12, 2013 at 6:27 am
Andreas.Wolter (12/12/2013)
I am not a .Net developer.
All that SQL Server needs is the binary representation.
But what exact code you need in order to do...
December 12, 2013 at 6:25 am
Andreas.Wolter (12/11/2013)
How about you just return data with the SQL Server datatype [var]binary(n)?This you can easily be displayed in Reporting Services reports.
Would this work for you?
Thanks for the response.
I am...
December 11, 2013 at 8:24 pm
You can use the open source SSIS SFTP custom task component from this project at CodePlex.com
http://ssisextensions.codeplex.com/
Here is the 2008 R2 version:
http://ssisextensions.codeplex.com/releases/view/101949
Here is the 2012 version:
October 18, 2013 at 7:35 pm
When we deployed the assembly to our 64-bit server, we got the following error message when trying to use the hashing function:
Msg 10314, Level 16, State 11, Line 5
An error...
October 17, 2013 at 2:26 pm
"Absolute thorough walk through with no corners cut."
I try to write for the accidental developer, such as the DBA who who is not interested in programming but needs to get...
October 7, 2013 at 10:54 am
You can do it with a CLR assembly. I have just submitted an article on how to do it.
Here is the C# code for the assembly.
using System;
using System.Security.Cryptography;
using System.Text;
public class...
September 21, 2013 at 5:45 pm
I wasn't really recommending this as a rock-solid security solution. I just wanted a non-trivial application for a CLR assembly that would be easy to understand. It took me a...
August 22, 2013 at 6:29 pm
I've tried it on two computers now and it works on both.
August 21, 2013 at 1:13 pm
When I click the OK button, the next message box pops up. All five of them come up as they should.
Can you try it on another workstation?
August 21, 2013 at 12:45 pm
Viewing 15 posts - 91 through 105 (of 192 total)