|
| support index :: sql updates |
|
SQL Updates How do I access and make updates to the database once it is set up? Connecting to an SQL database can be accomplished using a variety of different methods and tools. Section one will address how you may use Visual Interdev and ASP, section two will provide a step by step tutorial on how to use the Microsoft SQL Server 7.0 client tool, Enterprise Manager, and section three provides a step by step tutorial on how to use Access 2000 to connect to and update your SQL Server database. 1. You may make use of Visual Basic in ASP scripts or Perl scripts using WIN32::ODBC that is located in your Web site to issue SQL commands that will access and make updates to your database. You may also use Visual Interdev, a powerful and useful developers tool, to connect directly to the SQL Server database or design ASP pages that can perform interaction with your SQL Server database. ASP or Perl scripts can be written that will retrieve, add, delete and update information in the various tables of your database. We support the use of DSN and DSN-less connections to connect to your SQL Server database, and when using system DSN connection, a connection is established via the ODBC software installed in the Microsoft SQL server. Helpful links on how to use ASP to interact with your MS SQL database can be found in our links section below! 2. You may also connect your computer to your SQL Server using SQL Enterprise Manager or a transactional SQL client, such as Query Analyzer, to manage your SQL Server database. These client side tools are part of Microsofts SQL Server 7.0 distribution an included on the SQL Server distribution. A trial version of Microsoft SQL server 7.0 can be downloaded at the Microsoft site, or you may purchase the trial CD for a small fee. Both of these trial versions of SQL Server contain the Enterprise Manager. Instructions on how to use this tool should be included with the Microsoft documentation, however we have added step by step, screen shot instructions on how to use SQL Enterprise Manager to connect to your MS SQL database below. Before you use the SQL Enterprise Manager to connect to your SQL database, you will need to set up a user DSN on your local computer. Please click here for step by step instructions. Once you have installed Microsoft SQL Server 7.0 on your NT machine using either the Microsoft SQL server 7.0 download files or the trial CD, launch the SQL Enterprise Manager by clicking on Start >Programs >Microsoft SQL Server 7.0 >Enterprise Manager. Do you have other helpful MS SQL Server resources? How can I diagnose SQL Server/ODBC errors? http://support.microsoft.com/support/odbc/FAQ/all.asp?LNG=ENG&SA=ALLKB&FR=0 Tips on how to use ASP to interact with MS SQL An excellent ASP help link resource The MS SQL Server product description at Microsoft.com http://www.microsoft.com/sql The free MS SQL Server evaluation edition The trial CD for MS SQL Server http://www.microsoft.com/sql/productinfo/evalcd.htm Upsize from Access to MS SQL Server help links |
|
copyright render-vue 1999 - © all rights reserved
|