Hi,
>Does it really create a new record for each update? It should only create a
>new record for a new user. So as long as you just testing with on browser,
>there should only be one record.
I am using one browser for testing. How about this for an idea, the DB is not
comitting? Maybe the multiple records I am seeing in the DB are uncommitted, and
the data is not being passed along for the same reason. I just tried adding an
explicit autocommit to the session args:
$ENV{EMBPERL_SESSION_ARGS} = "DataSource=dbi:Oracle:host=cheese;sid=cyber
UserName=web Password=web {AutoCommit=>1}" ;
But it still isn't working. :(
I think this may be the case because my DB updates weren't working, so I turned
off autocommit and started doing commits explicitly. Now my updates work.
>I suggest tring DBIFileStore first because it less complicated. If this
>works then we can try again DBIStore
OK, looking at this now.
----
Philip Plane
CyberElves
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]