Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can I get the next item? Pin
Christian Graus7-Jun-07 17:44
protectorChristian Graus7-Jun-07 17:44 
QuestionTableLayoutPanel repaint issue. Pin
Zerox MXI7-Jun-07 16:42
Zerox MXI7-Jun-07 16:42 
AnswerRe: TableLayoutPanel repaint issue. Pin
Salogus7-Jun-07 16:52
Salogus7-Jun-07 16:52 
GeneralRe: TableLayoutPanel repaint issue. Pin
Zerox MXI7-Jun-07 16:59
Zerox MXI7-Jun-07 16:59 
QuestionIs software installed on pc? Pin
Adeel Chaudhry7-Jun-07 13:21
Adeel Chaudhry7-Jun-07 13:21 
AnswerRe: Is software installed on pc? Pin
Mark Greenwood7-Jun-07 14:56
Mark Greenwood7-Jun-07 14:56 
AnswerRe: Is software installed on pc? Pin
Niiiissssshhhhhuuuuu7-Jun-07 18:37
Niiiissssshhhhhuuuuu7-Jun-07 18:37 
QuestionLimiting DB access to only through application Pin
tempmail17-Jun-07 11:33
tempmail17-Jun-07 11:33 
Hi,
I have the following problem to solve and need some help from more experienced programmers/app designers then myself.
I have to create an application (C# + .NET 2.0) that collects some data and stores it in local database (Oracle 10g XE). App's user can synchronize local data with global data stored on remote database (Oracle 9i). There are two additional requirements.
The first one says that users can access the data (local and global) only by using the application, they shouldn't be able to connect to neither local nor remote db using other tools (which leads to conclusion that users couldn't know their passwords). I thought about connecting to DBs using the same login and pass (encrypted and hardcoded) for all users but in that scenario my app won't meet the second requirement. It says that remote DB admin should be able to log user's activity (I mean ACTUAL user).
I know that with Oracle Data Provider for .NET I can connect from many instances of my application as the same DB user and send ClientId (which can for instance be user's identity) as additional connection's parameter and what's really important ClientId does not have to correspond to any database user name. And this ClientId can be used to distingiush ACTUAL users performing operations on the data. Unfortunately the ClientId is new to Oracle Database 10g Release 2 while my client's remote DB is version 9.
I don't have a clue on how to meet these two requirements.
I would appreciate your help.

Best regards
Mans

AnswerRe: Limiting DB access to only through application Pin
Christian Graus7-Jun-07 11:47
protectorChristian Graus7-Jun-07 11:47 
AnswerRe: Limiting DB access to only through application Pin
Russell Jones7-Jun-07 22:38
Russell Jones7-Jun-07 22:38 
QuestionHierarchical Distributed Genetic Algorithm for Image Segmentation Pin
Petra7-Jun-07 10:46
Petra7-Jun-07 10:46 
AnswerRe: Hierarchical Distributed Genetic Algorithm for Image Segmentation Pin
Dave Kreskowiak7-Jun-07 13:28
mveDave Kreskowiak7-Jun-07 13:28 
AnswerRe: Hierarchical Distributed Genetic Algorithm for Image Segmentation Pin
Christian Graus7-Jun-07 15:35
protectorChristian Graus7-Jun-07 15:35 
QuestionFileSystemWatcher Pin
LCI7-Jun-07 10:28
LCI7-Jun-07 10:28 
AnswerRe: FileSystemWatcher Pin
Ylno7-Jun-07 11:42
Ylno7-Jun-07 11:42 
GeneralRe: FileSystemWatcher Pin
LCI8-Jun-07 9:36
LCI8-Jun-07 9:36 
AnswerRe: FileSystemWatcher Pin
mav.northwind8-Jun-07 22:33
mav.northwind8-Jun-07 22:33 
QuestionSearch for non-ASCII characters in a text file Pin
Koshv7-Jun-07 10:22
Koshv7-Jun-07 10:22 
AnswerRe: Search for non-ASCII characters in a text file Pin
Guffa7-Jun-07 13:12
Guffa7-Jun-07 13:12 
Questionbrainbench test with no answer? Pin
brsecu7-Jun-07 10:14
brsecu7-Jun-07 10:14 
AnswerRe: brainbench test with no answer? Pin
Luc Pattyn7-Jun-07 12:45
sitebuilderLuc Pattyn7-Jun-07 12:45 
AnswerRe: brainbench test with no answer? Pin
Vrungar6-Apr-11 9:04
Vrungar6-Apr-11 9:04 
AnswerRe: brainbench test with no answer? Pin
Luc Pattyn6-Apr-11 13:46
sitebuilderLuc Pattyn6-Apr-11 13:46 
QuestionGraphics image convert to GraphicsPath ? Pin
Epsilone37-Jun-07 9:59
Epsilone37-Jun-07 9:59 
AnswerRe: Graphics image convert to GraphicsPath ? Pin
Dave Kreskowiak7-Jun-07 10:39
mveDave Kreskowiak7-Jun-07 10:39 

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.