Re: MultiValue Visual Basic
- From: "Dave Mitchell" <mitch500@xxxxxxxxxxxx>
- Date: Wed, 26 Oct 2005 23:44:41 -0400
This particular project is just using Access and VB, nothing else. The
Functions I have written just work on a VB Dynamic array (redim'd when you
insert or delete into/out of the highest-level attribute). Each element of
the VB array contains delimited ASCII text, the same as attributes in UV
files. I even used chr(253) and chr(252) as delimiters (because I have no
imagination).
As mentioned, the functions are called MVDCount, MVLocate, MVExtract,
MVInsert, MVReplace, and MVDelete, which replicate those same functions from
PICK. Like I said, though, it's just ASCII text in a VB Array - if I was
going to actually Read/Write to/from UV files, I'd use UniObjects.
Dave
<michael@xxxxxxxxxx> wrote in message
news:1130381985.923131.181540@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Are you moving the data from Access to Pick to work on it? or
> replicating the functionality in VB itself working with delimited ASCII
> strings?
>
.
- References:
- MultiValue Visual Basic
- From: Dave Mitchell
- MultiValue Visual Basic
- Prev by Date: Re: MultiValue Visual Basic
- Next by Date: Re: MultiValue Visual Basic
- Previous by thread: Re: MultiValue Visual Basic
- Next by thread: Re: MultiValue Visual Basic
- Index(es):
Relevant Pages
|