Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
Questionhtml encoding Pin
TAREQ F ABUZUHRI21-Dec-05 8:33
TAREQ F ABUZUHRI21-Dec-05 8:33 
AnswerRe: html encoding Pin
leppie21-Dec-05 8:47
leppie21-Dec-05 8:47 
AnswerRe: html encoding Pin
Guffa21-Dec-05 9:51
Guffa21-Dec-05 9:51 
QuestionLoop 5 Labels in a windows form... Pin
.. - JanSE - ..21-Dec-05 8:20
.. - JanSE - ..21-Dec-05 8:20 
AnswerRe: Loop 5 Labels in a windows form... Pin
Rob Graham21-Dec-05 8:41
Rob Graham21-Dec-05 8:41 
GeneralRe: Loop 5 Labels in a windows form... Pin
.. - JanSE - ..21-Dec-05 8:57
.. - JanSE - ..21-Dec-05 8:57 
QuestionSqlDataAdapter problem with a strong typed DataSet. Pin
tcmgc21-Dec-05 7:37
tcmgc21-Dec-05 7:37 
AnswerRe: SqlDataAdapter problem with a strong typed DataSet. Pin
denpsia21-Dec-05 13:28
denpsia21-Dec-05 13:28 
GeneralRe: SqlDataAdapter problem with a strong typed DataSet. Pin
tcmgc21-Dec-05 13:49
tcmgc21-Dec-05 13:49 
AnswerRe: SqlDataAdapter problem with a strong typed DataSet. Pin
J4amieC21-Dec-05 21:53
J4amieC21-Dec-05 21:53 
QuestionHow to chage "True" and False" string for bool.ToString() Pin
machocr21-Dec-05 7:18
machocr21-Dec-05 7:18 
AnswerRe: How to chage "True" and False" string for bool.ToString() Pin
WetRivrRat21-Dec-05 8:03
WetRivrRat21-Dec-05 8:03 
AnswerRe: How to chage "True" and False" string for bool.ToString() Pin
TheGreatAndPowerfulOz21-Dec-05 10:00
TheGreatAndPowerfulOz21-Dec-05 10:00 
GeneralRe: How to chage "True" and False" string for bool.ToString() Pin
User 665821-Dec-05 10:28
User 665821-Dec-05 10:28 
AnswerRe: How to chage "True" and False" string for bool.ToString() Pin
Jared Parsons21-Dec-05 12:26
Jared Parsons21-Dec-05 12:26 
Question{0} {1} messagebox Pin
Sasuko21-Dec-05 7:13
Sasuko21-Dec-05 7:13 
AnswerRe: {0} {1} messagebox Pin
Roy Heil21-Dec-05 7:28
professionalRoy Heil21-Dec-05 7:28 
QuestionPopUp Messages Pin
vikrant singh21-Dec-05 6:50
vikrant singh21-Dec-05 6:50 
AnswerRe: PopUp Messages Pin
Dan Neely21-Dec-05 6:53
Dan Neely21-Dec-05 6:53 
GeneralRe: PopUp Messages Pin
vikrant singh21-Dec-05 8:17
vikrant singh21-Dec-05 8:17 
GeneralRe: PopUp Messages Pin
Dan Neely21-Dec-05 9:53
Dan Neely21-Dec-05 9:53 
GeneralRe: PopUp Messages Pin
vikrant singh22-Dec-05 6:38
vikrant singh22-Dec-05 6:38 
QuestionPath to Access Database Pin
thepolishguy21-Dec-05 6:41
thepolishguy21-Dec-05 6:41 
AnswerRe: Path to Access Database Pin
WetRivrRat21-Dec-05 6:45
WetRivrRat21-Dec-05 6:45 
GeneralRe: Path to Access Database Pin
thepolishguy21-Dec-05 7:16
thepolishguy21-Dec-05 7:16 
The Access database itself will be in a location of the customer's choosing, probably on a server, while the the file holding the path will be relative to the application. I was just concerned about somebody who shouldn't know discovering the location of the database. It's probably not a huge concern because I'll put whatever security measures I can in place to protect the database itself. If they tinkered with the file holding the path, the application will simply not run (or not run correctly). I also plan to allow an authorized user to reset the path to the database (through an application form) should anything change (the location of the database, the file holding the path, etc).

Anyway, thanks. I'll try storing the data encrypted.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.