News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Extensible Storage Engine [ESE] + ASM?

Started by georgek01, September 29, 2005, 10:43:45 AM

Previous topic - Next topic

georgek01

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
What we have to learn to do, we learn by doing.

- ARISTOTLE (384-322 BC)

bozo

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/