![]() Related Questions In order to fetch test data from Database we have to create a adobdb connection object to connect with data base. the syntax is .... >CreateObject("Adodb.connection"). Latest Answer : Hai Const adOpenStatic = 3Const adLockOptimistic = 3Const adUseClient = 3Set objCon=CreateObject("ADODB.Connection") Set objRec=CreateObject("ADODB.Recordset")objCon.Open "DRIVER={Oracle in OraHome92};SERVER={Servername};UID={Username};PWD={Password};DBQ={Dbnmae}"objRec.CursorLocation ... how Latest Answer : yes u can but it will be done thru scripting. ... Read Answers (2) | Asked by : vinay Latest Answer : Hi All,Set cnn=CreateObject("ADODB.Connection")cnn.Open("Connection String")set buffer1=cnn.execute("Querry")while not buffer1.eofvalue1=buffer1("Column_Name")---------buffer1.MoveNextwend ... Read Answers (2) | Asked by : Mann Hi,what is the procedure of doing SQL/database testing?Is a tester suppose to create procedures,functions,views,triggers etc? Read Answers (2) | Asked by : mann Latest Answer : the syntax of Database Check point isDbTable.check checkpoint("DbTable")DbTable is nothing but Data Table which contains all info.regarding databaseRegardsNag ... Read Answers (2) | Asked by : shital What is the pre-requisites for XML check point and Database check point in QTP,and what should checked, plz need clear description with an example Read Answers (1) | Asked by : rajkumar I have faced one question in interviewhe has given one screen with one bitmap and one edit box.The original bitmap is in data base.Question is first we get the bitmap from database and compare with the screen bitmapHow we can get the bitmap from database. When a script is recorded in quick test for connecting 10 rows in the database, can we change script When a script is recorded in quick test for connecting 10 rows in the database, can we change script later for 20 rowseither using vbscripting or from front-end can we make that particular change? If 'yes' how? Read Answers (1) | Asked by : Din Shaw How to retrive/update database by writing code in expert viewIn my case database is Accessmy dsn name="try"database name="employee.mdb" Latest Answer : '---------------------------------------------------------------------------------------'Name: OpenConnection'Function: Opens a connection to the required database'Input Parameter: strDriver, strServer, strUserID, strPassword' strDriver => ... Read Answers (4) | Asked by : Murali
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||