Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Ayumi, 1 invisible), 584 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 4 1 2 3 4
[GSTsqlite] initial release 0.2 beta #138797
06/29/07 14:49
06/29/07 14:49
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
Yet another database plugin based on sqlite 3.x
The really big advantage of sqlite is that the database is in one file, no installation etc. required.

ATM no really framework just open/close database, execute sql, walk-through resultset, get values, some helper functions
Download

Code:

dllfunction GSTsqlite_OpenDatabase(dbname); // opens a file database SQLite 3.x
dllfunction GSTsqlite_CloseDatabase(); // close database
dllfunction GSTsqlite_Execute(sql);
dllfunction GSTsqlite_NextRow();
dllfunction GSTsqlite_EOF();
dllfunction GSTsqlite_GetString(field, value);
dllfunction GSTsqlite_GetFloat(field, value);
dllfunction GSTsqlite_GetInteger(field, value);



Any suggestions/bug reports here or on my Tasklist


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTsqlite] initial release 0.2 beta [Re: nfs42] #138798
07/05/07 22:50
07/05/07 22:50
Joined: Feb 2006
Posts: 126
USA,
manic7creations Offline
Member
manic7creations  Offline
Member

Joined: Feb 2006
Posts: 126
USA,
nfs42, when you are talking about sqlite 3.x you are talking about some kind of open source database right. Where do I get a database program to make my database file for your plugin?

Re: [GSTsqlite] initial release 0.2 beta [Re: manic7creations] #138799
07/06/07 00:30
07/06/07 00:30
Joined: Feb 2006
Posts: 126
USA,
manic7creations Offline
Member
manic7creations  Offline
Member

Joined: Feb 2006
Posts: 126
USA,
nfs42, I want to also tell you I am very interested in your tool for 3dgs.

Re: [GSTsqlite] initial release 0.2 beta [Re: manic7creations] #138800
07/06/07 08:24
07/06/07 08:24
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTsqlite] initial release 0.2 beta [Re: nfs42] #138801
08/01/07 12:25
08/01/07 12:25
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
Any suggestions, bugs or other info ??
I would like to set GSTsqlite to official release 1.0 with some documentation the next days.


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTsqlite] initial release 0.2 beta [Re: nfs42] #138802
08/01/07 16:27
08/01/07 16:27
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Here is a link to a GUI for SQLite,
to access the database:

http://www.guyfromchennai.com/downloads/sqlitegui/

you have to install the dll of sqlite in it too.
get is here:

http://www.sqlite.org/download.html

Re: [GSTsqlite] initial release 0.2 beta [Re: Damocles] #138803
08/01/07 16:44
08/01/07 16:44
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTsqlite] initial release 0.2 beta [Re: nfs42] #138804
08/01/07 16:47
08/01/07 16:47
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Thanks, this is much better

Re: [GSTsqlite] initial release 0.2 beta [Re: nfs42] #138805
08/10/07 09:37
08/10/07 09:37
Joined: Jul 2007
Posts: 69
fat32 Offline
Junior Member
fat32  Offline
Junior Member

Joined: Jul 2007
Posts: 69
hi
please learn this prog.
thanks

Last edited by fat32; 08/10/07 10:49.

dobidob hosein_dig and max_man7000 game

HAPPY NEW YEAR !!
Re: [GSTsqlite] initial release 0.2 beta [Re: nfs42] #138806
08/10/07 11:00
08/10/07 11:00
Joined: Apr 2006
Posts: 1,551
Netherlands
D3D Offline
Serious User
D3D  Offline
Serious User

Joined: Apr 2006
Posts: 1,551
Netherlands
nfs42: I was trying to get Destops A6mySQL plugin to work with Lite-C. May I ask is your engine extension compatible with Lite-C or are you planning to make it available in the future? If so I think your solution is more compact and easier to use.


smile
Page 1 of 4 1 2 3 4

Moderated by  aztec, Blink, HeelX 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1