Click here to Skip to main content
15,902,834 members
Home / Discussions / Database
   

Database

 
GeneralRe: Please help me Pin
Stanciu Vlad15-Jun-05 18:15
Stanciu Vlad15-Jun-05 18:15 
QuestionBatch command execution? Pin
Judah Gabriel Himango15-Jun-05 4:42
sponsorJudah Gabriel Himango15-Jun-05 4:42 
QuestionMultiple tables for same category in database? Pin
kbalias15-Jun-05 2:39
kbalias15-Jun-05 2:39 
AnswerRe: Multiple tables for same category in database? Pin
Colin Angus Mackay15-Jun-05 2:53
Colin Angus Mackay15-Jun-05 2:53 
GeneralSql Query Required! Pin
Zishan Haider15-Jun-05 2:28
Zishan Haider15-Jun-05 2:28 
GeneralRe: Sql Query Required! Pin
Colin Angus Mackay15-Jun-05 2:41
Colin Angus Mackay15-Jun-05 2:41 
GeneralRe: Sql Query Required! Pin
Zishan Haider15-Jun-05 2:46
Zishan Haider15-Jun-05 2:46 
GeneralRe: Sql Query Required! Pin
Colin Angus Mackay15-Jun-05 2:49
Colin Angus Mackay15-Jun-05 2:49 
GeneralRe: Sql Query Required! Pin
Colin Angus Mackay15-Jun-05 3:01
Colin Angus Mackay15-Jun-05 3:01 
GeneralRe: Sql Query Required! Pin
Zishan Haider15-Jun-05 21:36
Zishan Haider15-Jun-05 21:36 
GeneralQuestions OleDB JET4 Pin
Saksida Bojan14-Jun-05 23:07
Saksida Bojan14-Jun-05 23:07 
QuestionIs MSDE overkill for single computer? Pin
Nathan Holt at EMOM14-Jun-05 12:11
Nathan Holt at EMOM14-Jun-05 12:11 
AnswerRe: Is MSDE overkill for single computer? Pin
Christian Graus14-Jun-05 14:00
protectorChristian Graus14-Jun-05 14:00 
GeneralRe: Is MSDE overkill for single computer? Pin
Nathan Holt at EMOM15-Jun-05 6:15
Nathan Holt at EMOM15-Jun-05 6:15 
GeneralDatabase Event Log Pin
irwtla14-Jun-05 6:22
irwtla14-Jun-05 6:22 
GeneralMake COUNT(*) return 0 Pin
Luis Alonso Ramos14-Jun-05 5:48
Luis Alonso Ramos14-Jun-05 5:48 
GeneralRe: Make COUNT(*) return 0 Pin
Daniel Turini14-Jun-05 6:43
Daniel Turini14-Jun-05 6:43 
GeneralRe: Make COUNT(*) return 0 Pin
Luis Alonso Ramos14-Jun-05 3:55
Luis Alonso Ramos14-Jun-05 3:55 
GeneralRe: Make COUNT(*) return 0 Pin
toxcct14-Jun-05 20:52
toxcct14-Jun-05 20:52 
GeneralRe: Make COUNT(*) return 0 Pin
Luis Alonso Ramos15-Jun-05 6:53
Luis Alonso Ramos15-Jun-05 6:53 
GeneralOUTER JOIN, Crystal Reports Pin
V.13-Jun-05 23:40
professionalV.13-Jun-05 23:40 
GeneralSQL queries with adapter Pin
scchan198413-Jun-05 18:02
scchan198413-Jun-05 18:02 
Hi,

I found that there are two practices for writing queries for adapter.
1. one adapter queries for one table in the database
e.g. select * from customer
2. one adapter queries for joinned table in the database
e.g. select * from customer c1, country c2 where c1.country = c2.country

Are the update/insert/delete command of an adapter work only for one table only?

Which practice is encouraged?

If the two tables are filled into the dataset, are there any SQL queries method to do the "join" operation to the two tables? anymore operations can be done?

Thanks
GeneralRe: SQL queries with adapter Pin
Colin Angus Mackay13-Jun-05 22:34
Colin Angus Mackay13-Jun-05 22:34 
GeneralSQL Server distribution Pin
Tom Archer13-Jun-05 14:08
Tom Archer13-Jun-05 14:08 
GeneralRe: SQL Server distribution Pin
oykica13-Jun-05 19:48
oykica13-Jun-05 19:48 

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.