foreign key constraint problem

2003-03-14 Thread vishnu mahendra
foreign key constraint problem: --- create table stud(rno integer not null, name char(10), primary key(rno)); create table mark(rno integer not null references stud, mark integer); mysql> insert into stud values(1,'a'); Query OK, 1 row affected (0.22 sec) mysql> inse

interface to python?

2003-01-31 Thread vishnu mahendra
is there any simple ways to interface python with mysql if yes tell me the details how do we do it in windows and linux __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ---