DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
None of us has experience with Scala, but feel free to contribute. This blog post might also help as it points to a project that integrates Scala and empire-db: http://www.acooke.org/cute/UsingScala0.html![]()
...
How do I set the maximum number of rows returned
| Code Block | ||||
|---|---|---|---|---|
| ||||
cmd.limitRows(…) cmd.skipRows(…) //to set the offset. |