Click here to Skip to main content
15,889,315 members
Home / Discussions / Database
   

Database

 
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 
GeneralStored procedure table parameter Pin
adilson05uk12-Jun-05 23:25
adilson05uk12-Jun-05 23:25 
GeneralRe: Stored procedure table parameter Pin
Christian Graus13-Jun-05 14:07
protectorChristian Graus13-Jun-05 14:07 
GeneralRe: Stored procedure table parameter Pin
adilson05uk13-Jun-05 22:47
adilson05uk13-Jun-05 22:47 
GeneralRe: Stored procedure table parameter Pin
Christian Graus14-Jun-05 13:46
protectorChristian Graus14-Jun-05 13:46 
GeneralFind TABLE NAME PARAMETER PARAMETR VALUE WHEN STORED PROCEDURE CALL WITHIN APPLICATION Pin
leopawan12-Jun-05 19:27
leopawan12-Jun-05 19:27 
GeneralRe: Find TABLE NAME PARAMETER PARAMETR VALUE WHEN STORED PROCEDURE CALL WITHIN APPLICATION Pin
Colin Angus Mackay12-Jun-05 23:02
Colin Angus Mackay12-Jun-05 23:02 
GeneralRelationship in Database Diagram Pin
summer100612-Jun-05 19:04
summer100612-Jun-05 19:04 
GeneralTranspose 1 row into multiple rows in an MS SQL database table Pin
phokojoe12-Jun-05 3:42
phokojoe12-Jun-05 3:42 
GeneralRe: Transpose 1 row into multiple rows in an MS SQL database table Pin
Colin Angus Mackay12-Jun-05 6:35
Colin Angus Mackay12-Jun-05 6:35 
GeneralRe: Transpose 1 row into multiple rows in an MS SQL database table Pin
phokojoe14-Jun-05 0:58
phokojoe14-Jun-05 0:58 
GeneralRe: Transpose 1 row into multiple rows in an MS SQL database table Pin
Colin Angus Mackay14-Jun-05 1:40
Colin Angus Mackay14-Jun-05 1:40 
GeneralTranspose 1 row into multiple rows in an MS SQL database table Pin
phokojoe12-Jun-05 3:42
phokojoe12-Jun-05 3:42 
GeneralGetting suicidle Pin
gharryh12-Jun-05 2:25
gharryh12-Jun-05 2:25 
GeneralRe: Getting suicidle Pin
Christian Graus13-Jun-05 14:08
protectorChristian Graus13-Jun-05 14:08 

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.