Click here to Skip to main content
15,913,610 members
Home / Discussions / Database
   

Database

 
GeneralAssembly resource not found Pin
unosinu19-Aug-04 6:00
unosinu19-Aug-04 6:00 
GeneralRe: Assembly resource not found Pin
Mekong River21-Aug-04 4:57
Mekong River21-Aug-04 4:57 
GeneralSQL query with parameter and % Pin
YomYom19-Aug-04 4:58
YomYom19-Aug-04 4:58 
GeneralRe: SQL query with parameter and % Pin
Chris Meech19-Aug-04 8:29
Chris Meech19-Aug-04 8:29 
GeneralRe: SQL query with parameter and % Pin
YomYom19-Aug-04 10:23
YomYom19-Aug-04 10:23 
GeneralRe: SQL query with parameter and % Pin
Looney Tunezez19-Aug-04 11:10
Looney Tunezez19-Aug-04 11:10 
QuestionHow to store and retrieve metadata about a database table column? Pin
Salil Khedkar19-Aug-04 2:48
Salil Khedkar19-Aug-04 2:48 
AnswerRe: How to store and retrieve metadata about a database table column? Pin
Colin Angus Mackay19-Aug-04 4:09
Colin Angus Mackay19-Aug-04 4:09 
You would have to maintain your own metadata. You could, for ease, link it to the existing metadata.

You could create your own metadata table with this schema:
CREATE TABLE MyMetaData
(id int,
colid smallint,
is_bold bit....) -- Add your own metadata as needed

The primary key is on id & colid
id is the iditifier from the sysobjects table (which contains a list of the tables umong other things)

Does this help?




"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


GeneralRe: How to store and retrieve metadata about a database table column? Pin
Salil Khedkar19-Aug-04 20:09
Salil Khedkar19-Aug-04 20:09 
QuestionHow can i add 2 querys from a select statement Pin
Member 123213618-Aug-04 22:07
Member 123213618-Aug-04 22:07 
AnswerRe: How can i add 2 querys from a select statement Pin
Colin Angus Mackay18-Aug-04 22:58
Colin Angus Mackay18-Aug-04 22:58 
AnswerRe: How can i add 2 querys from a select statement Pin
Pradeep Shamarao3-Sep-04 4:36
Pradeep Shamarao3-Sep-04 4:36 
GeneralConvert SQL Server to Oracle Script Pin
Vadim Tabakman18-Aug-04 17:51
Vadim Tabakman18-Aug-04 17:51 
GeneralADO Recordset querie Pin
Asha Rams18-Aug-04 17:41
Asha Rams18-Aug-04 17:41 
General:confused: Password text is always shown in ConnectionString Pin
scadena18-Aug-04 11:48
scadena18-Aug-04 11:48 
GeneralRe: :confused: Password text is always shown in ConnectionString Pin
mav.northwind22-Aug-04 1:27
mav.northwind22-Aug-04 1:27 
GeneralDataColumn Expresion problem Pin
blankg18-Aug-04 5:16
blankg18-Aug-04 5:16 
GeneralRe: DataColumn Expresion problem Pin
Syed Abdul Khader18-Aug-04 6:33
Syed Abdul Khader18-Aug-04 6:33 
GeneralRe: DataColumn Expresion problem Pin
blankg18-Aug-04 7:42
blankg18-Aug-04 7:42 
Generalhelp... (Java trouble) Pin
PeVoo17-Aug-04 17:08
PeVoo17-Aug-04 17:08 
GeneralRe: help... (Java trouble) Pin
EdbertP18-Aug-04 13:12
EdbertP18-Aug-04 13:12 
GeneralCreating an ADO _RecordsetPtr Pin
Anonymous17-Aug-04 13:04
Anonymous17-Aug-04 13:04 
GeneralRe: Creating an ADO _RecordsetPtr Pin
Rob Graham17-Aug-04 13:57
Rob Graham17-Aug-04 13:57 
GeneralRe: Creating an ADO _RecordsetPtr Pin
Anonymous18-Aug-04 4:27
Anonymous18-Aug-04 4:27 
GeneralRe: Creating an ADO _RecordsetPtr Pin
Rob Graham19-Aug-04 9:51
Rob Graham19-Aug-04 9:51 

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.