Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (Quad, TipmyPip, degenerate_762, AndrewAMD, Nymphodora), 997 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
LiteC SqLite Connector #421684
04/23/13 02:58
04/23/13 02:58
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
Hello friends. I'm working on a plugin interaction between LITEC and SQLite.
So far, the plugin functions are ONLY the essentials for handling and managing the database.

Download LiteC SQLITE Connector V 1.1[/url]
Update in 13/setember/2013

Sample files included in the package

DOWNLOAD LITEC PLUGIN:
http://sourceforge.net/projects/sqlite3cworkitv10/files/3DGD/LITEC_sqlte3_v1.1.zip/download

PROJECT:
https://sourceforge.net/projects/sqlite3cworkitv10/?source=navbar

SQLITE Software MANANGER
http://sqlitebrowser.sourceforge.net/

Last edited by NeoNeper; 09/13/13 21:07.

Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________
Re: LiteC SqLite Connector [Re: NeoNeper] #421685
04/23/13 03:09
04/23/13 03:09
Joined: Jan 2013
Posts: 17
B
BySharDe2 Offline
Newbie
BySharDe2  Offline
Newbie
B

Joined: Jan 2013
Posts: 17
Wow, Cannot believe you are still working on it!
Good work.

Re: LiteC SqLite Connector [Re: BySharDe2] #421696
04/23/13 11:47
04/23/13 11:47
Joined: Aug 2002
Posts: 3,258
Mainz
oliver2s Offline
Expert
oliver2s  Offline
Expert

Joined: Aug 2002
Posts: 3,258
Mainz
Wow, really great contribution. Worked myself on a SQLite Plugin, but never finished it because of other prior work.

Re: LiteC SqLite Connector [Re: oliver2s] #421698
04/23/13 12:04
04/23/13 12:04
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
Works well!
I will still in Place more functions to meet the requirements of my project, so soon I'll post the new version!.
If someone need any function that is not implemented, let me know and I will be including for the use of you.


Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________
Re: LiteC SqLite Connector [Re: NeoNeper] #429541
09/13/13 21:05
09/13/13 21:05
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
SQLITE3 FOR LITEC UPDATE. Now for #C and C++, NewFUnctions included.
I have not finished the documentation for Litec, but the zip file, there are several sources for learning!
USE doubt, just ask!


Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________
Re: LiteC SqLite Connector [Re: NeoNeper] #463616
12/17/16 00:44
12/17/16 00:44
Joined: Oct 2016
Posts: 23
NSW
M
mayark Offline
Newbie
mayark  Offline
Newbie
M

Joined: Oct 2016
Posts: 23
NSW
I tried to use this but getting errors. Has anyone got this working?

Here is what I tried.

1. I commented out the line <acknex.h>, since I couldn't find it anywhere in litec.
2. When I tried to run it in zorro test mode, I get the below 3 errors.

Error in 'line 15' (please follow the below code for line numbers)
'MZ' undeclared identifier.
<function main()>



Could someone shed some light on this please?

Thank you for your help.


////////////////////////////////////////////////////////////////////////////////////////////
/*Connect to te database*/
////////////////////////////////////////////////////////////////////////////////////////////

//#include <acknex.h>
#include <default.c>
#include <windows.h>

//Include the DLL functions prototype
//#include "lib_sqlitec.h";

#include "C:UsersLenovoZorrosqlite3_pluginlib_sqlitec.h";
#include "C:UsersLenovoZorrosqlite3_pluginsqlite3c.dll";

function main()
{

//Start DLL Functions prototypes
libsqlite_start("C:UsersLenovoZorrosqlite3_pluginsqlite3c.dll");

wait(1);

char* db = "C:UsersLenovoZorrosqlite3_pluginmydata.db";
char errbuff[256];

if(!sql_conect(db,SQLITE_OPEN))
{

printf("successfully connected");

}
else
{
sql_get_error(errbuff);
printf("%s",errbuff);
}

sql_close();
}

Re: LiteC SqLite Connector [Re: NeoNeper] #466116
05/25/17 17:55
05/25/17 17:55
Joined: Dec 2009
Posts: 19
Saskatchewan
C
codeChallenged Offline
Newbie
codeChallenged  Offline
Newbie
C

Joined: Dec 2009
Posts: 19
Saskatchewan
Thank you, used code to create a small database to go with a 3DGS project.

Re: LiteC SqLite Connector [Re: codeChallenged] #476335
02/19/19 09:05
02/19/19 09:05
Joined: Apr 2018
Posts: 46
M
MINER Offline
Newbie
MINER  Offline
Newbie
M

Joined: Apr 2018
Posts: 46
This is good, great job.


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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