Click here to Skip to main content
16,005,339 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to audit a database? Pin
uglystone21-Apr-06 18:08
uglystone21-Apr-06 18:08 
QuestionDSN / SQL Connection String Pin
rahsi5-Apr-06 6:13
rahsi5-Apr-06 6:13 
AnswerRe: DSN / SQL Connection String Pin
Colin Angus Mackay5-Apr-06 7:28
Colin Angus Mackay5-Apr-06 7:28 
GeneralRe: DSN / SQL Connection String Pin
rahsi6-Apr-06 8:30
rahsi6-Apr-06 8:30 
QuestionSQL/VB.Net Pin
MikeUPMC5-Apr-06 5:34
MikeUPMC5-Apr-06 5:34 
AnswerRe: SQL/VB.Net Pin
Colin Angus Mackay5-Apr-06 5:58
Colin Angus Mackay5-Apr-06 5:58 
GeneralRe: SQL/VB.Net Pin
MikeUPMC5-Apr-06 9:14
MikeUPMC5-Apr-06 9:14 
GeneralRe: SQL/VB.Net Pin
Colin Angus Mackay5-Apr-06 9:54
Colin Angus Mackay5-Apr-06 9:54 
MikeUPMC wrote:
The app I'm designing is replacing one developed in Access.
In Access, the form loads quickly (only waiting for the record count).


That is because it didn't load all the data at once. It loaded what was on screen plus some rows before and after the current position. It would then dynamically get more rows as required in such a way that the user would be unaware.

ADO.NET 2.0 does provide some asynchronous access methods so that you can access information in the background however I have not used them so I cannot tell you how effective they would be, or how much extra complexity they would add to your appliation.


"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)

My: Website | Blog
QuestionUpdate 100 000 rows.... Pin
Pius__X5-Apr-06 4:53
Pius__X5-Apr-06 4:53 
AnswerRe: Update 100 000 rows.... Pin
Colin Angus Mackay5-Apr-06 5:29
Colin Angus Mackay5-Apr-06 5:29 
GeneralRe: Update 100 000 rows.... Pin
Pius__X5-Apr-06 11:09
Pius__X5-Apr-06 11:09 
GeneralRe: Update 100 000 rows.... Pin
Colin Angus Mackay5-Apr-06 11:15
Colin Angus Mackay5-Apr-06 11:15 
GeneralRe: Update 100 000 rows.... Pin
Colin Angus Mackay5-Apr-06 11:17
Colin Angus Mackay5-Apr-06 11:17 
GeneralRe: Update 100 000 rows.... Pin
Pius__X5-Apr-06 23:39
Pius__X5-Apr-06 23:39 
GeneralRe: Update 100 000 rows.... Pin
Colin Angus Mackay6-Apr-06 0:09
Colin Angus Mackay6-Apr-06 0:09 
QuestionExceptionally dumb SQL Server question Pin
BambooMoon5-Apr-06 4:52
BambooMoon5-Apr-06 4:52 
AnswerRe: Exceptionally dumb SQL Server question Pin
Colin Angus Mackay5-Apr-06 5:21
Colin Angus Mackay5-Apr-06 5:21 
QuestionRe: Exceptionally dumb SQL Server question Pin
BambooMoon5-Apr-06 8:24
BambooMoon5-Apr-06 8:24 
AnswerRe: Exceptionally dumb SQL Server question Pin
Colin Angus Mackay5-Apr-06 9:49
Colin Angus Mackay5-Apr-06 9:49 
QuestionHow to do that????? Pin
Pius__X5-Apr-06 4:35
Pius__X5-Apr-06 4:35 
AnswerRe: How to do that????? Pin
Colin Angus Mackay5-Apr-06 5:11
Colin Angus Mackay5-Apr-06 5:11 
Questionfree online SQL Formatter Pin
Tako.Lee4-Apr-06 23:28
Tako.Lee4-Apr-06 23:28 
QuestionHow to Save the values in DataBase. Pin
Amit Agarrwal4-Apr-06 23:23
Amit Agarrwal4-Apr-06 23:23 
QuestionImporting CSV Files Pin
clint19824-Apr-06 23:22
clint19824-Apr-06 23:22 
AnswerRe: Importing CSV Files Pin
PaulMcKenzie4-Apr-06 23:36
PaulMcKenzie4-Apr-06 23:36 

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.