New Visual Basic Interview Questions :: ALLInterview.com http://www.allinterview.com New Visual Basic Interview Questions en-us In visual source safe if in middle of my program power was off and it http://www.allinterview.com/showanswers/76095.html No it will not save. Hi, I am USINg QTP tool for automation. Where VB Script have to use http://www.allinterview.com/showanswers/75406.html what is differece b/w Module and class Modules in vb6? thanks http://www.allinterview.com/showanswers/71246.html standard module: 1)place for variable declarations,procedures etc.and we can access these procedures wherever needed in the project. 2)Available only for the existing modules where they are used. class module: 1)Unlike standard module How to test the AX stat class? http://www.allinterview.com/showanswers/66380.html how can i connect the samble database that comes with vb-6 (biblio.m http://www.allinterview.com/showanswers/65926.html make the adodc connection with database from its property connection string & connect datagrid with adodc & write the code adodc_.recordsource = "select * from table name" datagrid.refresh adodc.refresh plzzzzzzz mail me some questions that r important to revise before a http://www.allinterview.com/showanswers/65671.html MY EMAIL ID shanty_pathak@yahoo.com How to compare inserted text in (textbox1.text) with existing databa http://www.allinterview.com/showanswers/65560.html Dim strValue As String strValue = txtValue1.Text Dim rstData As ADODB.Recordset rstData = New ADODB.Recordset rstData.Fields.Append("A", ADODB.DataTypeEnum.adInteger, 0, ADODB.FieldAttributeEnum.adF CONNECTIVITY OF SQL 2000 + VB USING ODBC. steps i Follow- 1) Go to C http://www.allinterview.com/showanswers/63234.html You have to use this DSN name (in your case it is sonia) in your VB code wherever you wish to establish a connection between your VB application and your SQL server 2K database. Can Redim be used to declare a new array ? http://www.allinterview.com/showanswers/60958.html redim can only be used to increase/decrease the size of the existing array.it cannot be used to create a new array. srinivas shetty Which ADO object is used to perform commit / rollback ? Is it command http://www.allinterview.com/showanswers/60957.html Connection object Can we display only integers / numbers through the message box? Is t http://www.allinterview.com/showanswers/60956.html yes we can display only the integers through the message box. if isnumeric(<value>) then msgbox value end if What is pivot table and how to create a pivot table http://www.allinterview.com/showanswers/60890.html HI, GUYS PIVOT TABLE IS ADVANCE FEATURE BY SQL ANSI WITH TRANSFORM STATEMENT. THIS REPRESENTING THE DATA IN CONSOLIDATE WAY. FOR EXAMPLE IF WE WANT THE PRODUCT V/S MONTHLY SALE ANALYSIS THEN IT IS POSSIBLE WITH PIVOT TABLE. MONTH What is Vlookup introduction and formula? http://www.allinterview.com/showanswers/60889.html Vlookup means Vertical lookup that is find the given value in vartical order how many no of controls in form? http://www.allinterview.com/showanswers/59966.html 251 how many no of controls in form? http://www.allinterview.com/showanswers/59964.html 256 Controls