Show All Related Tags
Did you mean
Microsoft ASP.NET (943 results), Microsoft ASP (304 results), Microsoft ASP.NET 2.0 (192 results), ASP.NET 2.0 (49 results), ASP.NET Web Service (10 results)more...
Show Fewer Related Tags
Did you mean
Microsoft ASP.NET (943 results), Microsoft ASP (304 results), Microsoft ASP.NET 2.0 (192 results), ASP.NET 2.0 (49 results), ASP.NET Web Service (10 results), ASP application (6 results), ASP market (2 results), ASP.NET AJAX Control Toolkit (1 results), ASP.NET AJAX Extensions (1 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- asp:DropDownList
- Hiya Im a bit stuck hope someone can help me.Im working with SharePoint 2007, and SharePoint Designer. I have added an SQL database as a datasource and added an edit function basically what I want to do is when the user presses edit instead of it coming up as a...
- Discussion threads 2007-02-13
- My new Script Library website - help please
- Hi All,I have finally started the script library website that I have been meaning to do for the last 8 years. It currently has all the vbscripts, javascripts, perl, rexx, python scripts etc from the ScriptingGuys in there. Over the next few weeks I'm going to add a few hundred...
- Discussion threads 2006-10-24
- ASP to MYSQL
- Hi thereI have set up a ASP login area which connects to MYSQL which is on my hosts server.When I try and login I get "ADODB.Connection.1 error '80004005' SQLState: S1000Native Error Code: 1129[TCX][MyODBC]Host 'localhost.localdomain' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts'/cheese/login_db_nav.asp, line 80 "Does anyone know...
- Discussion threads 2006-03-23
Additional Resources
- Using SQL statements with ASP
- For most Web builders, using databases goes no further than presenting data from Access. If you're using ASP, however, SQL statements can supply significant and sophisticated methods to get at the data. Both ASP and SQL are powerful tools for mining information, combining data from different sources, and developing Web...
- Technical articles 2003-09-18
- Using SQL statements with ASP
- You don't have to master a commercial SQL product to simplify your ASP page calls. These 12 tips will start you down the path to easy query authoring.Using ASP and SQL together can be confusing. There are so many different SQL products available that you might be tempted to throw...
- Technical articles 2002-03-20
- SQL in ASP page, database search
- Hi to all,I have an ASP page that has 10 fields (drop-down menus) it is a sort of a form. Depending on what you choose, the information will extracted from the DB. Note that you have the option either choosing all the ten fields or even one, or two ,...
- Discussion threads 2008-09-04
- Secure SQL Server: Encryption and SQL injection attacks
- By Susan Sales Harkins and Mike GunderloyWelcome to the final installment of our series on SQL Server security. So far, we've explained how to set up your SQL Server, how to manage users and groups, how to manage objects and permissions, and how to set up application roles. Today we're...
- Technical articles 2003-10-17
- ASP
- I am basically writing a code, asp, connecting to an MS Access DB. The form basically has 10 inputs, drop-down menus. A user can select 1, or 2, or 3, or 4 and so on and so forth selection of the ten menus. So far I wrote a code in...
- Discussion threads 2008-09-03
- Access and SQL Server datasheets on FrontPage webs
- In FrontPage 2000, you can create datasheets for a Web site with a redesigned Export command. Rick Dobson demonstrates manual techniques for publishing static datasheets and shows you how to publish datasheets with ASP technology.Webmasters and database administrators often need to publish datasheets. A datasheet is the data in a...
- Technical articles 2000-03-24
- vb and sql
- i am creating a system using vb and sql.how do you connect the database to the system?To Connect to databaseIf using vb and a simple sql there are a couple of waysone is via odbc which you will need to set up if you host is externalThe other is via...
- Discussion threads 2007-05-27
- Check out what SQL Server 2000 has to offer
- Microsoft dove headlong into the RDBMS enterprise market with SQL Server 2000. However, this product is not just a key for database sales but also for the .NET initiative. Here's a look at the enterprise potential of SQL Server 2000.With the release of SQL Server 2000, Microsoft has carved out...
- Technical articles 2001-11-12
- sql server connection problem
- i am using asp/vbscript to access an sql databaseresiding on another server. i get the following error :-------------------------------------Microsoft OLE DB Provider for SQL Server error '80004005' [DBNETLIB][ConnectionOpen (Connect).]SQL Server does not exist or access denied. /checkid_index.asp, line 25 -----------------------------------given below is the code for checkid_index.asp----------------------------------dim conn,rs,strsqlSet conn=Server.CreateObject("ADODB.Connection") ...
- Q&A 2005-03-10
- Five tips to secure SQL Server 2000
- Security concerns increase as you add complicated products like Microsoft SQL Server to your network. Scott Lowe offers five tips for keeping SQL Server 2000 secure.As one of the more popular database servers on the market, Microsoft SQL Server enjoys a fairly large installed base. Like every other piece of...
- Technical articles 2002-08-12
- Lock IT Down: Microsoft security bulletin addresses SQL Server flaws
- SQL Server security flaws are revealedMicrosoft Security Bulletin MS02-061 provides a cumulative patch for several versions of Microsoft SQL Server and addresses a serious new vulnerability found in this software.Microsoft reports, “The problem lies in one stored procedure, an extended stored procedure and weak permissions on a table.” Together, these...
- Technical articles 2002-10-29
- Access and reusable ASP code make for quick intranet applications
- Access may not be your first choice for enterprise-grade development, but combined with ASP, it can be just the ticket for sites with a handful of users. Use these handy functions in your everyday ASP development projects.Access might not be your first choice for a high-power database solution. But for...
- Technical articles 2002-07-09
- Problem connect to SQL 2000 from ASP.Net
- Currently, I created ASP.Net Application and using SQL 2000 Database.There are error occurred that connect to SQL 2000 server when run the ASP.Net application.The following error appear An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused...
- Q&A 2006-06-13
- Move SQL 7 databases to SQL Server 2000
- Submitted by: Joseph MooreProblemAn organization's SQL 7 server resides in one domain andholds a number of databases. The IT department now has to move those databasesto a SQL 2000 server in another domain. What is the most foolproof and efficientway to accomplish the move?SolutionDTS importRun a DTS import package from...
- Technical articles 2004-06-07
- Perform a secure SQL Server installation
- Collecting and distributing data is part of the responsibilities of network administration, and you must ensure that this data is verifiable and secure. Regardless of their host operating system, database servers require special attention to ensure the security of their operation.Of course, security begins at installation. Let's look at how...
- Technical articles 2004-02-19
- SQL VB Code Generator 1.0 (Windows)
- SQL VB ASP Code Generator lets you effortlessly generate professional looking VB and ASP applications derived from the tables in your database with just a few mouse clicks. No more recreating the same old SELECT, INSERT, UPDATE, and DELETE SQL queries and then having to string them all together in...
- Software downloads 2003-12-29
- SQL Server Desktop Engine: A realistic alternative to Jet
- By Susan Sales Harkins and Martin W. P. ReidIT professionals have been looking for an alternative to Microsoft Jet Access for some time. As a desktop database, it’s the top of the line, but in a busy client/server environment, it becomes a bit unstable. A Jet expert can make Access...
- Technical articles 2003-01-21
- << Previous
- page 1 of 1
- Next >>
Designing the next killer product
Developing new ways to collaborate
Overseeing IT operations across a global organization
The biggest security threats facing companies in 2009