If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > New Members & Introductions > Starting a career in DB Manag/Design, have some basic front/backend questions

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-11, 16:30
moto485 moto485 is offline
Registered User
 
Join Date: Nov 2011
Posts: 1
Starting a career in DB Manag/Design, have some basic front/backend questions

Hi guys, I'm changing my carrer and would like focus on database design. I started working with a online company and designed a purchase order database in Access (split) which seems to work ok but have had a glitch or two from it.

I am wondering what people use for a front end for the average employee to enter data into. So far I only know of Access and asp.net (need to learn asp.net).

I want to put SQL 2008 onto our server and would like to explore another front end.

I am starting UNI at the end of this month and I see Java is something we will be learning. Am I better of learning c++ on the side? I have started a bit of VB which seems easy enough to learn.

Thanks to any one who can help, hope to be on these boards for a long time.
Reply With Quote
  #2 (permalink)  
Old 12-08-11, 15:45
robcarrol71 robcarrol71 is offline
Registered User
 
Join Date: Dec 2011
Posts: 7
Which programming language(s) you choose & which database system you choose to learn first aren't actually that important. Make sure you gain a good grasp of whatever you're studying at Uni (especially the concepts of abstraction, modularity, code reuse), and your skills should be pretty transferable between languages.

As for the specific application you mentioned (purchase order database), using something like ASP.Net for a web interface and SQL Server 2008 as your storage medium is a good route to go if you like working with Microsoft technologies. You could also use something like PHP for the frontend and MySQL for storage if you want to go the open source route (my personal preference). You'll want to learn some Javascript (perhaps AJAX) as well.

Good luck, hope you enjoy the new career!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On