Re: [PHP-DB] Question in js about frameset rows

2006-06-22 Thread suad
Hi, It's working Thanks Suad Bastien Koert wrote: I have fixed values that I adjust to, but you basically need to give the frame an ID and then use .rows and.columns to adjust the size function shrink() { top.document.getElementById(TOP).rows = 65,*,0,46,0; } function expand() {

RE: [PHP-DB] PDO and Exceptions

2006-06-22 Thread Vandegrift, Ken
Thanks. That was my issue. I had to separate each insert instead of grouping them together and executing the query. Exception is now thrown if a primary key violation occurs and entire transaction is rolled back. Ken Vandegrift -Original Message- From: Chris [mailto:[EMAIL PROTECTED]