Restored from previous forum. Originally posted by El_Choni.
Sorry, I mean "create a database", of course you can create a table with the DLL. Sorry about the problems with 1.11. As Manolo said, I'm working on 1.3 to have those problems solved. In the meanwhile, you can download 1.2 which is like 1.11 but a bit more stable (I hope
Restored from previous forum. Originally posted by KNS.
Forgive the extremely naive question, but will it be possible to visually create/initialize databases within a PB program, then extract the items non-interactively? Essentially, I'm looking for an easy way to enter data. From what I've read test.db was created using sqlite.
Restored from previous forum. Originally posted by gnozal.
I have just downloaded sqlite_132.zip.
I am behind a stupid firewall/antivirus wich removed SQLiteBuild.bat from the file.
Can someone please post the content of the SQLiteBuild.bat file ?
Thanks.
Note: you need NAsm.exe in Compilers/ and lcclib.exe in Library SDK/. I've seen that NAsm.exe is no longer in the compilers directory, so either you have a copy somewhere esle and you copy it to the Compilers/ directory, either you download it from http://nasm.sourceforge.net. I'll translate the code to Fasm ASAP, so you don't need Nasm any more to build the lib.
Restored from previous forum. Originally posted by El_Choni.
@KNS: yes, creating a db is as easy as opening a database that does not exist (in that case, SQLite.dll creates it). That's what the example file does, after that it creates a table and fills it with some data.
Restored from previous forum. Originally posted by KNS.
El_Choni,
Thanks for the reply. A refined version of my question would be, is there a grid/table object, like Excel, that can be used to facilitate data entry once the table has been created? I've only recently purchased PureBasic and have not had the opportunity to explore other than browsing the various examples I've found in these forums. Unfortunately, I have yet to encounter any snippets that incorporate a grid-like object for interacting with data. If this is possible a pointer would be much appreciated.
(I'll also take a closer look at your example file.)