Click here to Skip to main content
15,890,717 members
Home / Discussions / Database
   

Database

 
AnswerRe: How access Indexing Server with ADO.NET Pin
Sebastian Weber6-Jun-02 2:53
Sebastian Weber6-Jun-02 2:53 
GeneralDAO and Visual Studio .Net Pin
5-Jun-02 5:49
suss5-Jun-02 5:49 
GeneralATL7 OLEDB Consumer templates & stored procedures Pin
Jörgen Sigvardsson5-Jun-02 2:35
Jörgen Sigvardsson5-Jun-02 2:35 
GeneralSearching in a date range with sql Pin
Tim Rymer4-Jun-02 9:14
Tim Rymer4-Jun-02 9:14 
GeneralRe: Searching in a date range with sql Pin
Ed Gadziemski4-Jun-02 13:43
professionalEd Gadziemski4-Jun-02 13:43 
GeneralRe: Searching in a date range with sql Pin
Paul Watson20-Jun-02 2:25
sitebuilderPaul Watson20-Jun-02 2:25 
QuestionIs there a way to get the names of the keys that each table has in ADO? Pin
Bart-Man3-Jun-02 11:22
Bart-Man3-Jun-02 11:22 
AnswerSolution to my problem Pin
Bart-Man4-Jun-02 4:22
Bart-Man4-Jun-02 4:22 
Greetings,

I figured it out, all you have to do is the following:

_variant_t p(long(0));
FieldPtr pItem = pRecordset->Fields->GetItem((p)/*_variant_t(&index)*/);
CString szName = (LPCSTR)_bstr_t(pItem->Name);

and this gives you the key name (column heading) for an access database.
QuestionHow do I get a list of available tables using ADO? Pin
Bart-Man3-Jun-02 8:22
Bart-Man3-Jun-02 8:22 
AnswerRe: How do I get a list of available tables using ADO? Pin
Mazdak3-Jun-02 8:53
Mazdak3-Jun-02 8:53 
GeneralRe: How do I get a list of available tables using ADO? Pin
Bart-Man3-Jun-02 9:39
Bart-Man3-Jun-02 9:39 
AnswerRe: How do I get a list of available tables using ADO? Pin
Wictor Wilén16-Jun-02 21:19
Wictor Wilén16-Jun-02 21:19 
GeneralOLEDB: IRowsetRefresh/IRowsetResync Pin
3-Jun-02 6:43
suss3-Jun-02 6:43 
GeneralAttributed OLEDB question Pin
Jörgen Sigvardsson3-Jun-02 2:42
Jörgen Sigvardsson3-Jun-02 2:42 
GeneralRe: Attributed OLEDB question Pin
Jörgen Sigvardsson3-Jun-02 2:51
Jörgen Sigvardsson3-Jun-02 2:51 
GeneralMySQL Question Pin
Venet2-Jun-02 5:29
Venet2-Jun-02 5:29 
GeneralProblem with ADO function GetCollect Pin
31-May-02 23:05
suss31-May-02 23:05 
Generalreturn Recordset Pin
Max Santos31-May-02 8:43
Max Santos31-May-02 8:43 
GeneralRe: return Recordset Pin
Mazdak31-May-02 9:58
Mazdak31-May-02 9:58 
GeneralRe: return Recordset Pin
Rashid Thadha3-Jun-02 12:38
Rashid Thadha3-Jun-02 12:38 
QuestionHow do I Limit SQL Transaction Logs? Pin
Larry Antram30-May-02 16:34
Larry Antram30-May-02 16:34 
AnswerRe: How do I Limit SQL Transaction Logs? Pin
Ed Gadziemski1-Jun-02 12:22
professionalEd Gadziemski1-Jun-02 12:22 
AnswerRe: How do I Limit SQL Transaction Logs? Pin
3-Jun-02 21:23
suss3-Jun-02 21:23 
AnswerRe: How do I Limit SQL Transaction Logs? Pin
Andrew Connell2-Jul-02 3:31
Andrew Connell2-Jul-02 3:31 
GeneralMixed mode installation MSDE 2000 Pin
29-May-02 2:56
suss29-May-02 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.