Viewing 12 posts - 16 through 27 (of 27 total)
Michael,
I appreciate the DBA Toolkit, and it has been very helpful. I continue to have trouble with the encryption and desperately need help.
I need to be...
November 17, 2008 at 3:23 pm
The link to the code does not work. I am hoping to source code in order to see if I can get around the export/import issue I am having.
Thanks
November 14, 2008 at 3:56 pm
:w00t:I am getting this error when importing the params file:
System.Security.Cryptography.CryptographicException: Access is denied.
at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr)
at System.Security.Cryptography.Utils._GenerateKey(SafeProvHandle hProv, Int32 algid, CspProviderFlags flags, Int32 keySize,...
November 13, 2008 at 7:48 am
Thanks for the script. The script shows 11 as 'D', it should be 'B'
(incorrect)
[font="Courier New"]...
when (@c)/power(16,1)%16 = 11 then 'D'
...
when (@c)/power(16,0)%16 = 11 then 'D'[/font]
should be
[font="Courier New"]...
when...
October 28, 2008 at 10:55 am
Erwin (3.5) used to be one of my favorite modeling tools. But alas, support and features tanked when CA bought the tool. Most of the features are useless in a...
December 19, 2006 at 11:01 pm
try this on your change event (where Text0 is the name of your input box)
Option Compare Database
Dim InChange As Boolean
Private Sub Text0_Change()
Dim pS As Integer
Dim pL As Integer
...
February 28, 2006 at 11:48 am
I have figured it out, and it is indeed my error. I was defining ldata as a BYTE*, not a ULONG*
Corrected code fragment is:
ULONG* ldata = new...
September 29, 2005 at 11:37 am
I am walking through with the debugger -
bType = 38
ulMaxLen = 4
ulActualLen = 4
lData = 2
szServerCodePage = "850"
September 29, 2005 at 11:15 am
Alas, if it were only that easy, but that does not work either. The problem is in the C code itself.
Thanks
September 29, 2005 at 10:27 am
I believe that set is slower if you have multiple variables.
Profiler seems to show that the multiple SETs execute slower.
--Ric VA
Here is my example code.
If @test-2 =...
September 16, 2005 at 11:23 am
also check out in Books Online:
c2 audit mode Option
Setting Configuration Options
Auditing SQL Server Activity
September 16, 2005 at 9:18 am
is this all done in Access? If so, are you familar with modules and calling the functions in the queries or reports?
Ric
September 14, 2005 at 11:26 am
Viewing 12 posts - 16 through 27 (of 27 total)