Subject | Re: [IBO] Suggestions for IBO v4 |
---|---|
Author | Geoff Worboys |
Post date | 2000-12-06T03:22:42Z |
> I already have the capability built into IBO to fake a preparedGood, we just have to workout how we specify the memory table in the
> statement without having to actually prepare it.
>
> How does this sound?
SQL. Perhaps something like...
SELECT_MEMORY
AField INTEGER,
BField VARCHAR(60)
or
SELECT
AField INTEGER,
BField VARCHAR(60)
FROM MEMORY
(although this would conflict with any tables called "MEMORY").
I dont know what would be the easiest to insert into your existing
parsing routines.
> The one limitation that it does have that comes to mind is itI guess the live connection may make it less than 100% useful, but you
> would require a live connection and be impacted by whatever is
> going on in the transaction.
cant have everything.
The Transaction I think could be very useful - you could use the
StartTransaction and Commit/Rollback routines to load/save the memory
items to file (or whatever).
> If anyone is feeling brave and would like to get directlyYour best bet is to find someone who actually needs/uses memory tables
> involved with these developments let me know...
already. I have not used one and so I am not entirely sure of
specific requirements. But I'm happy to help where as I can.
Geoff Worboys
Telesis Computing