Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached

16 Posted Topics

Member Avatar for david.1982

Hi Everyone, Fairly new C# coder here. I'm currently writing a small application that will be deployed on several computers, each of which will need to connect to a remote SQL server. I'm wondering what the best way to store a username and password for this would be? Each deployment …

Member Avatar for JOSheaIV
0
556
Member Avatar for david.1982

Hi everyone, Wondering if anyone can assist me with this; I've done some googling but haven't come across anything. We have a dedicated server running SQL Server 2005, express edition. I recently set up the server to allow remote connections to the DB engine and everything is working just fine. …

0
126
Member Avatar for david.1982

Hi Everyone, I'm trying to figure out how to use OPENROWSET to copy data from a local database to a remote one. I am able to query data from the remote table, and update values without issue. Example to update: [CODE] update OPENROWSET('SQLOLEDB', 'www.xxx.yyy.xxx'; 'username'; 'password, 'SELECT * FROM dbname.dbo.tablename') …

0
82
Member Avatar for david.1982

Hello, Web programmer in need of some windows app help. I have a simple little program that copies files from drive X to drive Y, and dumps the success/failure messages into a multiline textbox. The problem I'm having however is that the textbox does not update until all the copy …

Member Avatar for sid78669
0
120
Member Avatar for david.1982

Hi Guys, I'm working on converting an existing site from classic ASP over to .NET. The existing user passwords are MD5-encrypted. I'm trying to figure out if there's a way to import those passwords into the Membership Provider. The salting is what's throwing me off. The only thing I can …

Member Avatar for david.1982
0
96
Member Avatar for david.1982

Hi Everyone, I have a datatable with a bunch of options in it, some marked "assignable", so not. I'm trying to dynamically create a radiobuttonlist with all the options listed, but the ones marked as not assignable without an actual radio button. IE, I don't want to gray out the …

Member Avatar for kvprajapati
0
88
Member Avatar for david.1982

Hi Everyone, New ASP.NET (C#) programmer here. Have a quick question that I'm sure you all will laugh at me for asking :) I'm using a Master Page to control my site's pages. On the master page I have a User Control that consists of two Labels, one for success …

Member Avatar for david.1982
0
276
Member Avatar for david.1982

Hi gurus, I haven't purchased a pre-built machine for about 10 years; I've always found it more enjoyable to pick-and-choose parts for the machines I spend 8+ hours of my day on. However, the last two machines have caused me some grief. First machine, a dual cpu xeon p4, had …

Member Avatar for david.1982
0
177
Member Avatar for shadiadiph

[URL="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/"]Added Bytes[/URL] has a great collection of cheat sheets. The one in that link is for their regular expressions cheet sheet. It's been a lifesaver for me. I also use [URL="http://www.regular-expressions.info/javascriptexample.html"]Regular Expression Tester[/URL] for testing my regex's before deployment.

Member Avatar for shadiadiph
0
112
Member Avatar for chicago1985

I first display a message to the user letting them know the maximum size of files they can upload (post_max_size), then I use a flash upload script to subtract from that number for each file they choose to upload. When they run out of space, I disable the browse files …

Member Avatar for shadiadiph
0
116
Member Avatar for david.1982

Hi all, I'm a PHP programmer and I'm just now getting into C#. Here's the problem I'm having: I have a table, 'categories', with 'catID', 'parentID' and 'name' fields. CatID is the primary key, and parentID is either 0 (no parent, top level) or an existing CatID. With this setup, …

Member Avatar for david.1982
0
140
Member Avatar for david.1982

Hi Everyone, I'm looking to put together a small NAS RAID, probably just as RAID 1 (maybe RAID 5...but doubtful). What I'd really like is to use hard drives with on-disk encryption, like the ones Seagate Makes. I'm not quite sure though if it's possible to use drives like this …

Member Avatar for david.1982
0
164
Member Avatar for david.1982

Hello gurus! Hoping someone can help me out. I am building a calendaring program for items with php/mysql. Each item will have an entry into a table, listing a starting unix timestamp and an ending unix timestamp. What I'm trying to do is build a query that will search all …

Member Avatar for digital-ether
0
175
Member Avatar for david.1982

Hi everyone, I'm stuck on the best way to handle this. In a nutshell, I'm creating a website that sets up forums between one or several parties. Each participant of a forum can upload file attachments to any message they post. What I want is a way to protect those …

Member Avatar for compdoc
0
107
Member Avatar for maxbox

Looks like you're missing your closing curly brace. Change it to the following and try: [CODE] }else{ echo @$_REQUEST['code'].' Codigos falso'; mysql_close($conn); } //<--Add this guy in ?> [/CODE]

Member Avatar for maxbox
0
88
Member Avatar for david.1982

Hi Everyone, Odd question, can't seem to find an answer. I'm trying to track down the dimensional specifications (notably, screw-hole positions) for extended ATX motherboards and/or cases. I'm constructing a custom case and can't for the life of me find diagrams of this information. And yes, I've been to formfactors.org …

Member Avatar for caperjack
0
138

The End.