|
-
Jan 30th, 2006, 10:46 PM
#1
Thread Starter
Lively Member
MS Access limitation
just want to know if the limitation of MSAccess of 2 GB is for one database only or for all the MSAccess database combined?
Ask a question and you're a fool for three minutes; do not ask a question and you're a fool for the rest of your life. (Chinese Proverb)
^ _ ^
hope to earn reputation soon....
-
Jan 30th, 2006, 10:56 PM
#2
Re: MS Access limitation
Found it:
1) No row limit, total .mdb size is limited by 2Gb
2) Max 255 columns
3) Use ODBC and e.g. MySQL
In general the 2Gb limit will be large enough, but when needed you can place tables in different .mdb's and link them to a "master" .mdb, making the effective size many times bigger.
Here, scroll down to the answers
-
Jan 30th, 2006, 10:57 PM
#3
Re: MS Access limitation
The 2 Gb limit is per database for Access 2000 and newer. 1 Gb for Access 97.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 30th, 2006, 11:09 PM
#4
Thread Starter
Lively Member
Ask a question and you're a fool for three minutes; do not ask a question and you're a fool for the rest of your life. (Chinese Proverb)
^ _ ^
hope to earn reputation soon....
-
Jan 30th, 2006, 11:51 PM
#5
Re: MS Access limitation
I have never seen an access database go over 100 MB, personally... usually if you have that much data, they are using some other database program....... I don't even see how you could go over 2GB with text. It's not good to store images in a database, or video, or really anything other than text. Best to store pointers to the actual files, and store those types of files in a directory outside of the database...
-
Jan 31st, 2006, 12:12 AM
#6
Re: MS Access limitation
True but i have seena nd used DBs that were 600-800 Mbs in size with no issues. All text and no blob field data either. It was involving an analysis/logging application where it had a few tables of 1,000,000+ records.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 31st, 2006, 10:54 AM
#7
Lively Member
Re: MS Access limitation
 Originally Posted by gigemboy
I have never seen an access database go over 100 MB, personally... usually if you have that much data, they are using some other database program....... I don't even see how you could go over 2GB with text. It's not good to store images in a database, or video, or really anything other than text. Best to store pointers to the actual files, and store those types of files in a directory outside of the database...
I used to maintain an Access database that was about 900Mb in size. Thankfully we went to SQL Server
Wise man once said: "Don't ever get married, just find a woman you don't like and buy her a house".
According to ancient Chinese proverb, "Man with hole in pocket feels cocky all day". 
-
Jan 31st, 2006, 10:56 AM
#8
Re: MS Access limitation
'Compact & Repair' is your friend
TPM
Add yourself to the VBForums Frappr Map!!
-
Jan 31st, 2006, 11:02 AM
#9
Re: MS Access limitation
Yes it is but with large dbs it takes forever to C&R.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 31st, 2006, 11:05 AM
#10
Re: MS Access limitation
I believe it's like defrag, the more you run it the quicker it is.
TPM
Add yourself to the VBForums Frappr Map!!
-
Jan 31st, 2006, 11:09 AM
#11
Re: MS Access limitation
Its more like a defrag and clean up. It clears out "temp" table space used for various operations and stuff. When the db is closed it doesnt get deleted or released. So the C&R is necessary to keep it running it tip top shape.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 31st, 2006, 11:17 AM
#12
Re: MS Access limitation
 Originally Posted by RobDog888
Its more like a defrag and clean up. It clears out "temp" table space used for various operations and stuff. When the db is closed it doesnt get deleted or released. So the C&R is necessary to keep it running it tip top shape.
When I said it's like defrag I ment more that if you run it once a week it'll finish in less time than if you run it once a year...
TPM
Add yourself to the VBForums Frappr Map!!
-
Jan 31st, 2006, 11:54 AM
#13
Re: MS Access limitation
But thats subjective. What if one day you dont add any records and another day you add 1,000,000 records . If you run C&R it will still take a long time because you added allot of records/objects one time and not the other.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 31st, 2006, 12:41 PM
#14
Re: MS Access limitation
True, the same could also be said for Defrag. How often does that happen in real life though...
TPM
Add yourself to the VBForums Frappr Map!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|