1. JetGetIndexInfo Function - msdn.microsoft.com

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

    09/03/2015 · sesid. The database session context to use for the API call. dbid. The database identifier to use for the API call. szTableName. The name of the table ...

    • Code sample

      JET_ERR JET_API JetGetIndexInfo(
        __in JET_SESID sesid,
        __in JET_DBID dbid,
        __in const tchar* szTableName,
        __in const tchar* szIndexName,...
      See more on MSDNWas this helpful?Thanks! Give more feedback
  2. Api.JetGetIndexInfo method (Microsoft.Isam.Esent.Interop)

    https://msdn.microsoft.com/en-us/library/microsoft.isam.esent...

    JetGetIndexInfo(JET_SESID, JET_DBID, String, String, JET_INDEXLIST) Obsolete. Retrieves information about indexes on a table. JetGetIndexInfo(JET_SESID, JET_DBID ...

  3. JetGetTableIndexInfo Function - msdn.microsoft.com

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

    09/03/2015 · JetGetIndexInfo and JetGetTableIndexInfo retrieve identical information about an index. The difference is in how the table is specified.

  4. JetGetObjectInfo() does not get record count by default ...

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

    07/12/2012 · martinc martinc Mostly ... does not get record count by default ... If i use JetGetIndexInfo on the clustered index I get the space occupied ...

  5. Enumerate indexes on a Extensible Storage Engine (ESENT) table

    https://stackoverflow.com/questions/2337043

    You are correct about JetGetTableIndexInfo and JetGetIndexInfo and JET_IdxInfo. The twist is that the data is returned in a somewhat complex: a temporary table is ...

  6. https://msdn.microsoft.com/fr-fr/library/wd9d69b1.aspx

    La propriété Clustered est ignorée pour les bases de données qui utilisent le moteur de base de données Microsoft Jet, ... par le GetIndexInfo fonction ...

  7. Improve test coverage: GetIndexInfo, set boolean …

    https://github.com/ayende/managed-esent/commit/29a79c65294527ffae...

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

  8. database - Dumping entries of a table index - Stack …

    https://stackoverflow.com/questions/6709633

    I am trying to seek within the primary index of a table on a customers EDB database. And I fail miserably. I retrieved the index info using JetGetIndexInfo and know ...

  9. EseView/DBReader.cs at master · wfraser/EseView · GitHub

    https://github.com/wfraser/EseView/blob/master/EseView/DBReader.cs

    EseView - A graphical ESE (aka ESENT or JET) database viewer.

  10. Increase version to 1.9.4.1. · Microsoft/ManagedEsent ...

    https://github.com/Microsoft/ManagedEsent/commit/572c140e0916fc8fc...

    Contribute to ManagedEsent development by creating an account on GitHub.