Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to store sounds in a table
Message
From
10/10/2006 07:50:13
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01160793
Message ID:
01160795
Views:
10
>Hi,
>I need to write a system that allows spoken words to be stored in a table, one word per row, and played back. I have setup a test table with a general field, and have used the Windows sound recorder to record some spoken words, and copied them via the clipboard to the general field, one by one. This works but is very time consuming, so would like to write a form to make it easier. The only documentation I've found that helps are samples that play or record sound in individual FILES. Because I will need about 1400 recorded words, keeping them in individual dedicated files would be impractical, I think. Is there a way to associate a sound recording or playback activex with a general field? Then my table would have 1400 rows.
>
>Thanks,
>Chris

Just a warning: avoid general fields, AT ALL COST! Use a binary memo in stead! General fields = trouble!
Previous
Reply
Map
View

Click here to load this message in the networking platform