Alternative to SQL Server
- Started
- Last post
- 25 Responses
- nh0
sparker:
From what they say, why? I do know that they want a certain level of security.
- tfs__mag0
is the app already built? If they're looking to save bucks php/mysql would probably be the better alternative... if they want something they can call a number and get support on, but pay a lot more for, go ASP/MS SQL.
- mitsu0
um, you can still use asp to connect to a postgre database or any database for that matter, regardless of what server it's running on... this is when you start getting into 2/3 tier devlopment. what matters is how you set up your odbc connection. just be sure to use the proper drivers.
- sparker0
asp is really no more secure than php, perl or python.
i was just asking. cost saving development would focus more on php, mysql/postgre running on a linux server.
if the client site wants this built from scratch, then you could do anything you want. if they already have systems in place, then it limits what you can do.
depending on the end product, you could produce it with only the project overhead (your salary/payment - and that of others involved) and the cost of server hardware (the box you will use).
otherwise, you'll be paying for server software and the like.
plus, i'm more partial to running linux machines anyway.
:)
- nh0
It hasn't been built yet. Budget is pretty large.
Thanks for the info, I think I've got enough to allow them to make an informed decision. :)