peskywinnets
Registered User.
- Local time
- Today, 17:52
- Joined
- Feb 4, 2014
- Messages
- 578
So I've used Access extensively in my one man business- it's a wonderful tool.
I've recently discovered using APIS, which is helping me be quite efficient with repetitive tasks. However in this vein, I'm seeing that most APIS I want to use are going the way of REST/json ....which there seems to be little (no?) embracing of within VBA, so that got me pondering ....how does it work in a world outside of Access?
What I mean by this is presently I'm using MS Access as a one stop shop for an API, I code it up in VBA & the data is pulled in from a remote server & placed nicely into a table....everything done within access - simple!
Whenever I hear of SQL ...hmm, well that that's just a database isn't it?, when I see the libraries offered for most APIS, it's things like java, ruby, C,....they are programming languages.
So my question is what 'pulls all this together' like I say, in Access everything is done in Access, but wrt SQL...what does everything get done in?!!
Forgive the naive line of questioning, I'm not really a programmer at all & just struggling to get to grips with this & currently the penny is beginning to drop that I may have to start leaning other stuff to be able to embrace all those APIS that use json.
I've recently discovered using APIS, which is helping me be quite efficient with repetitive tasks. However in this vein, I'm seeing that most APIS I want to use are going the way of REST/json ....which there seems to be little (no?) embracing of within VBA, so that got me pondering ....how does it work in a world outside of Access?
What I mean by this is presently I'm using MS Access as a one stop shop for an API, I code it up in VBA & the data is pulled in from a remote server & placed nicely into a table....everything done within access - simple!
Whenever I hear of SQL ...hmm, well that that's just a database isn't it?, when I see the libraries offered for most APIS, it's things like java, ruby, C,....they are programming languages.
So my question is what 'pulls all this together' like I say, in Access everything is done in Access, but wrt SQL...what does everything get done in?!!
Forgive the naive line of questioning, I'm not really a programmer at all & just struggling to get to grips with this & currently the penny is beginning to drop that I may have to start leaning other stuff to be able to embrace all those APIS that use json.