question

newuser-ed749192-a59a-4328-b702-c2baf02bdf9b avatar image

Skill that query an MS Access database

Hello. I mantain a site that liests a calendar of running races. It is [redacted]. It is based on a MS Access database. Can I make a skill that queries this type of database. How can I start? Thank you

skillalexa
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Rokas avatar image
Rokas answered

Yes you can, querying database is totally separate thing and you can use whatever database provider you want with it. I don't know with what language you work, but you would query the database as you do in any other program, just use some sort of library and connect to it.

Where to start? If you program with JS, I would suggest building a couple of examples from sdk github: here. They should get you on track to building your first skill. There are of course many more resources and they easy to find, if you prefer watching videos etc. etc. After you learn to build some basic stuff and get the hang of them of how they work, you can start connecting database to it.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.