Click here to Skip to main content
15,916,091 members
Home / Discussions / Database
   

Database

 
GeneralADO GLOBAL CONNECTION Pin
3-Nov-01 10:35
suss3-Nov-01 10:35 
GeneralRe: ADO GLOBAL CONNECTION Pin
31-Jan-02 0:19
suss31-Jan-02 0:19 
GeneralDatabase Design Question Pin
1-Nov-01 6:54
suss1-Nov-01 6:54 
GeneralADO Errors ?!! Pin
Ravish31-Oct-01 2:27
Ravish31-Oct-01 2:27 
QuestionI want a ADO wrap class not using MFC,who can help me? Pin
Jeason Zhao28-Oct-01 22:04
Jeason Zhao28-Oct-01 22:04 
AnswerRe: I want a ADO wrap class not using MFC,who can help me? Pin
Daniel Turini28-Oct-01 22:18
Daniel Turini28-Oct-01 22:18 
QuestionWhy won't database shrink using MSDE? Pin
25-Oct-01 4:39
suss25-Oct-01 4:39 
AnswerRe: Why won't database shrink using MSDE? Pin
AndyG25-Oct-01 16:15
AndyG25-Oct-01 16:15 
I'm not totally sure this will work with MSDE, but its worth a shot.

Try backing up the transaction log. When you backup the transaction log, the transaction log automatically get truncated. Truncating the log just gets rid of log entries that have been commited to the database, you will not lose any active transactions. Then try DBCC SHRINKFILE to physically shrink the file.

Andy Gaskell, MCSD
GeneralRe: Why won't database shrink using MSDE? Pin
25-Oct-01 21:35
suss25-Oct-01 21:35 
GeneralNumeric Datatype Pin
Michael Martin24-Oct-01 20:52
professionalMichael Martin24-Oct-01 20:52 
GeneralRe: Numeric Datatype Pin
SasaT19-Nov-01 23:44
SasaT19-Nov-01 23:44 
GeneralChecking flag adFldIsNullable with Field "Attributes" property Pin
24-Oct-01 2:33
suss24-Oct-01 2:33 
GeneralSQL Query Pin
Drawil23-Oct-01 10:39
Drawil23-Oct-01 10:39 
GeneralRe: SQL Query Pin
Drawil23-Oct-01 22:07
Drawil23-Oct-01 22:07 
GeneralADO Resource pooling Pin
Alberto Richart23-Oct-01 6:20
Alberto Richart23-Oct-01 6:20 
GeneralADO BeginTrans inside a try catch block Pin
John M. Drescher22-Oct-01 6:48
John M. Drescher22-Oct-01 6:48 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M22-Oct-01 23:11
Wanderley M22-Oct-01 23:11 
GeneralRe: ADO BeginTrans inside a try catch block Pin
John M. Drescher23-Oct-01 7:14
John M. Drescher23-Oct-01 7:14 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 11:50
Wanderley M23-Oct-01 11:50 
GeneralRe: ADO BeginTrans inside a try catch block Pin
John M. Drescher23-Oct-01 12:34
John M. Drescher23-Oct-01 12:34 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 22:45
Wanderley M23-Oct-01 22:45 
GeneralSQL Server 7.0 SP3 and money datatype Pin
Michael Martin21-Oct-01 20:46
professionalMichael Martin21-Oct-01 20:46 
GeneralRe: SQL Server 7.0 SP3 and money datatype Pin
Wanderley M22-Oct-01 3:32
Wanderley M22-Oct-01 3:32 
GeneralRe: SQL Server 7.0 SP3 and money datatype Pin
Michael Martin22-Oct-01 15:32
professionalMichael Martin22-Oct-01 15:32 
GeneralMSDE 2000 Question Pin
John M. Drescher21-Oct-01 8:57
John M. Drescher21-Oct-01 8:57 

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.