Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: simple database

Re: simple database

From: n_vijay_anand <n_vijay_anand_at_yahoo.com>
Date: 8 Apr 2003 20:32:56 -0700
Message-ID: <cafc35dc.0304081932.6c05f380@posting.google.com>


n_vijay_anand_at_yahoo.com (n_vijay_anand) wrote in message news:<cafc35dc.0304080419.21c93210_at_posting.google.com>...
> Hi all,
>
> I'm new to database. i've a situation in my current project
> where i need to save a list of audio data in file.
>
> My attribute fields of the database file are
>
> song_id_number;song data (of variable length).
>
> How do i retrieve a song data given the song_id_number.
> Algorithm or any pointer is welcome.
>
> Thanks and regards,
> vijay anand.n

Hi all,
Pls. note that i'm implementing all these in C. I want to write a C function that would

 (1) return the audio data
 (2) insert audio data and id. into the file.
 (3) delete audio data from file.

I don't want anything like SQL etc.

Thanks and regards,
Vijay Received on Tue Apr 08 2003 - 22:32:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US