Python interface
Kevin Grumball <[email protected]> Fri, 4 Apr 2003 11:33:28 +0100
| Newsgroups | gmane.comp.db.sapdb.sources |
|---|---|
| Organization | Software Design & Construction Ltd |
| Message-ID | <[email protected]> |
OK, I'm stumped. Where is the source to the Python interface? I can find various Python bits, but they keep referring to other modules that I just can't find. For example, where can I find the code for SapDB_Result? Even a grep of the source tree failed. The reason is simple: I want to use DEFAULT STAMP rather than DEFAULT SERIAL and be able to get back the stamp value of an inserted row. For serial numbers, we can now get serial number of a row after INSERT, but there's no equivalent for stamps. The problem with serial numbers is that they may be too small (at 32 bits) for the eventual application size. -- Regards, Kevin Grumball