Hi Petr...

Thanks for the sample.. I'm playing with it now...

Forgive me for a basic/simple question. If I already have a mysql db/tbl 
schema, so I've already created my test mysql db/tbls...

How can i simply read the tbl, and then insert a test row/value with a tbl that 
has an id of a varchar?

sample mysql db

use test; //test db name

create table foo (id varchar(10) not null default '', 
 name varchar(10) not null default '',
 primary (id));

so oi already have a test table 'foo' that has some test data that i inserted 
via the mysql command line.

thanks for your help!!!


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Petr Jakeš
Sent: Sunday, December 30, 2007 11:28 AM
To: bruce
Cc: sqlobject-discuss@lists.sourceforge.net
Subject: Re: [SQLObject] sqlobject - python question/issue


Sorry for small mistake in my previous posting. 
You can "rem" following row in teh code as well.

#        idName = "PO_NUMBER"  


Petr Jakes


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to