Search found 3 matches
- Wed Mar 13, 2024 1:59 am
- Forum: General Discussion
- Topic: chilkat library users?
- Replies: 8
- Views: 4447
Re: chilkat library users?
i know this is old, but as someone who is a HUGE fan of the chilkat library, i cannot recommend it enough to ANYONE. there is DETAILED documentation provided for every single possible scenario you could think of in over a dozen different programming languages. It is my go-to solution for anything ...
- Tue Mar 12, 2024 11:22 pm
- Forum: Coding Questions
- Topic: SQLite Problem
- Replies: 2
- Views: 620
Re: SQLite Problem
Thanks, Norm. Honestly, with my amount of experience there was no excuse for that oversight. It was 100% "I'm so great, it must be this new program that is wrong"
After changing it to this, everything works as expected
CheckDatabaseUpdate(0, "CREATE TABLE 'servers' ('serverid' INTEGER ...
After changing it to this, everything works as expected
CheckDatabaseUpdate(0, "CREATE TABLE 'servers' ('serverid' INTEGER ...
- Tue Mar 12, 2024 10:47 pm
- Forum: Coding Questions
- Topic: SQLite Problem
- Replies: 2
- Views: 620
SQLite Problem
Greetings!
Long time VBA / VB6 coder but am new to PureBasic.
I am taking a look at the "Databases" tutorial and even though I normally use MySQL and not SQLite, I figured to try to follow the steps and get a hang of things before migrating over to MySQL.
I'm trying to use the code provided in ...
Long time VBA / VB6 coder but am new to PureBasic.
I am taking a look at the "Databases" tutorial and even though I normally use MySQL and not SQLite, I figured to try to follow the steps and get a hang of things before migrating over to MySQL.
I'm trying to use the code provided in ...