Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# form caption Pin
Chris_McGrath11-Sep-06 13:42
Chris_McGrath11-Sep-06 13:42 
Questionread files from folder Pin
btota7-Sep-06 10:30
btota7-Sep-06 10:30 
AnswerRe: read files from folder Pin
Stefan Troschuetz7-Sep-06 10:35
Stefan Troschuetz7-Sep-06 10:35 
AnswerRe: read files from folder Pin
Aaron Dilliard7-Sep-06 10:54
Aaron Dilliard7-Sep-06 10:54 
AnswerRe: read files from folder Pin
chandler837-Sep-06 18:57
chandler837-Sep-06 18:57 
QuestionDatabase C# Pin
Nicostancila7-Sep-06 9:53
Nicostancila7-Sep-06 9:53 
AnswerRe: Database C# Pin
Stefan Troschuetz7-Sep-06 10:04
Stefan Troschuetz7-Sep-06 10:04 
AnswerRe: Database C# Pin
Aaron Dilliard7-Sep-06 11:22
Aaron Dilliard7-Sep-06 11:22 
Access isn't the best database for a lot of things. It is hard to answer without knowing exactly what you are trying to do, but some suggestions....

If you have a 2 tier application where multiple users connect to the database, Access does not support connection pooling, so you have a lot of connections open to the same database/table. This will slow down Access quite a bit.

If the relationships in the database are complex and you are (or are not in some circumstances) forcing the restraints/relations to be upheld in the program, that will drain Access.

Are you filling a datatable with a dataadapter? If so, how many times are you doing it? (Check to make sure your sequence of events doesnt load the data twice). If using commands and a datatable, set BeginLoadData=true before reading the data to the datatable, and =false when done. This temporarily keeps restraints from being enforced.

If none of that helps, more info is needed.
Aaron
GeneralRe: Database C# Pin
Cl.Kurtz7-Sep-06 21:10
Cl.Kurtz7-Sep-06 21:10 
AnswerRe: Database C# Pin
TheCardinal9-Sep-06 8:26
TheCardinal9-Sep-06 8:26 
Questionstore image as binary Pin
Mohammed Elkholy7-Sep-06 8:54
Mohammed Elkholy7-Sep-06 8:54 
AnswerRe: store image as binary Pin
Nader Elshehabi7-Sep-06 9:06
Nader Elshehabi7-Sep-06 9:06 
AnswerRe: store image as binary Pin
Judah Gabriel Himango7-Sep-06 9:08
sponsorJudah Gabriel Himango7-Sep-06 9:08 
Questiondeterme which page the user are Pin
simsen7-Sep-06 8:35
simsen7-Sep-06 8:35 
QuestionAccess to My Documents folder? Pin
LongRange.Shooter7-Sep-06 8:13
LongRange.Shooter7-Sep-06 8:13 
AnswerRe: Access to My Documents folder? Pin
led mike7-Sep-06 8:18
led mike7-Sep-06 8:18 
GeneralRe: Access to My Documents folder? Pin
LongRange.Shooter7-Sep-06 8:21
LongRange.Shooter7-Sep-06 8:21 
GeneralRe: Access to My Documents folder? Pin
led mike7-Sep-06 8:26
led mike7-Sep-06 8:26 
AnswerRe: Access to My Documents folder? Pin
Nader Elshehabi7-Sep-06 8:30
Nader Elshehabi7-Sep-06 8:30 
GeneralRe: Access to My Documents folder? Pin
HahnTech7-Sep-06 13:27
HahnTech7-Sep-06 13:27 
GeneralRe: Access to My Documents folder? Pin
Nader Elshehabi7-Sep-06 15:04
Nader Elshehabi7-Sep-06 15:04 
QuestionDetermining a generic type at runtime Pin
Ista7-Sep-06 8:06
Ista7-Sep-06 8:06 
AnswerRe: Determining a generic type at runtime Pin
LongRange.Shooter7-Sep-06 8:16
LongRange.Shooter7-Sep-06 8:16 
GeneralRe: Determining a generic type at runtime Pin
Ista7-Sep-06 8:20
Ista7-Sep-06 8:20 
QuestionDatabound Variable : IS IT POSSIBLE >? Pin
Nadia Monalisa7-Sep-06 6:46
Nadia Monalisa7-Sep-06 6:46 

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.