Does anyone know how you can read properties such as authors, titles and description from a .pdf file using index server search. I can do a full text search on the file, but I need to know if you ...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20129519.html
I have a DLL file, for which I don't have source.
How can I find out, what functions does it contain, and what are calling conventions for them - parameter count and their data types.
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20289553.html
I just don't understand??
I code:
class A
{
public:
A(){
ptrInt = new int[1000];
for(int i=0;i<1000;i++) ptrInt[i] = i;
}
~A(){
//delete[] ptrInt;
delete ptrInt...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20530732.html
Zones:
C++Date Answered: 02/28/2003 Grade: B Views: 0
Hi,
I have the following trigger code:
*******************************
create or replace trigger TR_INSERT
after insert
on Invoice_Items
for each row
declare
vNewTotal number(8,2);
...
http://www.experts-exchange.com/Database/Oracle/Q_20754626.html
Zones:
OracleDate Answered: 10/01/2003 Grade: A Views: 0
In sql2k (and other versions) I can go into Enterprise Manager and design a table and specify a description for any given column. My question is where is this text located at in the database?
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20827662.html
I have a legacy application, that the only way (without paying 10 of thousands of dollars for an API) to get at the data is through a text report that we can schedule to run. My problem is getting...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20829786.html
Zones:
.NETDate Answered: 12/19/2003 Grade: A Views: 0
I need to popluate the values of one array with the values from another array. The other array will be querying a table in the database, and sometimes it will have no rows, sometimes 1, sometimes 2...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21173349.htm...
Zones:
ASPDate Answered: 10/19/2004 Grade: A Views: 0
Hi,
i have written a .net application of four .cs files and complied this into a Dll file. Iam using the dll in another .net application, iam catching the error in try catch block as follows
t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21179174.html
I have about 1000 tables and we are trying to do documentation. We have one table that holds the description for most of the tables. We wanted to build a help file but the software does not read ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21985281.html
I used the following sql to list all the tables in the database. Is there a way to capture no just the name but the description?
:
SELECT MSysObjects.Name
FROM MSysObjects
WHERE (Left([Name], ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22040752.html
Zones:
MS AccessDate Answered: 10/28/2006 Grade: A Views: 0