Doubt abt Forign key

2002-03-20 Thread mahalakshmi
Hi all, we're using 2 tables master1 and master2, in which master2 table's column1 references table1's column1(Forien key). Both are of same type. Since it is foreign key, the value which is entered in column1 of master2 should be already available in master1. But while adding MySql is not takin

Multiple Connection

2002-03-18 Thread mahalakshmi
Hi all, How can we set multiple connections for multiple users in mySQL. I'm accessing MYSQL using MYSQL++ library. This code is in the middle tier, which can be accessed by any number of users. Its working fine for 3 clients, when connecting for the next it is giviing problems. Please help me o

Multiple connections BUG!!

2002-03-18 Thread mahalakshmi
Hi all, How can we set multiple connections for multiple users in mySQL. I'm accessing MYSQL using MYSQL++ library. This code is in the middle tier, which can be accessed by any number of users. Its working fine for 3 clients, when connecting for the next it is giviing problems. Please help me o