Click here to Skip to main content
15,906,285 members
Home / Discussions / Database
   

Database

 
GeneralRe: Source Code in need for Inventory System Pin
SimonS10-Aug-02 7:27
SimonS10-Aug-02 7:27 
GeneralUDF in SQLServer2000 Pin
Mazdak9-Aug-02 20:41
Mazdak9-Aug-02 20:41 
Generalexecuting a DTS from a stored proc.... Pin
Thesisus8-Aug-02 5:15
Thesisus8-Aug-02 5:15 
GeneralRe: executing a DTS from a stored proc.... Pin
Nick Parker8-Aug-02 8:07
protectorNick Parker8-Aug-02 8:07 
GeneralRe: executing a DTS from a stored proc.... Pin
Thesisus9-Aug-02 5:46
Thesisus9-Aug-02 5:46 
GeneralRe: executing a DTS from a stored proc.... Pin
Nick Parker9-Aug-02 6:01
protectorNick Parker9-Aug-02 6:01 
GeneralRe: executing a DTS from a stored proc.... Pin
klateno11-Aug-02 3:39
klateno11-Aug-02 3:39 
QuestionHow can I change properties for keys (ie: Caption,input mask,ect) in access using ADO or ADOX? Pin
Bart-Man8-Aug-02 4:53
Bart-Man8-Aug-02 4:53 
Greetings,

How can I change properties for keys (ie: Caption,input mask) in access using ADO or ADOX?

I can use the code below to change a description:
------------------------------------------------
tblNew->Columns->GetItem(_bstr_t("TestKey"))->
Properties->GetItem("Description")->
Value = "Test";


But if I try to change the caption, it says:
"Item cannot be found in the collection corresponding to the requested name or ordinal."
-------------------------------------------------
tblNew->Columns->GetItem(_bstr_t("TestKey"))->
Properties->GetItem("Caption")->
Value = "FOO";


Why is the "caption" property not available, but the description is?
Is there a way to do this?

Thanks in advance
GeneralForeign Key with Composite Primary Key Pin
Hitu7-Aug-02 20:39
Hitu7-Aug-02 20:39 
GeneralRe: Foreign Key with Composite Primary Key Pin
SimonS8-Aug-02 5:08
SimonS8-Aug-02 5:08 
GeneralSome URL needed!!! Pin
Mazdak7-Aug-02 19:37
Mazdak7-Aug-02 19:37 
GeneralRe: Some URL needed!!! Pin
Richard Deeming8-Aug-02 2:04
mveRichard Deeming8-Aug-02 2:04 
GeneralRe: Some URL needed!!! Pin
Mazdak8-Aug-02 20:06
Mazdak8-Aug-02 20:06 
GeneralRe: Some URL needed!!! Pin
Nick Parker8-Aug-02 8:11
protectorNick Parker8-Aug-02 8:11 
GeneralRe: Some URL needed!!! Pin
Mazdak8-Aug-02 20:05
Mazdak8-Aug-02 20:05 
GeneralProblem with SQLserver and updating recordset Pin
Garth5-Aug-02 15:53
Garth5-Aug-02 15:53 
GeneralRe: Problem with SQLserver and updating recordset Pin
Richard Deeming5-Aug-02 23:06
mveRichard Deeming5-Aug-02 23:06 
Generali need your help ...¤Ð__¤Ð; Pin
kims10305-Aug-02 4:56
kims10305-Aug-02 4:56 
Generalmemo fields and other big fields Pin
Roman Nurik4-Aug-02 19:18
Roman Nurik4-Aug-02 19:18 
GeneralRe: memo fields and other big fields Pin
Martin Ziacek5-Aug-02 23:23
Martin Ziacek5-Aug-02 23:23 
GeneralRe: memo fields and other big fields Pin
Roman Nurik6-Aug-02 6:05
Roman Nurik6-Aug-02 6:05 
GeneralCollation Pin
Mazdak3-Aug-02 5:30
Mazdak3-Aug-02 5:30 
GeneralRe: Collation Pin
Richard Deeming5-Aug-02 23:13
mveRichard Deeming5-Aug-02 23:13 
GeneralRe: Collation Pin
Richard Deeming5-Aug-02 23:32
mveRichard Deeming5-Aug-02 23:32 
GeneralRe: Collation Pin
Mazdak7-Aug-02 0:36
Mazdak7-Aug-02 0:36 

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.