Click here to Skip to main content
16,010,876 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server 2k Formula Pin
David Salter15-Aug-02 3:43
David Salter15-Aug-02 3:43 
GeneralPassword protected Paradox files Pin
stephen woolhead15-Aug-02 2:28
stephen woolhead15-Aug-02 2:28 
GeneralAS/400 OLEDB via ASP Pin
Anonymous12-Aug-02 8:02
Anonymous12-Aug-02 8:02 
GeneralRe: AS/400 OLEDB via ASP Pin
Mauricio Ritter24-Aug-02 2:24
Mauricio Ritter24-Aug-02 2:24 
GeneralVARIANT to std::string Pin
Shamoon12-Aug-02 1:27
Shamoon12-Aug-02 1:27 
Generalretrieve column length Pin
Garth11-Aug-02 19:21
Garth11-Aug-02 19:21 
GeneralRe: retrieve column length Pin
Mauricio Ritter12-Aug-02 8:28
Mauricio Ritter12-Aug-02 8:28 
GeneralRe: retrieve column length Pin
notadood15-Aug-02 8:13
notadood15-Aug-02 8:13 
If you are using SQL Server then:

SELECT CHARACTER_MAXIMUM_LENGTH
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = 'yourtablename' AND
COLUMN_NAME = 'your column name'

GeneralSource code in need for my project Pin
DotNet10-Aug-02 20:56
DotNet10-Aug-02 20:56 
GeneralRe: Source code in need for my project Pin
Nick Parker13-Aug-02 4:49
protectorNick Parker13-Aug-02 4:49 
GeneralAggregate Query... Pin
Hyien10-Aug-02 8:47
Hyien10-Aug-02 8:47 
GeneralRe: Aggregate Query... Pin
Mazdak10-Aug-02 19:40
Mazdak10-Aug-02 19:40 
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 
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 

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.