Click here to Skip to main content
15,896,726 members
Home / Discussions / Database
   

Database

 
AnswerRe: syntax error! Pin
Eddy Vluggen9-Dec-10 5:02
professionalEddy Vluggen9-Dec-10 5:02 
QuestionOPENXML - SQL Pin
Hum Dum8-Dec-10 17:46
Hum Dum8-Dec-10 17:46 
AnswerRe: OPENXML - SQL Pin
Hiren solanki8-Dec-10 22:53
Hiren solanki8-Dec-10 22:53 
QuestionUpdating a DataSet from a Database Pin
Dominick Marciano8-Dec-10 14:07
professionalDominick Marciano8-Dec-10 14:07 
AnswerRe: Updating a DataSet from a Database Pin
PIEBALDconsult8-Dec-10 17:02
mvePIEBALDconsult8-Dec-10 17:02 
AnswerRe: Updating a DataSet from a Database Pin
Mycroft Holmes8-Dec-10 20:17
professionalMycroft Holmes8-Dec-10 20:17 
AnswerRe: Updating a DataSet from a Database Pin
David Mujica9-Dec-10 3:21
David Mujica9-Dec-10 3:21 
AnswerRe: Updating a DataSet from a Database Pin
Vimalsoft(Pty) Ltd9-Dec-10 4:30
professionalVimalsoft(Pty) Ltd9-Dec-10 4:30 
Not a very good Problem you are experiencing. I once came across the Problem , but mine was different , i was having Concurrency issues with 50 000 users. Luckily the System was written in a manner that another use must not See other user changes when he is busy until he is done and Committed the Data.

The Problem here is that a Dataset is ADO.NET Feature and it means you connect to the database and take Data and disconnect , and when you want to do some updates, you reconnect and do the Update and disconnect again.

So it will be a bit Difficult to Update the Data on other machines unless they query again. This is more difficult in Windows Applications. This is what i like about CodeProject, People Come with Real Problems , i think this will lead me to write an Article about this, Hope to write it soon. i will see what i can do tonight.


Good Luck
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: Updating a DataSet from a Database Pin
Dominick Marciano10-Dec-10 4:25
professionalDominick Marciano10-Dec-10 4:25 
AnswerRe: Updating a DataSet from a Database Pin
Spectre_00114-Dec-10 2:37
Spectre_00114-Dec-10 2:37 
Questiontable physical size [mysql] Pin
Jassim Rahma8-Dec-10 4:08
Jassim Rahma8-Dec-10 4:08 
AnswerRe: table physical size [mysql] Pin
Eddy Vluggen8-Dec-10 4:57
professionalEddy Vluggen8-Dec-10 4:57 
AnswerRe: table physical size [mysql] Pin
PIEBALDconsult8-Dec-10 14:11
mvePIEBALDconsult8-Dec-10 14:11 
Questiondatabase physical size Pin
Jassim Rahma8-Dec-10 3:46
Jassim Rahma8-Dec-10 3:46 
AnswerRe: database physical size Pin
NeverHeardOfMe8-Dec-10 4:07
NeverHeardOfMe8-Dec-10 4:07 
AnswerRe: database physical size Pin
PIEBALDconsult8-Dec-10 14:10
mvePIEBALDconsult8-Dec-10 14:10 
Questionserver properties Pin
Jassim Rahma8-Dec-10 3:46
Jassim Rahma8-Dec-10 3:46 
Questionrun dynamic sql [mysql] Pin
Jassim Rahma8-Dec-10 3:42
Jassim Rahma8-Dec-10 3:42 
AnswerRe: run dynamic sql [mysql] Pin
Chris Meech8-Dec-10 7:38
Chris Meech8-Dec-10 7:38 
AnswerRe: run dynamic sql [mysql] Pin
RyanEK8-Dec-10 14:30
RyanEK8-Dec-10 14:30 
AnswerRe: run dynamic sql [mysql] Pin
Hiren solanki8-Dec-10 23:13
Hiren solanki8-Dec-10 23:13 
AnswerRe: run dynamic sql [mysql] Pin
RaviRanjanKr12-Dec-10 3:33
professionalRaviRanjanKr12-Dec-10 3:33 
GeneralRe: run dynamic sql [mysql] Pin
Jassim Rahma18-Dec-10 2:19
Jassim Rahma18-Dec-10 2:19 
Questioncurrent server Pin
Jassim Rahma8-Dec-10 3:33
Jassim Rahma8-Dec-10 3:33 
AnswerRe: current server Pin
PIEBALDconsult8-Dec-10 14:10
mvePIEBALDconsult8-Dec-10 14:10 

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.