Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I downloaded SQLite zipped file. it includes sqlite3.dll and sqlite3.def.
What is sqlite3.def used for? when I create a .net windows application, shall I put sqlite3.def into bin folder also?


actually I downloaded from there. one is ado.net provider. one is sqlite dll.
from my experience, this .def file has variable definitions for obj file when you recompile the source code.
not sure if I am right.

thanks a million!
Posted
Updated 22-Oct-11 9:44am
v2

1 solution

Use this http://sqlite.phxsoftware.com/[^] library instead as it is all .net
 
Share this answer
 
Comments
Espen Harlinn 16-Oct-11 10:27am    
5'ed!
Mehdi Gholam 16-Oct-11 11:08am    
Cheers

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900