Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
1 4678Hi friends!! Can u tell me, what is meant by Database Testing? How it can be done? What is tested in it(like any Queries like Select and all are tested or not)?
IBM,
3 8022If database testing i which way the testing will be done,by just writing the queries or else anything extra we do?if so where write those queries and where will we store those?
1 3197Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you bring the database in ARCHIVELOG mode from NOARCHIVELOG mode? 6. You cannot shutdown the database for even some minutes, then in which mode you should run the database?
11 27231What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.
5 11537If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
1877describe a typical multiple-level priority-base scheduling and give FIVE examples of factors that can be implemented on the different levels
1922Can we use two data sources to connect to the database in one application.if can u provide me the explaination for this?
2925The main issue is suppose i have two databases and when user wants data for last 10 years data,it has to connect to one database and if user wants data for the past 1 year,it has to connect to the other database.like that .can i create two data sources in one properties file.is it possilbe.if so provide me the explaination.Thanks in advance.
1 5076Can any one send links or documents for web based testing? this week i want to take seminar in WEB BASED TESTING? can anyone share about this ?whatever thing u know send that details to me.
2 5184
Can we install Oracle database in VT100 Server?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How to connect to a remote database using Applet?
How database connectivity in XML is achieved?
How data can be inserted into long row column of database?
Why does RNA have 5 bases and DNA has only 4?
How will you edit a baseline file of a verification point?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
How do you do EURO conversion at the database level?
Define the database structure in CO-PA?
Allowed program to auto-correct the database when loading a presentation.
What is the Differnce between Client/Server Testing and Web Based Testing?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
what r the strategies & methodologies r u following in preperation of test cases based on usecase?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?