in reply to Problem with database under Win32
And fetch until id changes. And I don't know if DBI would help either, but if you have to rewrite the bits that don't work anyway, and if DBI does work, I'd consider that as an option. DBD::Sybase supports multiple result sets (and it supports SQL Server to some extent), I don't know if that is what you are referring to, or if that's applicable here.select table2.* from table1, table2 where table1.id = table2.id order by id desc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problem with database under Win32
by NetWallah (Canon) on Nov 23, 2003 at 16:47 UTC | |
by l3nz (Friar) on Nov 23, 2003 at 19:34 UTC |