Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
GeneralAbout:: Bending the .NET PropertyGrid to Your Will:: Fill value at run time Pin
hardew24-Jul-05 4:00
hardew24-Jul-05 4:00 
GeneralRe: About:: Bending the .NET PropertyGrid to Your Will:: Fill value at run time Pin
Luis Alonso Ramos24-Jul-05 19:19
Luis Alonso Ramos24-Jul-05 19:19 
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 
Access is a database meant for desktop use. It's not meant to be used in a web environment. Since Access databases don't compact themselves, with continued use, your database will get bigger and bigger over time. You'll have to shut down your website, launch Access, or some other tool, compact and repair the database, then bring your website back up.

Think about it. You're using a website that has the possiblity of growing. An Access database will be a large bottoneck in the performance of your site, should it get the traffic.

It's relatively easy to upsize an Access database to SQL Server. There's a tool built into Access to do it. It's just that what is generated by the tool might not be the best performing SQL. It's a decent short term solution, but you'd probably be better off re-writing for SQL Server by hand.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

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 
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 

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.