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 will you load the test cases in ddt?
how can i pass a "cript"as a parameter in to a function
What is test object model in quicktest professional?
Explain the types of object repository?
wht type of User defined functions or Java Releated functions do we write in VB scripting
How is UFT 11.5 version different from UFT 12.0?
Did QTP prove efficient for your project? Yes or No, explain?
Why is Client side image is preferred over server side image?
What are the key points to create a framework in QTP for oracle forms?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
Explain different type of event trigger option.
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
what is clean sweep?
How to test fly out menu in qtp?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer