3
votes
3answers
178 views
MS Access Moving records into fields
I have an ODBC connection to a database I don't own and can't change. What I am looking to do is to make related records merge into one record. The relationship is a 1 to many.
…
0
votes
3answers
30 views
Is is possible to record my WPF control to a movie?
Hi,
I have an application where it is possible to load new content through usercontrols. Some of these usercontrols have distinct features such as pulsing buttons and other kind of …
0
votes
2answers
15 views
Dynamic web record
Hi, im trying to build a simple app:
Six colums with these values
Nr, Name, checkbox 1, checkbox 2, checkbox 3, checkbox 4.
The checkboxes are project stages, Im using Mysql …
-1
votes
1answer
62 views
How to record screen and save as gif animation?
Is there such a software?
0
votes
1answer
79 views
Is there a tool that can record Internet Explorer DOM events and record them into XML or TXT?
This tool have to record all (or filtred) DOM events of Internet Explorer and allow to record them into an XML File or a Text file.
2
votes
4answers
176 views
How do I record video from a webcam in MATLAB?
I would like to know how I can record a video in MATLAB with my webcam.
0
votes
1answer
23 views
java 1.4 -sql server 2000:not able to insert multiple records into table.
INSERT INTO UPLOAD_FILE_RECORD_FIELDS_DATA
select ?,?,?,?
union all
select ?,?,?,?
union all
select ?,?,?,?
I have to insert multiple records into one table.So i am using q …
0
votes
1answer
89 views
How to record to .wav from microphone after applying fast fourier transform and a high pass filter on it?
Hello,
I receive input from the microphone and I apply the fft on it.
After that, I put frequencies higher than 1KHz with zero (the high pass filter).
I want to know how can I re …
0
votes
4answers
49 views
Mark record inserted
I have table, which I am inserting records to another table.
What is the best way to mark record inserted, so it will not be attemted to being inserted again?
0
votes
3answers
174 views
How to check if mysql entry is empty in PhP?
Hello, here is the description variable I am echoing from my table:
$description = mysql_result($result,$i,"description");
sometimes the $i'th record is empty and doesn't have a …
0
votes
1answer
28 views
subsonic . navigate among records ,view,query
hello everybody
i'm some newbie in this matter of .net
i'm trying understand this new paradigm
i began with linq for SQl
but i found this library, kind of framework of T4
more sp …
0
votes
2answers
100 views
Record Audio and Upload as Wav or MP3 to server
Hi Guys
Im not sure if Im asking the right place, but basically Im looking for advice on the best way to:
Record Audio through a microphone on a website and Upload the audio as a …
0
votes
1answer
159 views
Delphi -> Delphi prism, how to use array of records?
Hi there.
I'm learning Delphi Prism, and i don't find how to write the following code with it :
type
TRapportItem = record
Label : String;
Value : Int16;
AnomalieComme …
1
vote
2answers
57 views
OCaml: Leaving fields in records undefined?
I have this record type:
type syllable = {onset: consonant list; nucleus: vowel list; coda: consonant list};;
What if I want to instantiate a syllable where only the nucleus is …
2
votes
1answer
36 views
OCaml: Check a list of records for membership
If I have defined the following types:
type category = Noun | Verb | Adjective | Preposition;;
type transformation = {start: category; fin: category};;
What is the best way to a …
