2D lookup table
If I want to store and fetch information from a matrix like structure
where the indexes of the matrix are not integers but other data
structures, how such thing can be done without a translation table?
Example:
If I have a list of doubles and I want to store a value per each pairs
of values
What is the best way to do this?
Thanks
.
Relevant Pages
- Give Some real life Example using C# or Vc++ Acessing Xml data
... i want to real life example how to store and fetch information in Xml ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Re: Storing array of double. There must be an easier way.
... You can use GetChunk & AppendChunk methods of Field (ADO) object. ... > I would like to gather a sample of data, which consists of 5,000 doubles. ... I would store the data in a single field in a database. ... (microsoft.public.data.ado) - Re: multilingual application
... I want to translate all that is Dutch into English. ... So I could store them in a table. ... And put the translation in the field next ... so that the variables will work again locally, when MsgBox reads the message ... (comp.databases.ms-access) - RE: Converting text to a number in query
... you asked if I wanted this to store the info back into my table. ... "KARL DEWEY" wrote: ... A translation table will work for you. ... it won't populate. ... (microsoft.public.access.queries) - Re: multilingual application
... I want to translate all that is Dutch into English. ... So I could store them in a table. ... And put the translation in the field ... and just before calling the MsgBox substitute the -values by the ... (comp.databases.ms-access) |
|