Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: updating a form while in a loop Pin
Sebastian Schneider21-Nov-04 23:29
Sebastian Schneider21-Nov-04 23:29 
GeneralRe: updating a form while in a loop Pin
Anonymous22-Nov-04 16:37
Anonymous22-Nov-04 16:37 
QuestionImport and save Excel file ??? Pin
npqk20-Nov-04 6:53
npqk20-Nov-04 6:53 
AnswerRe: Import and save Excel file ??? Pin
sreejith ss nair20-Nov-04 19:30
sreejith ss nair20-Nov-04 19:30 
QuestionHow to hide a object's inherited properties ? Pin
Tee+20-Nov-04 6:18
Tee+20-Nov-04 6:18 
AnswerRe: How to hide a object's inherited properties ? Pin
Daniel Turini20-Nov-04 6:29
Daniel Turini20-Nov-04 6:29 
GeneralRe: How to hide a object's inherited properties ? Pin
Tee+20-Nov-04 6:34
Tee+20-Nov-04 6:34 
GeneralRe: How to hide a object's inherited properties ? Pin
Daniel Turini20-Nov-04 6:37
Daniel Turini20-Nov-04 6:37 
GeneralRe: How to hide a object's inherited properties ? Pin
Tee+20-Nov-04 7:03
Tee+20-Nov-04 7:03 
GeneralRe: How to hide a object's inherited properties ? Pin
Daniel Turini20-Nov-04 7:07
Daniel Turini20-Nov-04 7:07 
GeneralRe: How to hide a object's inherited properties ? Pin
Tee+20-Nov-04 17:29
Tee+20-Nov-04 17:29 
AnswerRe: How to hide a object's inherited properties ? Pin
sreejith ss nair20-Nov-04 19:02
sreejith ss nair20-Nov-04 19:02 
GeneralRe: How to hide a object's inherited properties ? Pin
Tee+20-Nov-04 22:44
Tee+20-Nov-04 22:44 
GeneralRe: How to hide a object's inherited properties ? Pin
sreejith ss nair21-Nov-04 16:56
sreejith ss nair21-Nov-04 16:56 
GeneralOpen folder Pin
Anonymous20-Nov-04 6:00
Anonymous20-Nov-04 6:00 
GeneralRe: Open folder Pin
Daniel Turini20-Nov-04 6:32
Daniel Turini20-Nov-04 6:32 
GeneralRe: Open folder Pin
sreejith ss nair20-Nov-04 19:41
sreejith ss nair20-Nov-04 19:41 
GeneralDatabase independent access: Mimer Vs DAC Pin
devvvy20-Nov-04 5:41
devvvy20-Nov-04 5:41 
GeneralRe: Database independent access: Mimer Vs DAC Pin
Daniel Turini20-Nov-04 6:35
Daniel Turini20-Nov-04 6:35 
norm wrote:
Any advise?
Yes: database independence is not easy to achieve, and, unless you'll be running only the simplest queries, you'll need to use specific database features, especially when you're coding reports.
More than this, don't forget that you'll need to provide scripts for database creation, version upgrades, maintenance, etc. All those scripts will be database dependant.
So, my suggestion is: code your DAL in terms of interfaces, and rewrite those interfaces for each database you'll support.


Yes, even I am blogging now!
GeneralRe: Database independent access: Mimer Vs DAC Pin
devvvy20-Nov-04 13:28
devvvy20-Nov-04 13:28 
GeneralComboBox Pin
Dany Ramos20-Nov-04 3:39
Dany Ramos20-Nov-04 3:39 
GeneralRe: ComboBox Pin
Luis Alonso Ramos20-Nov-04 21:34
Luis Alonso Ramos20-Nov-04 21:34 
GeneralRe: ComboBox Pin
Dany Ramos22-Nov-04 1:05
Dany Ramos22-Nov-04 1:05 
GeneralRe: ComboBox Pin
Luis Alonso Ramos22-Nov-04 5:31
Luis Alonso Ramos22-Nov-04 5:31 
GeneralRe: ComboBox Pin
Dany Ramos23-Nov-04 0:34
Dany Ramos23-Nov-04 0:34 

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.