Advertisement

1 - 10 of 339 containing alltags:("description") (0.001 seconds)
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 ...
Zones: Web DevelopmentDate Answered: 02/13/2002 Grade: A Views: 0
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.
Zones: Windows ProgrammingDate Answered: 04/15/2002 Grade: A Views: 0
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...
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); ...
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?   ...
Zones: MS SQL ServerDate Answered: 12/24/2003 Grade: A Views: 0
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...
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 10/22/2004 Grade: A Views: 0
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 ...
Zones: MS SQL ServerDate Answered: 09/11/2006 Grade: A Views: 0
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], ...
Zones: MS AccessDate Answered: 10/28/2006 Grade: A Views: 0