Hi Techies,
I am looking for a tool that would go through all the fields of all the tables in a database (SQL in my case) and search for a specific string and give me a list that which tables and fields have that info.
I can write something to accomplish this but I bet there is a product out...
Hi Techies,
I am looking for a tool that would go through all the fields of all the tables in a database (SQL in my case) and search for a specific string and give me a list that which tables and fields have that info.
I can write something to accomplish this but I bet there is a product out...
Thanks a lot Zyrenthian and PerFnurt. I knew I was doing something stupid. :)
Well with the light of your help I've changed the class definition to following:
class Numbers {
public:
int i;
Numbers (void) {i=rand();}
friend void fill_class (Numbers &);
};
Thanks a lot.
Hello everyone,
I am having a problem with following code. When I try to access the data member "i" in the Numbers class from the main() it prints "-858993460". But in the constructor it assigns and prints a random number without a problem. I am pulling my hair out since I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.