This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I read that your dll is 120kb. So if i was to write an application using Lightspeed then would the size of that application be whatever I designed plus the 120kb of your ORM. Or is there a larger footprint in my application when using Lightspeed. Your entire program is about 5MB is that the amount incorporated into my application. If it was only 120kb that would be cool. Thank You Bertie |
|
|
Hi Bertie, You are right that the assembly is about 120KB so this would be the total size addition to your application. Note that if you need support for other providers such as SQLite that there are additional provider assemblies required as well. If you're working with SQL Server then all you need is the LightSpeed assembly. The 5MB size is just the installer which includes all required assemblies for other database support (Oracle, MySQL, SQLite, PostgreSQL) as well as documentation and samples. That's is why it is much larger than the 120KB. Hope that helps, John-Daniel Trask |
|