Hey..FYI. A MSDN forums moderator pointed me to the following article:
http://www.dotnetfun.com/CodeSnippets.aspx?n=Encrypting%20and%20Decrypting%20DataSets
It uses binary files instead of just...
Type: Posts; User: blackbird
Hey..FYI. A MSDN forums moderator pointed me to the following article:
http://www.dotnetfun.com/CodeSnippets.aspx?n=Encrypting%20and%20Decrypting%20DataSets
It uses binary files instead of just...
The code to read the file if it was unencrypted is just:
{
string path = Application.LocalUserAppDataPath + "\\" + UserName + "_ds.xml";
DataSet ds = new DataSet("Table Dataset");...
whoops. Sorry!
Yes, I can see that the bytearray has data in it.
1. bytearrayoutput doesn't contain the data. What it's doing is setting up a byte array to be the length required to hold the data (therefore declaring it with the length of fsInput.length). The...
I have a dataset that I encrypt into an xml file and then decrypt the xml file. I'm having trouble with the CryptoStream though as even though my settings for the FileStream are set to be able to...
I'm working on making an mp3/wma player in .NET and have run into a slight problem getting it to play multiple files. Is there a way to add an event listener to wait until a single instance of...
oddly enough, when i replaced the suggested SQL statements with my original again (that was just commented out...didn't change a single character of syntax), it started working. I have no idea why.
...
Thanks! I created some stuff to print to the screen for checking the variables and get this:
query submitted: SELECT * FROM username WHERE username='579'
result of (int) mysql_num_rows(): 0...
print_r didn't print anything to the screen. :confused:
Already thought of that and tried it. I got http://www.pearlsgirl.com/kr/statement.gif, which is why I assume that it's not a problem with the SQL statement.
when I try that, I get:
PHP...
I'm dead sure about the table and column names. I can use the query in phpMyAdmin and get results. I checked it three times with the two right next to each other. That would have been the...
I've struggled with this PHP bit that I can not figure out for the life of me why it is not working. I have already figured out that my check_id2 variable is NULL, but I have no idea why. I've...
Nevermind. It dawned on me that this function wasn't being called by another one that opened and closed the database connection also.
My function looks like:
private void cboTableNumber_SelectedIndexChanged(object sender, System.EventArgs e)
{
this.oleSelectTableInfoCommand.Parameters[ "TableNumber" ].Value =...
that's what I'm going to try tonight..unattaching the IDE and trying every single SATA slot. the SATA is set up as the first drive in the BIOS, but it's skipping over that for whatever reason. From...
I've got most of my new computer up and running, except one major problem. It keeps trying to boot off the drive that was my old main hard drive, which doesn't even have the OS (in this case XP) on...
I am using a CSS to create some effects on my site at http://www.japaneserain.com, which appears fine in Netscape. In IE and Opera though, the backgrounds of the content and links divs are resetting...
About 4 years ago the company I was working for was working with a digital photographer who charged $50 per image for product shots. Hourly rates for photo stuff is generally for while photographs...
The email would be a two-way encryption.
I do have scripts that already do this, which could just be modified to meet this client's needs, but is that really alright? I've done these projects...
I just got an email from someone asking how much would I charge for setting up an online registration application. It doesn't have to be anything fancy, but the usual of credit card validation,...
I'm doing a last ditch effort by contacting a friend who is an engineer at Adobe.
I may just track down a Windows 2000 Server hosting company. Does anyone have any recommendations? The ACS needs...
I was actually trying that right now.
It still doesn't work. I'm starting to wonder if it's how the variables are defined in validate(). Anyone know?
Specifically I'm interested if something like Adobe Content Server, which is specified by Adobe to work on Windows NT and 2000 would work on a Windows 2003 Server. Does anyone know?
I'm trying it on IE 5 (I think, who knows when the last time my computer at work was updated) and Netscape 7.1 (which I'm sure about as that's what I use at home).
I use a JavaScript bit for some of my sites, which seems to work well. It goes something like:
<script language="JavaScript">
<!-- Begin
user = "user";
site = "domain.com";
name =...