Re: ADOTable IsIndexField not returning correct result
- From: "Kevin Frevert" <kevin@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 19 May 2008 07:33:43 -0500
What database are you using?
With RDBMSs like MSSQL the metadata such as that is not typically 'sent
along' to the client. If you (the client) needs to know index/primary key
info, you can query the various system tables. If you are using MSSQL, Books
Online has all the info you need.
Good luck
krf
"Nirmal Singh" <nirmal.singh@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:48316658$1@xxxxxxxxxxxxxxxxxxxxxxxxx
I am having trouble finding the primary key fields in an ADOTable.
I am using the IsIndexField propery but for some reason it always returns
false.
Any ideas why? Or, any workarounds?
Nirmal Singh
.
- Follow-Ups:
- Re: ADOTable IsIndexField not returning correct result
- From: Nirmal Singh
- Re: ADOTable IsIndexField not returning correct result
- References:
- ADOTable IsIndexField not returning correct result
- From: Nirmal Singh
- ADOTable IsIndexField not returning correct result
- Prev by Date: ADOTable IsIndexField not returning correct result
- Next by Date: Re: ADOTable IsIndexField not returning correct result
- Previous by thread: ADOTable IsIndexField not returning correct result
- Next by thread: Re: ADOTable IsIndexField not returning correct result
- Index(es):
Relevant Pages
|