The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: georgek01 on September 29, 2005, 10:43:45 AM

Title: Extensible Storage Engine [ESE] + ASM?
Post by: georgek01 on September 29, 2005, 10:43:45 AM
Hi there,

I would like to use Microsoft's Extensible Storage Engine (aka Jet). I only have the ESENT.DLL on my machine. I realise I would need a LIB and INC file to simplify matters. I'm just starting off, so all I want is to know if someone has used this library to create and manage database files with assembler and if they would recommend it. My other options for data storage are MSACCESS and SQL - although SQL Server is going to be an overkill for my purpose.


Regards,
George
Title: Re: Extensible Storage Engine [ESE] + ASM?
Post by: bozo on October 02, 2005, 07:39:50 AM
I wouldn't recommend using assembly for this kind of work...you could do it, but its probably
more work than its worth.

There are COM methods you could use with VBScript/JScript i would imagine,
is it through ODBC?

Japheth might have something of interest to you..

http://www.japheth.de/