0
votes
2answers
83 views
Error on getting AVI file duration
I am using VFW unit from JEDI wrapper on WinAPI.
The code I am writing is intended to search user drives and detect warez. We do MP3, WMA and some graphic file search. Now we want …
1
vote
5answers
28 views
PHP DOMDocument GetElementsByTagName Not Finding Elements
I have an HTML page containing alot of meta tags and I want to parse them to find certain ones. Here is the code I am using, but it's not picking up any of the tags.
$dom …
0
votes
3answers
21 views
How can I programmatically retrieve the alter view script for a view in SQL Server 2005.
We allow our uses to alter certain views for reports and what not based on some application field meta data that we keep track of in our application. These fields can be created a …
1
vote
3answers
54 views
How to Add ‘Comments’ to a JPEG File Using C#
Within the property window of a JPEG image, there is a tab called 'Summary'. Within this tab, there is a field called 'Comments' I would like to write some c# code which will add a …
0
votes
1answer
22 views
How to read Metadata values from Silverlight Client with RIA Services
I have an RIA Services Silverlight 3.0 app using an EF model. In the model metadata I've included several Display Name properties that I'd like to use when referring to the model o …
3
votes
3answers
46 views
Find if Column Has A Sequence
I am attempting to figure out if a column in oracle is populated from a sequence. My impression of how oracle handles sequencing is that the sequence and column are separate entit …
2
votes
2answers
29 views
List of foreign keys and the tables they reference
I'm trying to find a query which will return me a list of the foreign keys for a table and the tables and columns they reference. I am half way there with
SELECT a.table_name,
…
2
votes
2answers
28 views
Metadata for columns in SQLite v2.8 (PHP5)
How can I get metadata / constraints (primary key and "null allowed" in particular) for each column in a SQLite v2.8 table using PHP5 (like mysql_fetch_field for MySql)?
sqlite_fe …
0
votes
2answers
48 views
Retrieve List of Tables in MS Access File
If I can open a connection to an MS Access file in C#, how can I retrieve a list of the different tables that exist in the Access DB (and if possible, any meta-data associated with …
1
vote
3answers
45 views
C# solution for analysing files as they are written/modified
I have several projects that require me to monitor files, and then edit them as they are getting written to disk. I have a feeling that what I am looking for is operationally the s …
0
votes
2answers
90 views
Copying metadata over a database link in Oracle 10g
Thanks in advance for your help experts.
I want to be able to copy over database objects from database A into database B with a procedure created on database B.
I created a datab …
0
votes
1answer
29 views
Complex lookup metadata in document library
A client wants to have a lookup field for customer name found in a database as metadata on a Word document in a document library. They have a code which represents a group of custo …
1
vote
4answers
91 views
how to read mp3 file tags
Hi all,
I want to have a program (might be an idea for simple program), to read metadata from a Mp3 file.
My program should also able to edit these meta data. what can i do?
I …
0
votes
1answer
18 views
Metadata in SVG
Hi,
Is there a way to attach metadata directly to a grouping element () in an svg file? I couldn't find anything about that in the specification or elsewhere on the web, so I assu …
0
votes
1answer
90 views
How can I read XMP data from a JPG with PHP?
PHP has built in support for reading EXIF and IPTC metadata, but I can't find any way to read XMP?
