Results 1 to 7 of 7
  1. #1
    Gav is offline Novice
    Windows Vista Access 2007
    Join Date
    Sep 2014
    Location
    Brisbane
    Posts
    3

    Array Database

    Hi,

    Is it possible to link databases to avoid hitting the 2GB limit?
    I figure if I could limit a database size to say 1.5GB and have the rest of the entries produced by the automated process spill in to the next linked database I could avoid the issues I'm having with the 2GB size limit.

    The program that is creating the entries would need the name of the original file to access the results.



    Alternatively, can entries in column b with a value < the top 100 entries be deleted while other entries are being created by the program?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    Yes, can use multiple databases to avoid the 2GB limit. Have data in 'backend' databases. Have a 'frontend' that links to the various backends. The frontend has queries, forms, reports, code.

    What program is creating entries? It doesn't need to do anything except use the links same way as tables.

    You can delete data if you really, really won't ever need it again.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Gav is offline Novice
    Windows Vista Access 2007
    Join Date
    Sep 2014
    Location
    Brisbane
    Posts
    3
    So if I split the database how do I create the multiple back-end that will spill the entries for one table over say 2 databases. Will the front end recognise the multiple back end as the original table

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    I've never had to do this. Not really sure the best approach to use.

    Is one table causing the db to hit the 2MB limit?

    I've never had to do this but I expect options are:

    1. break data logically - maybe by calendar year - No, the frontend will not recognize the linked tables as the 'original' table.

    2. have complete tables in separate database files

    3. akin to option 1 - 'archive' old data and don't use the archive files - create records in a new file that summarize the archive data and continue with new data entry
    This link talks about 'stock takes' for large inventory database http://allenbrowne.com/AppInventory.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Is it possible to link databases to avoid hitting the 2GB limit?
    You can have a FE link to two (or more) BEs where each can be 2 GB.
    Lets say you have one table in BE1 and that BE is 1.5GB. BE2 has one table and is 1.5 GB in size. You can have a FE link to both BEs and have an effective BE size of 4 GB with 3 GB used.

    There is no automatic method in Access of having data "spill over" to BE2 if BE1 reaches a limit. You *might* be able to write enough code to accomplish that, but I wouldn't want to try.

    How much data do you have to import/store?
    You might think about moving to SQL Express 2008 R2 SP2 or SQL Express 2012
    The largest database supported by SQL Server Express has been increased from 4 GB to 10 GB.

    You can download:
    Microsoft® SQL Server® 2008 R2 SP2 - Express Edition
    http://www.microsoft.com/en-us/downl....aspx?id=30438

    Microsoft® SQL Server® 2012 Express
    http://www.microsoft.com/en-us/downl....aspx?id=29062

    Microsoft® SQL Server® 2008 Management Studio Express
    http://www.microsoft.com/en-us/downl...s.aspx?id=7593


    You would still link to tables in SQL Express the same as Access BE.

  6. #6
    Gav is offline Novice
    Windows Vista Access 2007
    Join Date
    Sep 2014
    Location
    Brisbane
    Posts
    3
    It is a part of a stock trading program. The formulas from within the program feed information to the access table. There could be 8-10 variables located within formulas with a range say between 1-20, there could be 20 stocks and data could be over a period of 12 months for example.

    So you can imagine that there would be a lot of data all allocated to this one table.

    Is it possible to have the Microsoft database sort and delete data while entries are still coming in from the program?
    Or is there another option to consider such as SQL, if so where should I start?

  7. #7
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    Import and delete actions would not happen simultaneously. Access can do only one thing at a time.

    Did you ssanfu's post that mentioned MySQL?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Need help with array
    By programmingbeginner in forum Programming
    Replies: 14
    Last Post: 08-28-2014, 01:30 PM
  2. export to a 2D array
    By pradeep.sands in forum Forms
    Replies: 4
    Last Post: 07-24-2013, 08:59 AM
  3. Array of variables in a survey database
    By natilton in forum Programming
    Replies: 6
    Last Post: 10-20-2011, 03:19 PM
  4. Array will not ReDim...
    By yeah in forum Programming
    Replies: 1
    Last Post: 10-08-2011, 06:30 PM
  5. can i put the result in array?
    By dada in forum Programming
    Replies: 1
    Last Post: 08-19-2010, 07:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums