Re: Question about a data structure



In article <epo96604v6@xxxxxxxxxxxxxxx>, Tom <tom@xxxxxx> wrote:
On Mon, 29 Jan 2007 09:46:08 GMT, Larry in Honolulu wrote...
A SQL database is meant to store data so it's probably worth keeping the
information in a clean format so PHP, Perl, or other languages can access and
make use of the information. If you store them individually you can define the
values as integers, rather than rigging a text string that has to be
manipulated
later. I'd rather have SQL do the work for me, and simply add, edit, or delete
the information. It would seem like more work in the long run to work with a
string of numbers, than setting up the table columns once and creating a
function to add or update the table.

Tom

Short, sweet, and to the point. Thanks much Tom.

Larry L
.



Relevant Pages

  • Implementation question
    ... For an application I'm developing I need to store data from a file in a ... The data itself can be real or string or a combination of the both. ... I would like to make available to libraries, ... I first had in mind of using an "array of array of string", ...
    (comp.lang.pascal.delphi.misc)
  • Re: Which data structure should Iuse for fast retrieval(KS)
    ... > store data using an index, use an array. ... I have used CMapStringToString where I have to map a string to another string. ... >> Pls clarify as I am doing frequent searches in a file.My idea is read ...
    (microsoft.public.vc.mfc)
  • Re: Writing an exception log an opening it with Notepad.exe
    ... I have a situation where I am looping through a DataTable and extracting values from that DataTable and inserting them into a SQL database. ... I added an Exception handling routine that basically has a running string that adds errors to the string if they happen. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Fuzzy Searching a Database
    ... Ruby and a SQL database. ... # Determine Levenshtein distance of two strings ... cost = 0 ...
    (comp.lang.ruby)
  • Programming practices
    ... it the same as say querying a SQL database and have the results ... because I have quite a few web applications that use a lot of SQL ... string _productName = sRead.GetValue.ToString; ...
    (microsoft.public.dotnet.languages.csharp)