Click here to Skip to main content
15,907,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: About:: Bending the .NET PropertyGrid to Your Will:: Fill value at run time Pin
LongRange.Shooter25-Jul-05 10:13
LongRange.Shooter25-Jul-05 10:13 
Questionwhat is the Event when click on maximize button Pin
Sasuko24-Jul-05 3:55
Sasuko24-Jul-05 3:55 
AnswerRe: what is the Event when click on maximize button Pin
Alomgir Miah24-Jul-05 8:49
Alomgir Miah24-Jul-05 8:49 
GeneralRe: what is the Event when click on maximize button Pin
Sasuko24-Jul-05 11:14
Sasuko24-Jul-05 11:14 
QuestionWhen is my Access db to large? Pin
sa}{en24-Jul-05 3:43
sa}{en24-Jul-05 3:43 
AnswerRe: When is my Access db to large? Pin
Dave Kreskowiak24-Jul-05 4:42
mveDave Kreskowiak24-Jul-05 4:42 
AnswerRe: When is my Access db to large? Pin
DavidNohejl24-Jul-05 4:51
DavidNohejl24-Jul-05 4:51 
AnswerRe: When is my Access db to large? Pin
Scott Serl24-Jul-05 13:46
Scott Serl24-Jul-05 13:46 
1. Access is sometimes convenient, and works well if the demands of the application are not too great.
2. Depends on what you mean by "large".
3. I don't know. I have not used Access in a web application. I know that in a non web server environment that the more simultaneous users you have, and the larger the db, the more corruption problems I have had. I don't know if the same applies in a web app since there will probably only be 1 user (network Service account in win 2k3).
4. I did not have much problem until the database size exceeded at least 500MB or maybe a little larger. I had many corruption problems by the time the db reached 1GB. This was with about 10 to 15 simultaneous users with the mdb file on a network share.
5. It should not be too difficult to convert. I haven't worked with Access in a .Net environment, but in the old days, the date fields required slightly different delimiters than SQL Server.

Note: All my Access experience was with Access 97 using old ADO. I have not used Access in about 3 years.
AnswerRe: When is my Access db to large? Pin
Robert Rohde24-Jul-05 19:56
Robert Rohde24-Jul-05 19:56 
GeneralRe: When is my Access db to large? Pin
sa}{en25-Jul-05 9:28
sa}{en25-Jul-05 9:28 
Generalusing directive Pin
andrewpritchie24-Jul-05 3:40
andrewpritchie24-Jul-05 3:40 
GeneralRe: using directive Pin
DavidNohejl24-Jul-05 4:31
DavidNohejl24-Jul-05 4:31 
GeneralRe: using directive Pin
Dave Kreskowiak24-Jul-05 4:37
mveDave Kreskowiak24-Jul-05 4:37 
QuestionOutlook 2003 Add-In with C#? Pin
fcn][Stampede24-Jul-05 2:07
fcn][Stampede24-Jul-05 2:07 
AnswerRe: Outlook 2003 Add-In with C#? Pin
Brian Delahunty24-Jul-05 2:20
Brian Delahunty24-Jul-05 2:20 
Generalnmake for c# Pin
Mingzhi_8624-Jul-05 1:11
Mingzhi_8624-Jul-05 1:11 
GeneralRe: nmake for c# Pin
Michael P Butler24-Jul-05 2:12
Michael P Butler24-Jul-05 2:12 
GeneralPopulate values in data grid based on few conditions Pin
lovelylooney23-Jul-05 23:14
lovelylooney23-Jul-05 23:14 
GeneralRe: Populate values in data grid based on few conditions Pin
Alomgir Miah24-Jul-05 11:30
Alomgir Miah24-Jul-05 11:30 
GeneralClass... Arrays... Collections... Arg! Pin
MNiece23-Jul-05 17:29
MNiece23-Jul-05 17:29 
GeneralRe: Class... Arrays... Collections... Arg! Pin
Rob Graham23-Jul-05 18:23
Rob Graham23-Jul-05 18:23 
GeneralRe: Class... Arrays... Collections... Arg! Pin
MNiece25-Jul-05 2:23
MNiece25-Jul-05 2:23 
GeneralRe: Class... Arrays... Collections... Arg! Pin
Rob Graham25-Jul-05 3:25
Rob Graham25-Jul-05 3:25 
GeneralDatagrid Pin
Srinivas Jonnalagadda23-Jul-05 7:45
Srinivas Jonnalagadda23-Jul-05 7:45 
GeneralRe: Datagrid Pin
Christian Graus23-Jul-05 11:02
protectorChristian Graus23-Jul-05 11:02 

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.