jmauver,
You are correct. Once you copy the DatabaseSQLite library into the PureLibraries folder, PB will then be able to call the functions in the library. The only thing you have to do is restart the compiler so that it will see the new library. After you do this, you will be set.
The problem ...
Search found 72 matches
- Thu Jul 24, 2008 3:27 am
- Forum: Coding Questions
- Topic: Confused about SQLite...
- Replies: 26
- Views: 4518
- Wed Jul 23, 2008 2:40 am
- Forum: Coding Questions
- Topic: Confused about SQLite...
- Replies: 26
- Views: 4518
- Tue Jul 22, 2008 6:53 pm
- Forum: Coding Questions
- Topic: Confused about SQLite...
- Replies: 26
- Views: 4518
- Wed Jul 16, 2008 6:34 pm
- Forum: Coding Questions
- Topic: text.s + "whatever" not working.
- Replies: 8
- Views: 2043
- Wed Jul 16, 2008 1:40 am
- Forum: Coding Questions
- Topic: text.s + "whatever" not working.
- Replies: 8
- Views: 2043
- Thu Jul 10, 2008 1:27 am
- Forum: Coding Questions
- Topic: I need to clean my windows!
- Replies: 3
- Views: 1273
- Tue Jul 08, 2008 6:47 pm
- Forum: TailBite
- Topic: [DONE] 1.875 (PB 4.20) - Invalid memory access
- Replies: 3
- Views: 5315
- Mon Jul 07, 2008 6:11 pm
- Forum: TailBite
- Topic: [DONE] 1.875 (PB 4.20) - Invalid memory access
- Replies: 3
- Views: 5315
- Sat Jul 05, 2008 6:31 pm
- Forum: Tricks 'n' Tips
- Topic: Saving and retrieving binary files from PB SQLite
- Replies: 2
- Views: 2242
- Sat Jul 05, 2008 5:28 pm
- Forum: Coding Questions
- Topic: Saving and retrieving binary files from PB SQLite
- Replies: 2
- Views: 1134
- Sat Jul 05, 2008 5:26 pm
- Forum: Tricks 'n' Tips
- Topic: Saving and retrieving binary files from PB SQLite
- Replies: 2
- Views: 2242
Saving and retrieving binary files from PB SQLite
This is an example of saving and retrieving binary files using PB's implementation of SQLite. Maybe someone will find this to be helpful. Any thoughts on optimization would be useful.
Procedure.s GetBase64StringFromFile(file.s)
; This uses code posted by netmaestro
; http://www.purebasic.fr ...
Procedure.s GetBase64StringFromFile(file.s)
; This uses code posted by netmaestro
; http://www.purebasic.fr ...
- Sat Jul 05, 2008 5:17 pm
- Forum: Coding Questions
- Topic: Saving and retrieving binary files from PB SQLite
- Replies: 2
- Views: 1134
- Sat Jul 05, 2008 5:03 pm
- Forum: Coding Questions
- Topic: Saving and retrieving binary files from PB SQLite
- Replies: 2
- Views: 1134
Saving and retrieving binary files from PB SQLite
I am having no problem saving and retrieving binary files using PB's implementation of SQLite (thanks to netmaestro, and of course Fred and Company). However, I would like to optimize this. Because of the requirement that the Base64Encoder output buffer be 33% larger than the input buffer, the ...
- Thu Jul 03, 2008 2:42 am
- Forum: Coding Questions
- Topic: SQLite Connection Limit
- Replies: 42
- Views: 7514
Thanks Karbon,
I too have rewritten an application, converting over to built-in SQLite database functionality in PB. I will also wait for a fix, and try to find a work around in the meantime. I have versions of the application in numerous other languages, and find that Purebasic is the best of all ...
I too have rewritten an application, converting over to built-in SQLite database functionality in PB. I will also wait for a fix, and try to find a work around in the meantime. I have versions of the application in numerous other languages, and find that Purebasic is the best of all ...
- Thu Jul 03, 2008 12:53 am
- Forum: Coding Questions
- Topic: SQLite Connection Limit
- Replies: 42
- Views: 7514