4Eyes Posted May 22, 2009 Posted May 22, 2009 Hi folks, I need to link to a database that can handle let's say 100,000 records. I can see there are SQLite functions available but I have no idea how to use them or even get started. Can anybody give some suggestions? Maybe you've done something similar. BTW, I am NOT looking for a canned solution so don't flame me. Melba23, I think this may be something you have experience with. Ta, 4Eyes
PsaltyDS Posted May 22, 2009 Posted May 22, 2009 Hi folks,I need to link to a database that can handle let's say 100,000 records. I can see there are SQLite functions available but I have no idea how to use them or even get started. Can anybody give some suggestions? Maybe you've done something similar.BTW, I am NOT looking for a canned solution so don't flame me. Melba23, I think this may be something you have experience with.Ta,4EyesSQLite will work fine, and 100K records is a pretty tame requirement. Have you tried running the _SQLite* function example scripts from the help file? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
4Eyes Posted May 23, 2009 Author Posted May 23, 2009 SQLite will work fine, and 100K records is a pretty tame requirement. Have you tried running the _SQLite* function example scripts from the help file? PsaltyDS,To tell you the truth I hadn't. SQL has always intimidated me. I read a lot of the the thread where SQLite support was proposed quite some time ago but it was/is very dry reading.Having looked at the examples I think I can actually understand what is going on.Looks like I have egg on my face yet again.Thank you for showing me that I should trust the UDF's and help file, yet again.Regards,4Eyes
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now