-
Apr 16th, 2024, 04:26 PM
#1
Thread Starter
Addicted Member
Scripting Dictionaries, ADODB and portability?
Greetings Earthlings!
My current project needs to be portable i.e. able to run from a memory stick, no installation.
I long ago achieved that with it by using only custom in-line controls of my own making, documented API functions, etc.
Now I've decided to use a dictionary for data storage & retrieval, and an ADO data stream & functions for some things. I'm using CreateObject for these, so no references needed. Everything works just peachy .
So the question - Need I be concerned about portability with these things?. I think not because AFAIK these things are a part of Windows since at least Windows Vista. What about WINE under Linux?. Does one need to install WineTricks for the ADO or Dictionary?
Thank you in advance . I wanted to ask about this before I bury myself too deep in the project.....
-
Apr 16th, 2024, 04:35 PM
#2
Re: Scripting Dictionaries, ADODB and portability?
It should work just the same early bound with references. These components have stood the test of time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|