Click here to Skip to main content
15,919,434 members
Home / Discussions / Database
   

Database

 
QuestionData from multiple tables Pin
Manmohan2910-Nov-11 7:25
Manmohan2910-Nov-11 7:25 
AnswerRe: Data from multiple tables Pin
loyal ginger10-Nov-11 8:52
loyal ginger10-Nov-11 8:52 
GeneralRe: Data from multiple tables Pin
SilimSayo10-Nov-11 9:10
SilimSayo10-Nov-11 9:10 
GeneralRe: Data from multiple tables Pin
Manmohan2910-Nov-11 19:16
Manmohan2910-Nov-11 19:16 
GeneralRe: Data from multiple tables Pin
SilimSayo11-Nov-11 7:11
SilimSayo11-Nov-11 7:11 
GeneralRe: Data from multiple tables Pin
Manmohan2911-Nov-11 7:33
Manmohan2911-Nov-11 7:33 
Questiondatabase deployment Pin
murali_utr10-Nov-11 4:08
murali_utr10-Nov-11 4:08 
AnswerRe: database deployment Pin
Corporal Agarn10-Nov-11 4:26
professionalCorporal Agarn10-Nov-11 4:26 
AnswerRe: database deployment Pin
jschell10-Nov-11 8:56
jschell10-Nov-11 8:56 
QuestionMaster.dbo.xp_fileexist in sql Pin
vanikanc10-Nov-11 3:26
vanikanc10-Nov-11 3:26 
AnswerRe: Master.dbo.xp_fileexist in sql Pin
Eddy Vluggen10-Nov-11 10:20
professionalEddy Vluggen10-Nov-11 10:20 
QuestionHeterogeneous Database; What will you do? Pin
AbrahamMOKDAD9-Nov-11 18:58
AbrahamMOKDAD9-Nov-11 18:58 
AnswerRe: Heterogeneous Database; What will you do? Pin
Eddy Vluggen10-Nov-11 10:51
professionalEddy Vluggen10-Nov-11 10:51 
AnswerRe: Heterogeneous Database; What will you do? Pin
Mycroft Holmes13-Nov-11 6:20
professionalMycroft Holmes13-Nov-11 6:20 
AnswerRe: Heterogeneous Database; What will you do? Pin
SilimSayo14-Nov-11 15:35
SilimSayo14-Nov-11 15:35 
Questionstring truncation Pin
Luc Pattyn9-Nov-11 10:37
sitebuilderLuc Pattyn9-Nov-11 10:37 
AnswerRe: string truncation Pin
jschell9-Nov-11 11:21
jschell9-Nov-11 11:21 
GeneralRe: string truncation Pin
Luc Pattyn9-Nov-11 11:24
sitebuilderLuc Pattyn9-Nov-11 11:24 
GeneralRe: string truncation Pin
SilimSayo9-Nov-11 14:59
SilimSayo9-Nov-11 14:59 
AnswerRe: string truncation Pin
Luc Pattyn9-Nov-11 15:11
sitebuilderLuc Pattyn9-Nov-11 15:11 
GeneralRe: string truncation Pin
_Damian S_9-Nov-11 15:22
professional_Damian S_9-Nov-11 15:22 
AnswerRe: string truncation Pin
Luc Pattyn9-Nov-11 15:34
sitebuilderLuc Pattyn9-Nov-11 15:34 
_Damian S_ wrote:
If you are in control of both the front end and the database

I am.

_Damian S_ wrote:
I don't see the issue

I see it doable, in more than one way:
1. I could pass the DB field characteristics to the GUI and have the input checked against them by the GUI.
2. I could pass the Control to the back-end and let that decide whether the current content could be stored, and if not, signal that somehow to the user (e.g. by changing the BackColor).
Both seem pretty far from the ideas behind MVVM (which I do not master), and rather cumbersome.

So I'd like to get some real advice, if possible an example.

Note: a number of the text fields have sizes that haven't been fixed yet. Just setting a TextBox.MaxLength to a constant won't cut it. That would be good enough for phone numbers and ZIP codes and the like, but not for unstructured info, such as comment fields (which may change size upon the client's request).

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: string truncation Pin
_Damian S_9-Nov-11 15:56
professional_Damian S_9-Nov-11 15:56 
GeneralRe: string truncation Pin
Luc Pattyn9-Nov-11 16:08
sitebuilderLuc Pattyn9-Nov-11 16:08 
GeneralRe: string truncation Pin
jschell10-Nov-11 8:27
jschell10-Nov-11 8:27 

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.