Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to create an API that works with Mircrosoft Access, with ROBLOX?

Asked by 4 years ago

I was looking into the concept of creating an external database for a game that I am making and was looking at external databases that I could use. I was just wondering if anybody knew if it was possible to use Microsoft Access and if it is, how?

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Microsoft Access seems to run off Microsoft Jet which manipulates relational databases. It may not be the exact same, but maybe you could run an express based server and modify something like this. Sqlite is also a relational database and if you needed to edit it there are many programs available to do so online.

Ad

Answer this question