Click here to Skip to main content
15,914,795 members
Home / Discussions / Database
   

Database

 
GeneralRe: Embeddable SQL database [modified] Pin
Jörgen Sigvardsson30-Jul-06 0:06
Jörgen Sigvardsson30-Jul-06 0:06 
GeneralRe: Embeddable SQL database Pin
S Douglas30-Jul-06 21:14
professionalS Douglas30-Jul-06 21:14 
GeneralRe: Embeddable SQL database Pin
Jörgen Sigvardsson30-Jul-06 21:20
Jörgen Sigvardsson30-Jul-06 21:20 
GeneralRe: Embeddable SQL database Pin
S Douglas30-Jul-06 21:53
professionalS Douglas30-Jul-06 21:53 
GeneralRe: Embeddable SQL database Pin
Jörgen Sigvardsson30-Jul-06 22:12
Jörgen Sigvardsson30-Jul-06 22:12 
GeneralRe: Embeddable SQL database Pin
S Douglas5-Aug-06 6:50
professionalS Douglas5-Aug-06 6:50 
QuestionIncrease the speed when fetching bulk data from database using asp.net Pin
Ravi kumar G29-Jul-06 2:49
Ravi kumar G29-Jul-06 2:49 
AnswerRe: Increase the speed when fetching bulk data from database using asp.net Pin
Colin Angus Mackay29-Jul-06 9:03
Colin Angus Mackay29-Jul-06 9:03 
Ravi kumar G wrote:
Increase the speed when fetching bulk data from database using asp.net


No wonder you're having problems. ASP.NET is for web applications. There is no database code in there. I think you want to use ADO.NET for accessing the database.


Ravi kumar G wrote:
i am getting a problem when fetching more then 5000 recoreds from database ... its take more time to fetch


Naturally, the more rows you get from the database the longer it will take.


Ravi kumar G wrote:
i need the Proper coding for fetching bulk data


There is no single answer to this. It all depends on what you are trying to do.

Ravi kumar G wrote:
Note: data comes from only one or two tables only


Well, if there is a join involved then that could be a source of the slow down. If there is only one table involved then it could be on the filters you are applying (i.e. what's in the WHERE clause)

However, we need more information if you want help. The data model would be helpful along with the queries you are using to try and extract the data.


QuestionHow to avoid duplicate entries in DataTable. Pin
VenkataRamana.Gali28-Jul-06 21:16
VenkataRamana.Gali28-Jul-06 21:16 
QuestionReporting Services - PLEASE HELP! Pin
VK-Cadec28-Jul-06 7:52
VK-Cadec28-Jul-06 7:52 
AnswerRe: Reporting Services - PLEASE HELP! Pin
ToddHileHoffer28-Jul-06 8:10
ToddHileHoffer28-Jul-06 8:10 
GeneralRe: Reporting Services - PLEASE HELP! Pin
VK-Cadec28-Jul-06 8:14
VK-Cadec28-Jul-06 8:14 
GeneralRe: Reporting Services - PLEASE HELP! Pin
ToddHileHoffer28-Jul-06 8:18
ToddHileHoffer28-Jul-06 8:18 
GeneralRe: Reporting Services - PLEASE HELP! Pin
VK-Cadec28-Jul-06 8:27
VK-Cadec28-Jul-06 8:27 
GeneralRe: Reporting Services - PLEASE HELP! Pin
ToddHileHoffer28-Jul-06 8:48
ToddHileHoffer28-Jul-06 8:48 
QuestionAccess denied - urgent Pin
dansoft28-Jul-06 6:58
dansoft28-Jul-06 6:58 
AnswerRe: Access denied - urgent Pin
VK-Cadec28-Jul-06 7:35
VK-Cadec28-Jul-06 7:35 
AnswerRe: Access denied - urgent [modified] Pin
S Douglas29-Jul-06 20:04
professionalS Douglas29-Jul-06 20:04 
QuestionReferential Integrity Question [modified] Pin
xfitr228-Jul-06 6:27
xfitr228-Jul-06 6:27 
AnswerRe: Referential Integrity Question Pin
ToddHileHoffer28-Jul-06 6:57
ToddHileHoffer28-Jul-06 6:57 
QuestionSQL Server Connection Pin
smarttom9928-Jul-06 5:31
smarttom9928-Jul-06 5:31 
AnswerRe: SQL Server Connection Pin
ToddHileHoffer28-Jul-06 7:00
ToddHileHoffer28-Jul-06 7:00 
QuestionCombining results of two queries Pin
coolestCoder28-Jul-06 4:19
coolestCoder28-Jul-06 4:19 
AnswerRe: Combining results of two queries Pin
ToddHileHoffer28-Jul-06 5:35
ToddHileHoffer28-Jul-06 5:35 
QuestionDatasets + Update Issue [modified] Pin
Tristan Rhodes28-Jul-06 4:07
Tristan Rhodes28-Jul-06 4:07 

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.