Click here to Skip to main content
15,890,670 members
Home / Discussions / Database
   

Database

 
AnswerRe: Why update statement in a Stored Procedure is Slow ? Pin
sreejith ss nair25-Sep-05 18:42
sreejith ss nair25-Sep-05 18:42 
QuestionConnect two Access Databases Pin
vtalau25-Sep-05 15:21
vtalau25-Sep-05 15:21 
QuestionDataSet fill problems Pin
Dan Neilsen25-Sep-05 12:08
Dan Neilsen25-Sep-05 12:08 
AnswerRe: DataSet fill problems Pin
miah alom25-Sep-05 12:53
miah alom25-Sep-05 12:53 
GeneralRe: DataSet fill problems Pin
Dan Neilsen25-Sep-05 13:04
Dan Neilsen25-Sep-05 13:04 
GeneralRe: DataSet fill problems Pin
miah alom25-Sep-05 14:29
miah alom25-Sep-05 14:29 
GeneralRe: DataSet fill problems Pin
Dan Neilsen25-Sep-05 14:41
Dan Neilsen25-Sep-05 14:41 
GeneralRe: DataSet fill problems Pin
miah alom26-Sep-05 3:43
miah alom26-Sep-05 3:43 
DataSets are very heavy. You chould use instead create your own classes to hold and manipulate the
the data. The data should be fetched from the database(synchronization) on demand.

One question: Why is the client not connecting to the database directly instead on refreshing periodically?

If you want to do this in the database side,

When you select data from table, you put a lock using the below statement:
select * from table holdlock
then other users have to wait for this transaction to be completed for update.

You can even use isolation level 2 (repeatable read) to keep the consistency.

GeneralRe: DataSet fill problems Pin
Dan Neilsen26-Sep-05 11:50
Dan Neilsen26-Sep-05 11:50 
QuestionAttaching database to SQL server Pin
Imtiaz Murtaza25-Sep-05 8:02
Imtiaz Murtaza25-Sep-05 8:02 
AnswerRe: Attaching database to SQL server Pin
Dave Kreskowiak25-Sep-05 16:49
mveDave Kreskowiak25-Sep-05 16:49 
QuestionChange Grid Colum order using Mouse Pin
Ammar Ben Hadj Amor25-Sep-05 1:47
professionalAmmar Ben Hadj Amor25-Sep-05 1:47 
AnswerRe: Change Grid Colum order using Mouse Pin
miah alom25-Sep-05 7:09
miah alom25-Sep-05 7:09 
QuestionCRYSTAL REPORTS AND JOIN SQL Pin
Member 120841225-Sep-05 1:20
Member 120841225-Sep-05 1:20 
QuestionHow to Create DSN by APIs? Pin
shoaibnawaz24-Sep-05 11:02
shoaibnawaz24-Sep-05 11:02 
AnswerRe: How to Create DSN by APIs? Pin
miah alom25-Sep-05 7:06
miah alom25-Sep-05 7:06 
QuestionMax(NumberFieldName) in SQL Server Pin
shoaibnawaz24-Sep-05 10:59
shoaibnawaz24-Sep-05 10:59 
AnswerRe: Max(NumberFieldName) in SQL Server Pin
Luis Alonso Ramos24-Sep-05 11:38
Luis Alonso Ramos24-Sep-05 11:38 
Questionconvert interbase database file into sql server database Pin
briju24-Sep-05 0:04
briju24-Sep-05 0:04 
QuestionFormatted emails from SQL Server Pin
Member 230181723-Sep-05 20:59
Member 230181723-Sep-05 20:59 
Questioncreate/update tbl in MS Access Pin
rmarma23-Sep-05 10:17
rmarma23-Sep-05 10:17 
AnswerRe: create/update tbl in MS Access Pin
rmarma23-Sep-05 10:18
rmarma23-Sep-05 10:18 
AnswerRe: create/update tbl in MS Access Pin
Yulianto.23-Sep-05 17:42
Yulianto.23-Sep-05 17:42 
GeneralRe: create/update tbl in MS Access Pin
rmarma25-Sep-05 23:06
rmarma25-Sep-05 23:06 
Questionhow can i have the record number in query Pin
m.rastgar23-Sep-05 7:14
m.rastgar23-Sep-05 7:14 

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.