<div>Hi,</div>  <div> </div>  <div>i wrote a simple script (which follows) to insert a table in the database.i could execute this query and get the result in python shell.but when i open "my sql enterprise manager" i couldnt find the table"animals".it would be so kind of you if someone could help me,,,</div>  <div> </div>  <div> </div>  <div>import dbi<BR>import odbc<BR>conn=odbc.odbc("DSN=mydatabase;UID=xxx;PWD=yyy")<BR>cursor=conn.cursor()<BR>cursor.execute("Create table animals(parent char(50),child char(50))")<BR>cursor.execute("insert into animals values('lion','cub')")<BR>cursor.execute("insert into animals values('goat','lamb')")<BR>cursor.execute("select * from animals")<BR>print cursor.fetchall()</div>  <div> </div>  <div> </div>  <div>Rgds</div>  <div>Kavitha</div><p>
        

        
                <hr size=1></hr> 
Here’s a new way to find what you're looking for - <a href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo! Answers</a>