Hi Good Morning.
How can i get the DB Name to which i'm writing the data into? I have created two new databases say customDB1.db and customDB2.db and started writing into those DBs. Now for my requirement, i would like to get the name of the DB(customDB1 or customDB2) to which the current query belongs to. I tried doing the below stuff: *db->aDb[pC->iDb].zName* but i'm getting the output as *main.* Also tried printing complete aDB but i'm getting only main and temp from it. *Could someone help me how can i get the right DB name like customDB1/customDB2 instead main?* Awaiting your response. Thanks & Best Regards, - Mahi