Windows Vista Beta | WinVistaBeta.com - Message | How to save data to Access database file!

September 07, 2008  
Subject: How to save data to Access database file!
Group: microsoft.public.winternals
Date: 5/22/2007 5:12:03 AM
From: "Shyam Barnwal" [Email Address Protection]

Hi sir,
Good afternoon,

I am working on winamp general purpose pluggin "gen_whatsplaying " project
downloaded from the site www.schaffrath.net
I compiled and build the project successfully using platform SDK Feb 2003
and Speech SDK5.1.

Now the winamp plugins "gen_whatsplaying" interface saving
the data related to songs currently being played by Winamp to a specified
text file.
such as time the song starts playing, name of the song currently being
played etc.
depending on the parameters specified in the pluggin's template file.

Now, I want to save the data directly to a MSAccess database file, which is
currently being saved in a text file, such as time the song starts playing,
name of the song currently being played etc.depending on the parameters
specified in the pluggin's template file. e.g. "6:23:39 PM- D:\shaan\03 WOH
PEHLI BAAR.mp3" this information I want to store in two different field of
Access database table.
please let me know how do I do that? Do I need to use ADO and other library
to get the connectivity with MSAccess db first? Let me know if you have any
idea about it.
I really appreciate yours help and kind cooperation with me.

Thanks,
shyam



Back
Subject: Re: How to save data to Access database file!
Group: microsoft.public.winternals
Date: 5/22/2007 6:40:07 PM
From: "Rock" [Email Address Protection]

"Shyam Barnwal" wrote
> Hi sir,
> Good afternoon,
>
> I am working on winamp general purpose pluggin "gen_whatsplaying " project
> downloaded from the site www.schaffrath.net
> I compiled and build the project successfully using platform SDK Feb 2003
> and Speech SDK5.1.
>
> Now the winamp plugins "gen_whatsplaying" interface saving
> the data related to songs currently being played by Winamp to a specified
> text file.
> such as time the song starts playing, name of the song currently being
> played etc.
> depending on the parameters specified in the pluggin's template file.
>
> Now, I want to save the data directly to a MSAccess database file, which
> is
> currently being saved in a text file, such as time the song starts
> playing,
> name of the song currently being played etc.depending on the parameters
> specified in the pluggin's template file. e.g. "6:23:39 PM- D:\shaan\03
> WOH
> PEHLI BAAR.mp3" this information I want to store in two different field of
> Access database table.
> please let me know how do I do that? Do I need to use ADO and other
> library
> to get the connectivity with MSAccess db first? Let me know if you have
> any
> idea about it.
> I really appreciate yours help and kind cooperation with me.

I'm not sure why you posted this here. Your question has nothing to do with
Winternals. You might want to post to an Access newsgroup.

--
Rock [MS-MVP User/Shell]


Back