Re: MultiValue Visual Basic
- From: "Dave Mitchell" <mitch500@xxxxxxxxxxxx>
- Date: Wed, 26 Oct 2005 23:50:49 -0400
Using ODBC means using the actual MV databse (UV, D3, whatever), though.
What I've written (and what I'm wondering about, in case mine turns out to
be a total flop) is just for within VB; you don't even really need any
database connection for this. I just wanted to use Multivalued Dynamic
arrays in VB the way I'm used to in PICK.
Dave
"Mark Brown" <mbrown@xxxxxxxxxxxxx> wrote in message
news:yHX7f.2445$Jo3.213@xxxxxxxxxxxxxxxxxxxxxxx
> You can distribute Raining Data's D3 odbc library for free.
>
> We have a D3-ODBC based tool that will generate VB compatible ActiveX
> class objects that understand the concepts of multivalues. All standard
> "pick" functionality is supported.
>
> If you don't mind distributing a copy of Rd's library with your app, I can
> write you objects that you can use, or you can write your own. In VB,
> choose "ActiveX DLL" and the name you give it becomes the name of
> the"object" as in
>
> dim xyz as MYOBJECT
>
> I wrote a karaoke player for my wife, but it's pretty hard-wired into D3.
>
> If you email me, put KARAOKE PLAYER in the message so you have a better
> chance of getting through my spam filter.
>
> Mark Brown
>
>
> "Dave Mitchell" <mitch500@xxxxxxxxxxxx> wrote in message
> news:e5X7f.7142$ki7.444819@xxxxxxxxxxxxxxxxxxxxxxxx
>> Hello all,
>> I've been playing around in Visual Basic lately, and have done some
>> development using it in combination with UniObjects (and for the most
>> part I am impressed). But one project I'm working on doesn't involve
>> UniVerse in any way at all - it's kind of like a DJ/Karaoke Hosting
>> program that just uses MS-Access as its database to hold an index of
>> songs and a few control variables.
>>
>> Anyway, as I was playing around with it, I thought, "You know, the
>> ability to use MultiValue Dynamic arrays like in PICK, complete with all
>> the functions like Extract, Insert, Delete, Locate, and DCount would come
>> in really handy here, even though I'm not actually using a MultiValue
>> database."
>>
>> So, I've started writing those functions. It's a bit tougher than I
>> first thought it would be, but I think I'm pretty close to done. I was
>> just wondering if anyone out there knows if something like that already
>> exists as freeware/shareware, and if not, would anyone be interested in
>> what I've written (it's completely undocumented - Dammit Jim, I'm a
>> programmer, not a writer....)
>>
>> Dave
>>
>>
>
>
.
- References:
- MultiValue Visual Basic
- From: Dave Mitchell
- Re: MultiValue Visual Basic
- From: Mark Brown
- 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
|