Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Studio Chat / [SOLVED] SQL server modules

Author
Message
Aidan
User Banned
Posted: 5th Nov 2023 15:58 Edited at: 5th Nov 2023 16:07
Hello,

Most things these days is stored on a server of such like highscores, but I like SQL server functionality for its compression and security.

Just curious if it's possible to do such thing.

Like to write plug ins to create/read/update/delete to and from an SQL server by using the SQL command strings in AppGameKit and then send to a SQL server. This will allow logging in, passwords, highscores, current game status, images etc etc .

Is this do-able with aid of a plug in.

SQL server gives apps more protection - like apps like Facebook/Twitter (X),, discord, instant messaging apps things like that


Kind regards

Aidan

The author of this post has marked a post as an answer.

Go to answer

Zappo
Valued Member
19
Years of Service
User Offline
Joined: 27th Oct 2004
Location: In the post
Posted: 7th Nov 2023 00:21
This post has been marked by the post author as the answer.
You can certainly store data in an SQL server and send it queries via the web commands built into AppGameKit. You just need to have a web interface in between which accepts the requests and sends them to the SQL backend. Most people here (including me) use PHP for this and it's quite a simple task. AppGameKit supports communicating over https (encrypted) but you would probably want to add some extra security of your own too.
Aidan
User Banned
Posted: 7th Nov 2023 09:02
Ahhh web server API back ends to so it instead and then send http web string into the Web API interface to then let that do the work.

Nice one, didn't think of it that way.

Cheers

Aidan

Login to post a reply

Server time is: 2024-05-07 10:41:51
Your offset time is: 2024-05-07 10:41:51