updating a mysql table from an oracle table through perl dbi

2007-05-31 Thread jagdish eashwar
Hi, I need to update a mysql table with values contained in an oracle table. For this, I am using the perl dbi, but am not getting the syntax right. I am able to get the syntax for updating a mysql table from another mysql table contained in the same database. But I am not able to update the mys

RE: Win32-API aborting mid-application

2007-05-31 Thread Adam R. Frielink
> -Original Message- > From: Bill Luebkert > > > > So, my DEVMODE is a defines as > > > > DEVMODE * FAR *mode > > > > How does one unpack a double pointer to a struct? > > I would assume define it as a ptr: > my $mode = pack 'P', 0; > > And then you would need to do something