December 18, 2006 at 4:27 pm
December 19, 2006 at 7:31 am
I believe that there is no "normal, usual language" for connecting to databases. Almost all web develpment should have the capability to handle it. Do you have an environment that you are working in? Do you have a database yet? Is this a work related issue or are you trying to learn something on your own time?
Steve
December 19, 2006 at 12:10 pm
For us the "normal, usual" method of accessing our MS SQL Server databases is through plain old Active Server Pages. But I'll tell you right now, what each company/person uses is going to be what they used last time and therefore are comfortable with.
Student of SQL and Golf, Master of Neither
December 19, 2006 at 2:11 pm
Our "normal" method for our web pages is .ASP. There are many resources to learn how to use .asp including http://www.asp.net. If you want to see how others build their websites open a website that is attached to a database and click on view source.
December 19, 2006 at 2:23 pm
Dave, that won't really work. You'll see the resultant HTML that the ASP or PHP or whatever generated, but you won't see the actual code behind it (unless something is really broken!)
Student of SQL and Golf, Master of Neither
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply