Lotus Notes to Microsoft Access
-
Each article is it's own record.
-
@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender said in Lotus Notes to Microsoft Access:
But, I thought it was the general consensus here to not ever use Access if possible, use other more enterprise tools like mySQL and something for a front end?
The development cost would never be worth it. No matter what @scottalanmiller says.
I hate Access with a passion. I firmly believe it needs to die in a fire along with Faxing.
That said Base or Access are the absolute right tool for this job.
They have Access already installed and I'm willing to install Base on each computer just for this. I should probably add this is just a legacy system that is read only, so it's not going to grow and use over time will decline.
-
@Mike-Davis said in Lotus Notes to Microsoft Access:
@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender said in Lotus Notes to Microsoft Access:
But, I thought it was the general consensus here to not ever use Access if possible, use other more enterprise tools like mySQL and something for a front end?
The development cost would never be worth it. No matter what @scottalanmiller says.
I hate Access with a passion. I firmly believe it needs to die in a fire along with Faxing.
That said Base or Access are the absolute right tool for this job.
They have Access already installed and I'm willing to install Base on each computer just for this. I should probably add this is just a legacy system that is read only, so it's not going to grow and use over time will decline.
Ah, ok. I was under the impression these were flat text file type deals. If you already have licenses for Access, why use Base?
-
@Dashrender said in Lotus Notes to Microsoft Access:
OK so that's the situation eh? The dev for doing is this not as easy as using Access? that's a drag!
You continue to add things that do not exist. Who said anything about the specific dev for this? No one. Who said anything about owning Access (at the time you posted this)? No one.
-
@Mike-Davis said in Lotus Notes to Microsoft Access:
@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender said in Lotus Notes to Microsoft Access:
But, I thought it was the general consensus here to not ever use Access if possible, use other more enterprise tools like mySQL and something for a front end?
The development cost would never be worth it. No matter what @scottalanmiller says.
I hate Access with a passion. I firmly believe it needs to die in a fire along with Faxing.
That said Base or Access are the absolute right tool for this job.
They have Access already installed and I'm willing to install Base on each computer just for this. I should probably add this is just a legacy system that is read only, so it's not going to grow and use over time will decline.
Alright, you own access already, so it is certainly an option. You can go that route or Base. Completely up to you. You can even just do it to Access right now and if you want to get off MS later, migrate it to Base with this extension.
@Dashrender the problem with using an actual database like MySQL/MariaDB/SQL Express is that you then have to write an interface to even look at the data. For simple data, it is much easier to simply use the GUI that Access/Base provides to look at records.
-
If it's just text you could do wordpress maybe for it? Don't know just a random thought
But if you have Access already there's no reason not to use it.
-
@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender said in Lotus Notes to Microsoft Access:
OK so that's the situation eh? The dev for doing is this not as easy as using Access? that's a drag!
You continue to add things that do not exist. Who said anything about the specific dev for this? No one. Who said anything about owning Access (at the time you posted this)? No one.
Dude STFU - I'm asking for me, not the OP.. yes I'm butting the FUCK into his conversation, but it's mine.. so either answer my question or ignore me, don't harass me
-
@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender the problem with using an actual database like MySQL/MariaDB/SQL Express is that you then have to write an interface to even look at the data. For simple data, it is much easier to simply use the GUI that Access/Base provides to look at records.
Thank you!
-
@Dashrender said in Lotus Notes to Microsoft Access:
@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender said in Lotus Notes to Microsoft Access:
OK so that's the situation eh? The dev for doing is this not as easy as using Access? that's a drag!
You continue to add things that do not exist. Who said anything about the specific dev for this? No one. Who said anything about owning Access (at the time you posted this)? No one.
Dude STFU - I'm asking for me, not the OP.. yes I'm butting the FUCK into his conversation, but it's mine.. so either answer my question or ignore me, don't harass me
Ask your own question.
https://community.spiceworks.com/topic/262564-ask-your-own-question -
Hope your shit is up to date, the last time I tried to do this I was running Domino 4 and I didn't have an OBDC driver to leverage.
Files are also flat, so you will need to rebuild your relationships if you have them. If all you need is the data and don't plan on adding to it, export it out into Excel spreadsheets and format accordingly.
-
@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender the problem with using an actual database like MySQL/MariaDB/SQL Express is that you then have to write an interface to even look at the data. For simple data, it is much easier to simply use the GUI that Access/Base provides to look at records.
That's mostly true. If the data is flat or flat-ish, though, standard free tools like myPhpAdmin will give you a GUI without any extra effort. It's not technically included in the base package, but is so standard that many people think of it that way. But definitely would not require writing your own interface if the data did not need to be reassembled in a relational way.