Hello,

How can I read the actual size of the table of my ultralite database (ios/android udb).

For example on SQL Server we can use the procedure sp_spaceused and it will retrive the size of the current database in megabytes.

asked 29 Apr '14, 11:44

Gabriel%20Parelli's gravatar image

Gabriel Parelli
1113
accept rate: 0%

edited 29 Apr '14, 14:13

I think you're out of luck... it's one of the reasons it's call "UltraLite" as opposed to "SQL Server", and it's one of the reasons UltraLite CAN run on ios/android as opposed to SQL Server.

(29 Apr '14, 14:44) Breck Carter

Breck is correct, there is no way to inquire about that with UltraLite.

permanent link

answered 12 Jan '16, 14:05

PhilippeBertrand%20_SAP_'s gravatar image

PhilippeBert...
1.8k42139
accept rate: 22%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×161
×128
×72
×35

question asked: 29 Apr '14, 11:44

question was seen: 2,610 times

last updated: 12 Jan '16, 14:05