vb.net - What is an efficient way to manage a vb form which handles huge data(much higher than 2 gb) with access 2013 as database? -


i designing windows form using vb.net. internet states 2 gb limit .accdb file. required handle data lot larger 2 gb. best way implement this? there anyway regularly store data other access db , empty main database? (but create troubles in migrating data accdb windows form when demanded user?)

edit: read somewhere splitting help. dont see how?- creates copy of database on local machine in network.

you can use linked table of microsoft sql server 2012 express edition has 10 gb limit, the maximum relational database size 10gb.

you can use mysql linked table , 2 tb limitation


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -