Click here to Skip to main content
15,881,803 members
Home / Discussions / Database
   

Database

 
GeneralRe: image in database Pin
vinay dahiya2-Apr-15 2:46
vinay dahiya2-Apr-15 2:46 
GeneralRe: image in database Pin
Eddy Vluggen2-Apr-15 3:25
professionalEddy Vluggen2-Apr-15 3:25 
GeneralRe: image in database Pin
Richard MacCutchan2-Apr-15 3:38
mveRichard MacCutchan2-Apr-15 3:38 
GeneralRe: image in database Pin
Eddy Vluggen2-Apr-15 3:02
professionalEddy Vluggen2-Apr-15 3:02 
GeneralRe: image in database Pin
vinay dahiya2-Apr-15 3:42
vinay dahiya2-Apr-15 3:42 
GeneralRe: image in database Pin
Eddy Vluggen2-Apr-15 5:16
professionalEddy Vluggen2-Apr-15 5:16 
GeneralRe: image in database Pin
vinay dahiya2-Apr-15 7:19
vinay dahiya2-Apr-15 7:19 
GeneralRe: image in database Pin
Eddy Vluggen2-Apr-15 8:16
professionalEddy Vluggen2-Apr-15 8:16 
Verify that the technical limitation I named actually exists, then find a workaround or an alternative. Better yet, make a list, naming merits and expected problems for each; make prototypes of the best two ideas.

To get you started; you could opt to write a browser-addin (for each type of browser you want to support) that acts as an intermediate, or, you'd write a client-side application (think WinForms/WPF) that provides the same functionality.

The latter will sound like a bad idea to your professor; then again, it would not only be the correct approach; you'd end up with a finger-print protected password-manager. Would not require a dedicated server, as it could run completely (!) on the client. There's no risk in me loosing data, as all my sensitive data never has to leave the client-machine. And best of all, you wouldn't need Google's cooperation to provide the functionality and being able to claim to support GMail.

If you take the latter approach, then you might also want to look up the strategy-pattern. It would be nice if the password-manager also supports other ways of authenticating/authorizing.

That would be targetting a shrinkwrap-application. If your course requires you to write an enterprise-level application, you'd need the first approach.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: image in database Pin
vinay dahiya2-Apr-15 8:34
vinay dahiya2-Apr-15 8:34 
GeneralRe: image in database Pin
Eddy Vluggen2-Apr-15 9:50
professionalEddy Vluggen2-Apr-15 9:50 
QuestionSSRS Report is exporting in 4 different tabs rather in one tab, I want it to be exported to one excel tab Pin
indian14331-Mar-15 9:08
indian14331-Mar-15 9:08 
QuestionRe-Error Pin
Member 1116162531-Mar-15 2:26
Member 1116162531-Mar-15 2:26 
AnswerRe: Re-Error Pin
CHill6031-Mar-15 2:42
mveCHill6031-Mar-15 2:42 
GeneralRe: Re-Error Pin
Member 1116162531-Mar-15 2:59
Member 1116162531-Mar-15 2:59 
GeneralRe: Re-Error Pin
Simon_Whale31-Mar-15 3:08
Simon_Whale31-Mar-15 3:08 
QuestionRetrive column names from temp table Pin
SHAH MAULIK31-Mar-15 2:14
SHAH MAULIK31-Mar-15 2:14 
AnswerRe: Retrive column names from temp table Pin
CHill6031-Mar-15 2:40
mveCHill6031-Mar-15 2:40 
SuggestionRe: Retrive column names from temp table Pin
Richard Deeming31-Mar-15 8:59
mveRichard Deeming31-Mar-15 8:59 
GeneralRe: Retrive column names from temp table Pin
CHill6031-Mar-15 11:28
mveCHill6031-Mar-15 11:28 
SuggestionRe: Retrive column names from temp table Pin
Smart00331-Mar-15 19:13
professionalSmart00331-Mar-15 19:13 
GeneralRe: Retrive column names from temp table Pin
CHill6031-Mar-15 20:39
mveCHill6031-Mar-15 20:39 
AnswerRe: Retrive column names from temp table Pin
Richard Deeming31-Mar-15 9:00
mveRichard Deeming31-Mar-15 9:00 
GeneralRe: Retrive column names from temp table Pin
Mycroft Holmes31-Mar-15 12:51
professionalMycroft Holmes31-Mar-15 12:51 
GeneralRe: Retrive column names from temp table Pin
SHAH MAULIK31-Mar-15 23:26
SHAH MAULIK31-Mar-15 23:26 
QuestionError Pin
Member 1116162531-Mar-15 2:11
Member 1116162531-Mar-15 2:11 

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.