Jump to content

Recommended Posts

Posted

This is the question because i get no error.  But i lost usability (all calculations done in a Memory db and results all birthsdays are forgotten).

21600  lines are in stripped file as result of 1400 lines source code. 

Is there a need to update to a newer version? I'm not firm with github so i am afraid of new errors. 

Happy new year and bestwishes from (auto)Bert

  • Solution
Posted

SQLite v3.25.2 is dated 2018-09-25, so yes it's terribly outdated. Official current version of DLL (v3.47.2) and tools available from https://www.sqlite.org/download.html

SQLite team takes backward compatibility very seriously, so I don't get what your problem is. A program working with v3.25.2 will surely work under v3.47.2 but won't make use of all the new features added/fixed in between. OTOH, a program coded for using the recent features may obviously fail to work with older versions of the DLL.

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Posted

Not much to add to @jchds answer. My recommendation is to update - at least to avoid security vulnerabilities that came with the old version you use.

26 minutes ago, AutoBert said:

I'm not firm with github so i am afraid of new errors. 

Don't be afraid. GitHub is pretty easy and in case of SQLite you don't have to use it at all, because the repository is only a source code mirror there. In the worst case, consult the SQLite Forum instead of using a "GitHub issue".

30 minutes ago, AutoBert said:

Happy new year and bestwishes from (auto)Bert

Same same 😀 . Best regards
Sven

Stay innovative!

Spoiler

🌍 Au3Forums

🎲 AutoIt (en) Cheat Sheet

📊 AutoIt limits/defaults

💎 Code Katas: [...] (comming soon)

🎭 Collection of GitHub users with AutoIt projects

🐞 False-Positives

🔮 Me on GitHub

💬 Opinion about new forum sub category

📑 UDF wiki list

✂ VSCode-AutoItSnippets

📑 WebDriver FAQs

👨‍🏫 WebDriver Tutorial (coming soon)

Posted

Thanks to both, i used the link that@ jchd posted, started my already compiled exe and it runs. So i marked this post as solution, yet i can go on with next steps: insert the dates for WSBK and MotoGP. Thank's a lot.

Sorry @SOLVE-SMART, but he was faster. But i will show in the forum you posted (as guest without registration)

mfg (auto)Bert

Posted
11 minutes ago, AutoBert said:

Sorry @SOLVE-SMART, but he was faster.

Sorry for what? That you set the "Solution" to @jchd answer 🤔 ? All good, no worries, I am here to help not to get achievements.

11 minutes ago, AutoBert said:

But i will show in the forum you posted (as guest without registration)

Easy ... , don't worry about it. Good to hear that it worked for you 👌 .

Best regards
Sven

Stay innovative!

Spoiler

🌍 Au3Forums

🎲 AutoIt (en) Cheat Sheet

📊 AutoIt limits/defaults

💎 Code Katas: [...] (comming soon)

🎭 Collection of GitHub users with AutoIt projects

🐞 False-Positives

🔮 Me on GitHub

💬 Opinion about new forum sub category

📑 UDF wiki list

✂ VSCode-AutoItSnippets

📑 WebDriver FAQs

👨‍🏫 WebDriver Tutorial (coming soon)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...