Page is a not externally linkable
topr8 - 1:28 pm on Mar 10, 2011 (gmt 0)
>>No admin interface, so if they want to change prices they have to enter SQL queries themselves. Not ideal.
well building an admin interface is expensive.
however you should at least write a stored procedure on the sqlserver which you can call to change prices, it's always a risk writing out new queries to run against the database each time you want to update it (incase there is an error in the query that causes an irreversible change.