Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialjohnathanmyers
19,994 PointsOffice Status Project: Changing database type to SQLServer without using .net
Database connection is a topic that I'd like to understand.
In most the businesses I've worked in they used a Microsoft SQLServer database. Is it simple to adjust this app to work with a SQLServer database. If so how hard would something like that be?
I saw some info about using .net for this (I'm resisting the urge to wander into another programming language as I'm typing this :) ). I want to stick with just javascript and jQuery until they are second nature.