Jump to content

Recommended Posts

Posted

I'm not sure how this happened, I know next to nothing about databases, but...

 

I've been tasked with creating a database with a pretty front end that can add, remove and search the database behind it. Essentially, I need a table that includes a list of computers, monitors, etc etc etc that I can then search from a front page.

 

Users also need to be able to add to the database from the front without opening the database.

 

the issues I have are...

1. I know not what I'm doing. this isn't an urgent job and I've got time to learn the ropes, but I am a complete newb at this.

2. I can't install any additional software. MS Office, Visual Studio, sharepoint, that's pretty much it.

 

I've gotten lost up my own backside looking for tutorials - hardly surprising when I don' know what I'm looking for. If someone could point me in the direction of a tutorial or two, I'd really appreciate it.

 

cheers.

Posted

I'd suggest just use a list in Sharepoint - which is effectively a table. You can search lists. You can put a pretty front end form on it if you need to and set permissions so users interact as you want them to (read only etc).

 

Relevant tutorial.

  • Thanks 1
Posted
I'd suggest just use a list in Sharepoint - which is effectively a table. You can search lists. You can put a pretty front end form on it if you need to and set permissions so users interact as you want them to (read only etc).

 

Relevant tutorial.

 

I'll get into it.

 

Thanks man!

 

Is this a cmdb?

I don't know what that means. See? A complete Newb

Posted (edited)

Cmdb??? Even I'm struggling there. Content management database???

 

You're looking for an asset register by the sounds of it. I designed myself a very simple access database that catalogued all the assets in the school. It has a search feature and have begun creating reports for it also.

I then walk around the site with a tablet and a barcode reader and zap everything.

 

It's a little rough around the edge but does the job and isn't all that complex

I'm happy to share it with you.

Edited by dapaulio
  • Thanks 2
Posted
We're using AMS (Asset Management Database) you won't find it on the internet as I wrote it in house. Using asp.net and SQL DB. [emoji1303][emoji1]
Posted (edited)

We use Sysaid. It's asset register (for physical things) populates its CMDB, which can contain things like software, services, people groups etc. We even put Group Policies in there. We can then link these objects to the change request that caused them to be created.

 

Also does all the basics like serial, cost, date of purchase, owner, department, warranty, supplier etc.

Edited by psydii
  • Thanks 1
Posted
Cmdb??? Even I'm struggling there. Content management database???

 

You're looking for an asset register by the sounds of it. I designed myself a very simple access database that catalogued all the assets in the school. It has a search feature and have begun creating reports for it also.

I then walk around the site with a tablet and a barcode reader and zap everything.

 

It's a little rough around the edge but does the job and isn't all that complex

I'm happy to share it with you.

An asset register is exactly what I'm looking for.

If you're happy to share it with me, I would really appreciate it. thank you.

Posted
I wouldn't rule out the CMDB ... just use it for asset management to start with and you'll be surprised how quickly you use it for other things

 

Just don't write your own.

  • Thanks 2
Posted

We use a MySQL database and a handful of php scripts, which were written in-house years ago. Some of the layout is a bit strange but it works and there is no point in changing. Besides, moving to a new system would be a nightmare.

 

At my two last schools, and when I worked for a couple of e-tailers, they wasn't anything in place when I started. I implemented the "stuff" spreadsheet in OpenOffice and that worked well too. Even handled asset life.

  • Thanks 1
Posted
An asset register is exactly what I'm looking for.

If you're happy to share it with me, I would really appreciate it. thank you.

 

You're welcome to have it.

Give me a little time to clone it and remove the data out of it then I'll pm it over to you.

Posted
You're welcome to have it.

Give me a little time to clone it and remove the data out of it then I'll pm it over to you.

 

A true gentlemen.

Thank you very much.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...