corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » Given the tast to build a database


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author Given the tast to build a database
Jas
Member

Registered: 13th Oct 04
Location: Mid Wales
User status: Offline
5th Aug 10 at 09:40   View User's Profile U2U Member Reply With Quote

Basically I work for a company who fit telematic units into vehicles

Im on the support side of things,

I've been given task of making an easy to access and search database


We needs to have each company on there, each vehicle with the following

IMEI, SIM NUMBER, REGISTRATION, GREEN BAND

and I want to be able to make notes..


whats the best way of doing this, what program?
ed
Member

Registered: 10th Sep 03
User status: Offline
5th Aug 10 at 09:49   View User's Profile U2U Member Reply With Quote

Make it a web service so that you can access it from a web browser, either just on your companies local network or online.

Though to do this yourself might be a bit tricky if you're not up to a bit of programming...
Jas
Member

Registered: 13th Oct 04
Location: Mid Wales
User status: Offline
5th Aug 10 at 09:57   View User's Profile U2U Member Reply With Quote

I dont want nothing to crazy complicated, we have a large online tracking database.

We have it all on excel at the minute..


just want to be able to have it neat and tidy for mine or the managers use


access etc?
VrsTurbo
Premium Member

Registered: 8th Jun 10
User status: Offline
5th Aug 10 at 10:11   View Garage View User's Profile U2U Member Reply With Quote

do you have infopath?
Jas
Member

Registered: 13th Oct 04
Location: Mid Wales
User status: Offline
5th Aug 10 at 10:39   View User's Profile U2U Member Reply With Quote

no is it any good, I just want to have say


40 customer


each customer has x ammount of vehicles I find which vehicle and find the vehicle details



s
Jas
Member

Registered: 13th Oct 04
Location: Mid Wales
User status: Offline
5th Aug 10 at 10:40   View User's Profile U2U Member Reply With Quote

Or search a vehicle reg and it all comes up
Dom
Member

Registered: 13th Sep 03
User status: Offline
5th Aug 10 at 10:56   View User's Profile U2U Member Reply With Quote

Personally i would look into an off the shelf database system (in which case search google) as doing something yourself (either web based as ed said - would require PHP/ASP+SQL+HTML/CSS+WAMP/Hosting, or software based - .NET+Access/SQL) would require knowledge of programming if it's to support multiple users accessing it at any one time.

If you're wanting to get someone in to do it, say a web based system, then you're looking at £20-35p/h for an individual web developer (agencies will happily charge double/triple that) to do it and it's around 1-2hrs work to get a very basic view/search/add/delete/edit system going. Obviously the hours will start piling on if you want user accounts/logins, user tracking etc.
VrsTurbo
Premium Member

Registered: 8th Jun 10
User status: Offline
5th Aug 10 at 11:19   View Garage View User's Profile U2U Member Reply With Quote

Infopath you can connect to an SQL database and make forms very easy.
Neo
Member

Registered: 20th Feb 07
Location: Essex
User status: Offline
5th Aug 10 at 12:06   View User's Profile U2U Member Reply With Quote

If you have sharepoint, could always use access to create a web based database that runs from using sharepoint services. Essentially you just create you db in access 2010 and then publish to web. What your after would take half hour imo and allows multiple user access.
VrsTurbo
Premium Member

Registered: 8th Jun 10
User status: Offline
5th Aug 10 at 12:13   View Garage View User's Profile U2U Member Reply With Quote

If your a techie wouldnt take too long to read about php and a simple mysql database.
Andrew
Member

Registered: 5th May 04
Location: Skoda Octavia Estate, Ford Puma
User status: Offline
5th Aug 10 at 12:58   View User's Profile U2U Member Reply With Quote

MS Access should do the job for you
Dom
Member

Registered: 13th Sep 03
User status: Offline
5th Aug 10 at 13:52   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Andrew
MS Access should do the job for you


Would require you to use VB(A) to knock up the form (could be wrong, haven't used access since i was about 15 in IT at school) and then you'd have to try and keep it sync between multiple access databases or have a shared access db on a shared drive somewhere. I think Access would be the messiest option.

Infopath or Sharepoint would be good option, but if you haven't got it as part of your office collection/licensing then it's one of the most costly solutions. Inquire your IT department about it though as Infopath and Sharepoint are fairly straight forward to use.
Andrew
Member

Registered: 5th May 04
Location: Skoda Octavia Estate, Ford Puma
User status: Offline
5th Aug 10 at 13:59   View User's Profile U2U Member Reply With Quote

Sharepoint is another option. Requires a little knowledge on SQL for installation and config.
Rob_Quads
Member

Registered: 29th Mar 01
Location: southampton
User status: Offline
5th Aug 10 at 14:27   View User's Profile U2U Member Reply With Quote

Depends where your skills are.

With a mysql and a bit of php coding you could have it all sorted

Access is another route.

[Edited on 05-08-2010 by Rob_Quads]
Jas
Member

Registered: 13th Oct 04
Location: Mid Wales
User status: Offline
5th Aug 10 at 14:37   View User's Profile U2U Member Reply With Quote

You're looking waaay to advanced guys..

Its for my personal use..
I mean I could easily use excel for each customer


Its just so that I can keep track of all the boring details that have to be kept


I dont need them online etc.. simple laptop..

access I haven't used since I was 18 ish but im sure from what I remember would do trick?

Id have to read tutorials etc lol
Dom
Member

Registered: 13th Sep 03
User status: Offline
5th Aug 10 at 14:50   View User's Profile U2U Member Reply With Quote

If it's for personnel use then Excel spreadsheet, jobs a goodun'. If you need to search, Ctrl+F

Edit - A database is pointless if it's for one person

[Edited on 05-08-2010 by Dom]
Rob_Quads
Member

Registered: 29th Mar 01
Location: southampton
User status: Offline
5th Aug 10 at 15:08   View User's Profile U2U Member Reply With Quote

If its just you a spreadsheet with lots of tabs - job done - Depending on the confidentiality maybe even google docs and then you can access it from anywhere if you need.

[Edited on 05-08-2010 by Rob_Quads]
Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
5th Aug 10 at 15:42   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Neo
If you have sharepoint, could always use access to create a web based database that runs from using sharepoint services.


Why not just create it in Sharepoint from the begining?
That would be very easy imo!

Jas, if you have access to sharepoint, I could create something for you, export it and email you the template for your guys to import.

Less than 10 mins work

[Edited on 05-08-2010 by Bart]

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
Car Pictures/links Daimo B General Chat 32 1274
18th Nov 03 at 15:56
by vibrio
 
Stolen Car Website Kerry General Chat 46 2935
2nd Sep 08 at 12:49
by BigDawg
 
car insurance set to rise by £60? mk4_astra General Chat 5 1381
26th Jan 04 at 20:15
by Nath
 
Sat Nav Road Angel ed_jones General Chat 7 446
2nd Aug 06 at 16:27
by marklaruk
 

Corsa Sport » Message Board » Off Day » Geek Day » Given the tast to build a database 29 database queries in 0.0126829 seconds