Click here to Skip to main content
15,895,483 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralOK, Q&A section next time Pin
Michael Breeden10-Jan-17 3:56
Michael Breeden10-Jan-17 3:56 
GeneralRe: OK, Q&A section next time Pin
Slacker00710-Jan-17 4:13
professionalSlacker00710-Jan-17 4:13 
GeneralRe: OK, Q&A section next time Pin
Michael Breeden10-Jan-17 4:26
Michael Breeden10-Jan-17 4:26 
GeneralRe: OK, Q&A section next time Pin
Slacker00710-Jan-17 4:28
professionalSlacker00710-Jan-17 4:28 
GeneralRe: Ideas for generalized data object??? Pin
CDP180210-Jan-17 4:06
CDP180210-Jan-17 4:06 
JokeRe: Ideas for generalized data object??? Pin
Slacker00710-Jan-17 4:37
professionalSlacker00710-Jan-17 4:37 
GeneralRe: Ideas for generalized data object??? Pin
CDP180210-Jan-17 4:38
CDP180210-Jan-17 4:38 
AnswerSearch words folks. Search words??? Pin
Michael Breeden10-Jan-17 3:51
Michael Breeden10-Jan-17 3:51 
Maybe no one has done anything like this before...
I don't care about Ducks, Geese, vultures or pelicans or even feathered dinosaurs. It doesn't matter in the slightest what notation I used.
I'm not looking for a technical discussion or code, I'm looking for a conceptual discussion or perhaps even ideas for search words.

Here, have some codish stuff and think about this... No whining please. Just good, bright, positive, helpful thoughts. Maybe you can learn something... Maybe from someone who has done this before and has some conceptual thoughts on it. Otherwise you are saying I came up with a completely new idea or certainly one you haven't thought of and I am sure you don't want to do that.
// Populate this list from strings describing each data field - c_Field
List<c_Field> Lst_c_Field = new List<c_Field>() 
DataSet ds = new DataSet()
// select * from Clients
foreach(c_Field cField in Lst_c_Field)
   cField.sDataFromDatabase = ds.Tables[0].Rows[0][cField.sNameInDatabase];
Then I can parse from my screen scraping and add values to other c_Field(s) in Lst_c_Field based on their sCaption. Compare what you got from the database and from the screen scrape and you could then generate an update statement for the database... for that Client
GeneralRe: Search words folks. Search words??? Pin
Jörgen Andersson10-Jan-17 8:20
professionalJörgen Andersson10-Jan-17 8:20 
GeneralRe: Search words folks. Search words??? Pin
Michael Breeden10-Jan-17 8:54
Michael Breeden10-Jan-17 8:54 
GeneralRe: Search words folks. Search words??? Pin
Jörgen Andersson10-Jan-17 9:37
professionalJörgen Andersson10-Jan-17 9:37 
GeneralRe: Search words folks. Search words??? Pin
Jörgen Andersson10-Jan-17 9:41
professionalJörgen Andersson10-Jan-17 9:41 
GeneralElmer Fudd lives! Pin
CDP180210-Jan-17 2:48
CDP180210-Jan-17 2:48 
GeneralRe: Elmer Fudd lives! Pin
Jochen Arndt10-Jan-17 3:09
professionalJochen Arndt10-Jan-17 3:09 
GeneralRe: Elmer Fudd lives! Pin
CDP180210-Jan-17 3:15
CDP180210-Jan-17 3:15 
GeneralRe: Elmer Fudd lives! Pin
Jochen Arndt10-Jan-17 3:24
professionalJochen Arndt10-Jan-17 3:24 
GeneralRe: Elmer Fudd lives! Pin
CDP180210-Jan-17 3:44
CDP180210-Jan-17 3:44 
GeneralRe: Elmer Fudd lives! Pin
Jochen Arndt10-Jan-17 4:04
professionalJochen Arndt10-Jan-17 4:04 
GeneralRe: Elmer Fudd lives! Pin
CDP180210-Jan-17 4:27
CDP180210-Jan-17 4:27 
GeneralRe: Elmer Fudd lives! Pin
Kornfeld Eliyahu Peter10-Jan-17 3:12
professionalKornfeld Eliyahu Peter10-Jan-17 3:12 
GeneralRe: Elmer Fudd lives! Pin
CDP180210-Jan-17 3:16
CDP180210-Jan-17 3:16 
GeneralRe: Elmer Fudd lives! Pin
Kornfeld Eliyahu Peter10-Jan-17 3:18
professionalKornfeld Eliyahu Peter10-Jan-17 3:18 
GeneralRe: Elmer Fudd lives! Pin
Jörgen Andersson10-Jan-17 3:17
professionalJörgen Andersson10-Jan-17 3:17 
GeneralRe: Elmer Fudd lives! Pin
CDP180210-Jan-17 3:20
CDP180210-Jan-17 3:20 
GeneralRe: Elmer Fudd lives! Pin
Kornfeld Eliyahu Peter10-Jan-17 3:25
professionalKornfeld Eliyahu Peter10-Jan-17 3:25 

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.