Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Linking sql databases to websites

Author  Topic 

amandamcv
Starting Member

1 Post

Posted - 2012-02-22 : 07:52:09
Hi,
Can anyone tell me how to link a database to a website. It will be a ticket buying website and when customers purchase a ticket this will affect the amount of tickets available.
please answer ASAP
Thanks in advance

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-02-22 : 10:02:49
you need to use inline query or create a procedure for that. Using a connection string you connect to database from website and execute query/procedure to do this modification of ticket data in database.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -