-
August 7th, 2007, 06:12 PM #1Member
- Join Date
- Sep 2004
- Location
- Your living room...
- Posts
- 427
Microsoft Technology Ruby on Rails Equivalent. . .?
Hi All,
I'm in the process of acquiring a client that is in need of tying in a web application to an MS Access DB. Originally I was going to use Ruby on Rails, but when the requirement to support the Access database came up, it changed things a bit. So, that leads to my question: Are there currently any MS technologies (.NET or otherwise) on par with RoR for database integration and "ease of use"?
RegardsI reserve the right to contradict myself. . .
-
August 8th, 2007, 12:03 AM #2
not ms based but i'm pretty sure php will support access files
-
August 8th, 2007, 12:08 AM #3Member
- Join Date
- Oct 2003
- Posts
- 267
if your using msaccess i would highly suggest using a .net framework language. Either VB or C# with asp.net would be your best and easiest choice. The server side code with the debugging makes it easier to work with then PHP.
-
August 8th, 2007, 06:38 AM #4Member
- Join Date
- Sep 2004
- Location
- Your living room...
- Posts
- 427
-
August 8th, 2007, 10:19 AM #5Member
- Join Date
- Oct 2003
- Posts
- 267
not sure because i never used Object Relational Mapping....can you give me a "real world" example of Object Relational Mapping....
-
August 8th, 2007, 05:15 PM #6Member
- Join Date
- Sep 2004
- Location
- Your living room...
- Posts
- 427
Yes, in RoR it uses ORM. Basically it maps and handles both objects and relationships from the database. There is no need to initialize objects for writing or retrieval from the database, and you can do things like:
Obviously that's not actual Ruby code, but that's the gist. The Rails framework handles the DB connection and management. There's no need to explicitly write any SQL (although it's still possible).Code:Person = People.find_by_first_name("carl", :first_occurrence) Person.car = Car.new("bmw") Person.saveI reserve the right to contradict myself. . .
-
August 8th, 2007, 05:24 PM #7Member
- Join Date
- Oct 2003
- Posts
- 267
i havent seen anything like this in .net that I am aware of.
-
August 8th, 2007, 06:04 PM #8Member
- Join Date
- Sep 2004
- Location
- Your living room...
- Posts
- 427
I see. Well, it would be nice to know what MS has to offer in that way, or what other technologies might "easily" tie into MS Access. I believe I lack sufficient information about current MS tech to ask the proper questions.
Thank you for your help.I reserve the right to contradict myself. . .
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Ruby on Rails Question(s). . .
By gberz3 in forum Webmastering and ProgrammingReplies: 0Last Post: February 18th, 2007, 12:02 PM -
Ruby - Datediff??
By vass0922 in forum Webmastering and ProgrammingReplies: 7Last Post: November 1st, 2003, 12:30 AM -
VBScript vs. Ruby - Ruby rules!
By vass0922 in forum Webmastering and ProgrammingReplies: 16Last Post: October 22nd, 2003, 04:15 PM -
microsoft equivalent software?
By jmoore2001 in forum Linux and UnixReplies: 5Last Post: May 19th, 2003, 01:54 PM -
Ruby
By SpookyEddy in forum Webmastering and ProgrammingReplies: 7Last Post: January 6th, 2003, 11:29 PM



LinkBack URL
About LinkBacks



Reply With Quote


Nate Silver has a nice statistical analysis of who gets audited.
IRS Targets Tea Party and Other...