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

Database

 
AnswerRe: large SQL table update performance Pin
jschell9-Dec-10 10:25
jschell9-Dec-10 10:25 
AnswerRe: large SQL table update performance Pin
Mycroft Holmes9-Dec-10 11:34
professionalMycroft Holmes9-Dec-10 11:34 
Questionsyntax error! Pin
Jassim Rahma9-Dec-10 2:57
Jassim Rahma9-Dec-10 2:57 
AnswerRe: syntax error! Pin
Pete O'Hanlon9-Dec-10 4:10
mvePete O'Hanlon9-Dec-10 4:10 
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 
I'm looking into creating a custom database application that will access our companies database which is located on a SQL server. Previously we were using Access as the front end, however we are going to be implementing new 3rd party software that will our servers will need to communicate with, however to try and program this from access was going to be difficult. So now on to my question.

When my program load, it runs a query against the database to load the records into a dataset. I have no problem with loading records, updating records, or creating records. However I do have a problem if Person #1 is using my software and Person #2 updates/changes a record in the database after Person #1 has loaded my software. Person #1 will not see the changes Person #2 made unless they restart the program or I force the software to reload the entire database. However, I have no way of knowing if someone made changes to a record in order to update the dataset. Is there a way to have my software automatically detect changes to a record and automatically update the dataset? Or will I have to have the program update the dataset every few minutes? The problem is that the database contains >10,000 records and to have it update every few minutes could severely slow down the program, especially if someone is working over VPN. Any ideas would be greatly appreciated.

BTW I am working in VB.NET 3.5.
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 
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 

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.