How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / punit
in ur mysql database there is 1 database with name
information_schema,
so 1st type,
use information_schema;
inthis data base there is 1 table COLUMNS which contain all
the info related to allthe tables in ur mysql,
so hit the following queri for youe column count:-
select count(*) from COLUMNS where TABLE_NAME='Table name';
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Explain the new feature of UFT regarding the export of test results?
Whats the realtime QTP testing process
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
What are the two types of repositories available, explain them?
What are the different types of action?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Explain the concept of object repository & how qtp recognizes objects?
How to record application running on the Virtual machine?
breef description of batch testing ?
please post the interview questions for QA position in FACTSET
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
What are the differences between quicktest professional (qtp) and winrunner?
How can you send user defined messages to test report?