Explain about the Asc function?
According to the first letter in a string it returns the ANSI code relevant to that first letter. If string is not present then a runtime error occurs. Asc function... Read more »
According to the first letter in a string it returns the ANSI code relevant to that first letter. If string is not present then a runtime error occurs. Asc function... Read more »
Arrays in VB Script should be assigned within the variant separated by a comma. If arguments are not specified then the string is regarded as empty. After specifying... Read more »
Scripting Runtime library is very important for the functioning of Visual basic script because it gives much more functionality such as File management, text operations... Read more »
Active X technology can be used to give much more functionality to VB Script. VB provides sub routines, functions, string manipulation, data/time, error handling,... Read more »
Anchoring treats the component as having the absolute size and adjusts its location relative to the parent form. Docking treats the component location as absolute... Read more »
Web deployment: the user always downloads the latest version of the code; the program runs within security sandbox, properly written app will not require additional... Read more »
config files in .NET are supported through the API to allow storing and retrieving information. They are nothing more than simple XML files, sort of like what .ini... Read more »
Yes, you can, then the class belongs to global namespace which has no name. For commercial products, naturally, you wouldn’t want global namespace. Read more »
You can use the xp_enumcodepages undocumented extended stored procedure to return the list of all available character sets and code pages. This extended stored procedure... Read more »
The RESTORE DATABASE permission cannot be granted or revoked. If you need to grant to the user the restore permission, add the user to the dbcreator fixed server... Read more »
SAN - is the System Area Network protocols, which supported under SQL Server 2000 Enterprise Edition only and built using the Virtual Interface Architecture (VIA).... Read more »
See these articles from Microsoft about Access to SQL Server migration: Migrating Your Microsoft Access Database to SQL Server 7.0 White Paper Migrating Your Access... Read more »