SQLite maximum size

Someone could kindly indicate what the maximum size of a database made ??with SQLite
In the same limit on the Microsoft Access of 2 gb ?

thanks again

More documentation can be found there:
http://www.sqlite.org/

[quote=43033:@Stefano Basile]Someone could kindly indicate what the maximum size of a database made ??with SQLite
In the same limit on the Microsoft Access of 2 gb ?

thanks again[/quote]

Take a look at this page: http://www.sqlite.org/limits.html

Says there that maximum size is about 140 TB

there might be a file size limit on the filesystem that is smaller than the 140TB. For example FAT32 has a smaller limit than NTFS. So you will want to check out max file size on the various platforms that you want to deploy your app to.