1. JetGetObjectInfo Function - msdn.microsoft.com

    msdn.microsoft.com › … › Extensible Storage Engine Reference

    09/03/2015 · The JetGetObjectInfo function retrieves information about database objects. Currently, only tables are supported. JetGetTableInfo can be used to fetch more ...

    • Code sample

      JET_ERR JET_API JetGetObjectInfo(
        __in JET_SESID sesid,
        __in JET_DBID dbid,
        __in JET_OBJTYP objtyp,
        __in_opt const tchar* szContainerName,...
      See more on MSDNWas this helpful?Thanks! Give more feedback
  2. JetGetObjectInfo() does not get record count by default ...

    https://blogs.msdn.microsoft.com/martinc/2012/12/07/...

    07/12/2012 · We recently had the following question: I am trying to get the space occupied by each table that we have by using JetGetObjectInfo. The api succeeds but it ...

  3. JetGetObjectInfo - FileLog.net

    filelog.net/func/JetGetObjectInfo

    JetGetObjectInfo function in Export Directory: esent.dll - Extensible Storage Engine for Microsoft(R) Windows(R) v. 6.3.9600.17415, sha1 ...

  4. JetGetTableInfo Function - msdn.microsoft.com

    msdn.microsoft.com › … › Extensible Storage Engine Reference

    09/03/2015 · The JetGetTableInfo function retrieves various pieces of information about a table in a database. Pointer to a buffer that will receive the information ...

  5. Questions about ESE may not always be EASY for me

    archives.miloush.net/michkap/archive/2007/03/04/1806607.html

    Questions about ESE may not always be EASY for me. ... you can call JetGetObjectInfo with an InfoLevel of either JET_ObjInfoList or JET_ObjInfoListNoStats.

  6. Building Apps for Windows -Building Apps for Windows

    https://blogs.windows.com/buildingapps

    Building Apps for Windows May 11, 2017 Mobile, PC, Tablet Windows is home for developers with Windows 10 Fall Creators Update. …

  7. managed-esent/NavigationTests.cs at master · ayende ...

    https://github.com/ayende/managed-esent/blob/master/EsentInterop...

    managed-esent - Copy of Managed Esent - with private modifications

  8. Read all rows from a table in Esent - Stack Overflow

    https://stackoverflow.com/questions/17651361

    Read all rows from a table in Esent. Ask Question. up vote 0 down vote favorite. I am new to esent, I have gone through some sample code and found to read rows based ...

  9. How to get record count for all tables? - FirebirdFAQ.org

    www.firebirdfaq.org/faq376

    Collection of answers to questions about Firebird record, count, all, tables.

  10. ManagedEsent/JetApi.cs at master · Lotpath/ManagedEsent ...

    https://github.com/Lotpath/ManagedEsent/blob/master/EsentInterop/...

    ManagedEsent - Fork of http://managedesent.codeplex.com/ ... Cannot retrieve contributors at this time