Uses of The SQL


usesql

Can you explain me the uses of SQL?

SQL is an ANSI (American National Standards Institute) standard computer language for accessing and manipulating database systems. SQL statements are used to retrieve and update data in a database. SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, etc.

Click on the Link given below to More Details:
http://bit.ly/2ca8yRd

New to SQL


newsql

I am new to the SQL software can you please tell me something in brief about it?

Well SQL is a standard computer language used for accessing and manipulating the database. It stands for Structured Query Language. With SQL allows we can to access a database, as SQL is an

Click on the Link given below to More Details:
http://bit.ly/2ceg1iM

ANSI standard computer language, With SQL, we can execute queries against a database, can retrieve data from a database, insert new records in a database and can also update records in a database. SQL is very easy to use.

Sp Code in a Text File


aspcodetext

Click on the Link given below to More Details:
http://bit.ly/2cIheSC

I need to write asp code in a text file ( .txt extension) . How do i make it work?

You can use notepad to write the code and save the textfile as .asp or .txt for safekeeping.

Thanx for reply but i need a way to make asp engine parse the text file as asp file.

you need to configre your server to use ASP for .txt extensions

Yes, Unless you have access to configure the server this is impossible.

Protect the Username & Password Fields Against Brute Force Attack


securitybru

How can I protect the username & password fields against brute force attack in ASP page?

The best way to prevent brute force attacks on your login screen is to do an account lockout after x failed attempts. You can block on IP or on account.

Click on the Link given below to More Details:
http://bit.ly/2crzbRR

 

Language of the Control Panel


langu

Is there is only english language in H-Sphere control panel or we can change the language of the control panel.
U can change the language of the control panel:

To change the language of the control panel:

1. Select Language in the User menu.
2. On the page that appears, select the preferred language from the drop-down box and click Submit

Click on the Link given below to More Details:
http://bit.ly/2bUXogH

Changing FTP Password


ftppassword

How can i change my FTP Password ?
You need your FTP password to upload your site to the server. Initially, this password is the same as your Control Panel password, but you can make these two passwords different.

To change the FTP password:

1. Select FTP User in the FTP/User Account menu.
2. Click the Change icon next to Password.

Click on the Link given below to More Details:
http://bit.ly/2crpvqI

Modify an XML File in ASP.Net


xmlaspnet

Is there any way to modify an XML file in ASP.net? Sure, look at the XmlDocument class (it is very helpful for modifying XML files).

Click on the Link given below to More Details:
http://bit.ly/2cE48BI

Namely all the .NET Framework XML classes include innovations that offer convenience, better performance, and a more familiar programming model etc. than the older industry standards such as DOM, XPath, XSD, and XSLT.

Asp Code for Footer Link


aspcode

Click on the Link given below to More Details:
http://bit.ly/2cvfHe9

I m newbie in ASP.I just wanted to add my main page link at the footer of every internal page of the site but couldnt understand the asp code and am stuck in it.
kindly help me

You will either have to edit every page, or put This include code at the bottom of every page.

Source Code of An ASP Program


sourcecode

I m running ASP programs on my website. Will anybody be able to view the source code of an ASP program on the website?

How can we make it even more secure?

yes everyone can see your source code, If u want to hide it,use javascript and disable source code view

It is not possible to see the ASP code.

U r right Dolbz,it is Not possible to see the ASP code, but if your IIS configuration is incorrect or your hosting provider takes the right to run ASP on your domain then it’s possible

As long as you instruct the server to parse those files (as is by default), the source will never be available to regular visitors

Click on the Link given below to More Details:
http://bit.ly/2c7h03E

Contents of Your Home Directory


homedirectory

I have register a web hosting account from cpwebhosting.net. What will be the Contents of my Home Directory.
Your home directory contains several default subdirectories.
There are a lot of subdirectories.Their number and names will differ depending on your plan, yet some of them are common for all plans.
Click on the Link given below to More Details:

Here are some of the directories that are automatically created and may not be deleted:

Directories that contain your sites. Each of your sites is put in a separate directory. The name of the directory is the same as your site’s domain name. If you have more than one site, you will have several such directories. These are the directories where you will upload your .html files or any other files that you want to make accessible from the Internet. Each of these directories may contain their own /webalizer or /modlogan directories. Do not delete either of these directories! Your site is too valuable to lose at a touch of a button.

The Logs directory. It contains directories for every site with transfer log enabled. Each such directory contains its own set of log files that are required to write and read the data about all visits to your sites. Deleting the Logs directory will cause the loss of the web statistics accumulated in the course of your site operation.