Re: MultiValue Visual Basic



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
>>
>>
>
>


.



Relevant Pages

  • Re: MySQL Database problem (probably already solved in a message, but this is somewhat urgent)
    ... MySQL server has a database with a table, ... columns, an FSR column, and a password column. ... checked if the supposed arrays that were returned were actually arrays ...
    (comp.lang.php)
  • Re: Web Databases and Objects
    ... complex object classes (things that have Arrays, or Hashes within ... the simple "it's a database" stuff is fine.but when it comes to ... It includes the pretty standard Rails naming of methods in the controllers, it's in all of the tutorials online and elsewhere. ...
    (comp.lang.ruby)
  • Re: FOR ALL - Best Practices for navigating within code? -plus - Add-Ins that help?
    ... Nothin wrong with arrays.. ... focus on setting up datatable columns ... ... need to connect to database ... ... How do you quickly get to some routine you haven't ...
    (microsoft.public.dotnet.languages.vb)
  • Re: A nongeneric bounded string array type (in database code)
    ... > detail that the programmer needs to thing about and handle appropriately. ... depending on the database indeed. ... If you take arrays to the further level of columns x rows, ...
    (comp.lang.ada)
  • VB6 UDT
    ... defined user-defined types that correspond to the aforementioned database ... I then store the UDT objects in arrays, ... public TypeAArray() as TypeA ... ' Resize and Populate TypeAArray with TypeA UDTs ...
    (microsoft.public.vb.com)