Archives
In general, the variables you create will be specific to your application’s forms and fields. However, WinStudio supports one variable that will be of general use to form developers. The variable InitialCommand can be used to determine the initial behavior of a form. The syntax is as follows: InitialCommand(arg), where arg can be one […]
Jul 18th, 2011 | Filed under Development, VB .Net
Tags: InitialCommand, refresh
Requirements If you are trying to restore database backup of SQL Server 2008 to SQL Server 2005, you are bound to fail. Database backup of SQL Server 2008 is not compatible backward, you cannot restore it to SQL Server 2005. The following is a solution to convert databases of SQL Server 2008 to 2005 Step […]
Jul 11th, 2011 | Filed under SQL