1. JetCreateDatabase2 Function - msdn.microsoft.com

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

    09/03/2015 · The JetCreateDatabase2 function creates and attaches a database file to be used with the ESE database engine with a maximum database size specified.

    • Code sample

      JET_ERR JET_API JetCreateDatabase2(
        __in JET_SESID sesid,
        __in const tchar* szFilename,
        __in const unsigned long cpgDatabaseSizeMax,
        __out JET_DBID* pdbid,...
      See more on MSDNWas this helpful?Thanks! Give more feedback
  2. JetCreateDatabase Function - msdn.microsoft.com

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

    09/03/2015 · The JetCreateDatabase function creates and attaches a database file to be used with the ESE database engine. Calling JetCreateDatabase2 with ...

  3. JET Database/Creating and connecting - Wikibooks, …

    https://en.wikibooks.org/wiki/JET_Database/Creating_and_connecting

    There are many ways to create a JET database, a few of which are addressed below. How a database is created should not matter, except that the engine type of the ...

  4. JET Database - Wikibooks, open books for an open world

    https://en.wikibooks.org/wiki/JET_Database

    Microsoft Jet Database Engine 2.0: A User's Overview, MSDN library on-line, via the Wayback Machine; Fundamental Microsoft Jet SQL …

  5. ManagedEsent: JetCreateDatabase2 - GitHub

    https://github.com/ayende/managed-esent/commit/765a37348e5d97ee4f0...

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

  6. ms access - create database using C#? - Stack Overflow

    https://stackoverflow.com/questions/5828592/create-database-using-c

    create database using C#? Ask Question. up vote 2 down vote favorite. is it possible to create access database on a c:\ drive on the click event of the button ???

  7. C# ADO: Creating a Database - Function X

    functionx.com/csharp2/ado/Lesson02.htm

    Another provider is the Microsoft JET database engine represented as Microsoft.JET.OLEDB.4.0. To create a database for it, ...

  8. Microsoft Jet Database Engine - Wikipedia

    https://en.wikipedia.org/wiki/Microsoft_Jet_Database_Engine

    The Microsoft Jet Database Engine is a database engine on which several ... create database views and allow bi-directional ... Microsoft Access 2.0 Service ...

  9. JET Database/Data types - Wikibooks, open books for …

    https://en.wikibooks.org/wiki/JET_Database/Data_types

    JET Database/Data types. ... Create Table T2 (c1 varchar (10) ... limited only by the maximum size of JET database files (2 GB ...

  10. 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 ...