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

Database

 
QuestionSQL datediff Pin
dabuskol22-Oct-05 0:14
dabuskol22-Oct-05 0:14 
AnswerRe: SQL datediff Pin
Colin Angus Mackay23-Oct-05 5:55
Colin Angus Mackay23-Oct-05 5:55 
GeneralRe: SQL datediff Pin
dabuskol23-Oct-05 19:36
dabuskol23-Oct-05 19:36 
GeneralRe: SQL datediff Pin
Colin Angus Mackay23-Oct-05 20:34
Colin Angus Mackay23-Oct-05 20:34 
QuestionNeed a bit of an advice... Pin
Stanciu Vlad21-Oct-05 23:16
Stanciu Vlad21-Oct-05 23:16 
AnswerRe: Need a bit of an advice... Pin
André Ziegler22-Oct-05 4:51
André Ziegler22-Oct-05 4:51 
QuestionRe: Need a bit of an advice... Pin
Stanciu Vlad22-Oct-05 7:31
Stanciu Vlad22-Oct-05 7:31 
AnswerRe: Need a bit of an advice... Pin
Colin Angus Mackay23-Oct-05 6:02
Colin Angus Mackay23-Oct-05 6:02 
The fastest way is to use the speciallist classes for each database type. DotNetNuke implements its own data prodiver pattern you could look at for an example. Esentially there is an abstract base class and there are various concrete classes which use the appropriate specialist classes. To the user of the data provider there is no outward distinction between - it could as easily be calling Access as SQL Server. The results are returned as scalar values (int, bool, string, etc.) or through the IDataReader interface - so there is no need to know that is is an OleDbDataReader or SqlDataReader as they all expose the same interface.

Does this help?


My: Blog | Photos

"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucious


QuestionRe: Need a bit of an advice... Pin
Stanciu Vlad24-Oct-05 6:11
Stanciu Vlad24-Oct-05 6:11 
QuestionUnicode with Sql server 2000 Pin
TheOnlyFalcon21-Oct-05 15:13
TheOnlyFalcon21-Oct-05 15:13 
AnswerRe: Unicode with Sql server 2000 Pin
Anonymous21-Oct-05 22:04
Anonymous21-Oct-05 22:04 
AnswerRe: Unicode with Sql server 2000 Pin
Rob Graham22-Oct-05 11:44
Rob Graham22-Oct-05 11:44 
QuestionImport /Export Sql Server Database Pin
TheOnlyFalcon21-Oct-05 15:10
TheOnlyFalcon21-Oct-05 15:10 
AnswerRe: Import /Export Sql Server Database Pin
Anonymous21-Oct-05 22:07
Anonymous21-Oct-05 22:07 
QuestionUsing the CONVERT Function Pin
TheMajorRager21-Oct-05 14:43
TheMajorRager21-Oct-05 14:43 
AnswerRe: Using the CONVERT Function Pin
Hesham Amin22-Oct-05 4:41
Hesham Amin22-Oct-05 4:41 
QuestionDataGridViewComboBox selection Pin
Drew McGhie21-Oct-05 8:23
Drew McGhie21-Oct-05 8:23 
QuestionArranging records in Database Pin
ddmcr21-Oct-05 6:17
ddmcr21-Oct-05 6:17 
AnswerRe: Arranging records in Database Pin
Duncan Edwards Jones21-Oct-05 6:36
professionalDuncan Edwards Jones21-Oct-05 6:36 
QuestionFileMaker Server Advanced Pin
Sebastien Lachance21-Oct-05 5:14
Sebastien Lachance21-Oct-05 5:14 
Questionhelp making database application without using sql server Pin
unni_jeevan21-Oct-05 3:53
unni_jeevan21-Oct-05 3:53 
AnswerRe: help making database application without using sql server Pin
André Ziegler21-Oct-05 5:13
André Ziegler21-Oct-05 5:13 
QuestionSQL - DELETE Directive error Pin
ddmcr21-Oct-05 3:30
ddmcr21-Oct-05 3:30 
AnswerRe: SQL - DELETE Directive error Pin
Looney Tunezez21-Oct-05 3:51
Looney Tunezez21-Oct-05 3:51 
GeneralRe: SQL - DELETE Directive error Pin
ddmcr21-Oct-05 3:54
ddmcr21-Oct-05 3:54 

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.