hi frnz,

In my coding i take the tablename and columns from the system and i execute the new query with that values.

if i give the table name directly it is working.but if i give the table in runtime it is not working.

here i send the the coding.help me to correct this prob.thanks advance for ur help


strqry="SELECT column_name FROM information_sch ema.`COLUMNS` C where table_name...