DM Reference

DM Ref

❯

database datum

❯

database query datum

❯

procs (database query)

❯

RowsAffected proc (database query)

RowsAffected proc (database query)

Version 5061 min read

  • proc

Format

RowsAffected()

After running Execute() on a query that changes rows in the database (for instance, an UPDATE query), this proc returns the number of rows that were changed. This can be useful if you need to know whether a query actually did anything.

See also

  • database datum
  • database query datum
  • Execute proc (database query)
  • RowsAffected proc (database query)

Graph View

  • Format
  • See also

Backlinks

  • Execute proc (database query)
  • RowsAffected proc (database query)

Discord Bot

Look up reference entries and run DreamMaker code directly in Discord.

Add to DiscordOpen Playground

Built for BYOND 516.1688

Created with Quartz v4.5.0 © 2026

  • GitHub