Click here to Skip to main content
15,920,217 members
Home / Discussions / Database
   

Database

 
GeneralRemove Transaction Log in SQL Server Pin
fat88829-Sep-02 3:26
fat88829-Sep-02 3:26 
GeneralRe: Remove Transaction Log in SQL Server Pin
Juergen Froehlich29-Sep-02 8:11
Juergen Froehlich29-Sep-02 8:11 
GeneralRe: Remove Transaction Log in SQL Server Pin
Daniel Turini30-Sep-02 2:39
Daniel Turini30-Sep-02 2:39 
GeneralDateTime casting Pin
Majid Shahabfar29-Sep-02 1:38
Majid Shahabfar29-Sep-02 1:38 
GeneralRe: DateTime casting Pin
Ed Gadziemski1-Oct-02 3:49
professionalEd Gadziemski1-Oct-02 3:49 
QuestionHow to prevent the user from accessing database directly? Pin
fat88828-Sep-02 20:21
fat88828-Sep-02 20:21 
AnswerRe: How to prevent the user from accessing database directly? Pin
Anonymous29-Sep-02 12:02
Anonymous29-Sep-02 12:02 
GeneralHELP! ADO and very *big* tables Pin
taualex27-Sep-02 4:23
taualex27-Sep-02 4:23 
Hello!

We are using ADO to work with SQLServer.
Our database is about 5Gb and some tables have about 600,000 records.
ADO provider opens such table for 3-5 minutes - the application is
"freezed".
Does anybody know how to avoid such big pause? Is it possible open table using ADO faster (I think ADO recordset retrives all records to navigate later inside it)? Some triks or tips? HELP!!!

This way we open the table:
m_pRecordset->Open((LPCSTR)"table_name", _variant_t((IDispatch*)mpdb, TRUE), adOpenKeyset, adLockOptimistic, adCmdTable);


Thank you!

Kind regards... Tau.
GeneralRe: HELP! ADO and very *big* tables Pin
Michael P Butler27-Sep-02 4:39
Michael P Butler27-Sep-02 4:39 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 5:38
taualex27-Sep-02 5:38 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 7:11
taualex27-Sep-02 7:11 
GeneralRe: HELP! ADO and very *big* tables Pin
Richard Deeming27-Sep-02 6:02
mveRichard Deeming27-Sep-02 6:02 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 7:12
taualex27-Sep-02 7:12 
GeneralRe: HELP! ADO and very *big* tables Pin
4-Nov-02 15:28
suss4-Nov-02 15:28 
GeneralRe: HELP! ADO and very *big* tables Pin
Matt Gullett27-Sep-02 8:47
Matt Gullett27-Sep-02 8:47 
GeneralRe: HELP! ADO and very *big* tables Pin
Nick Parker27-Sep-02 9:28
protectorNick Parker27-Sep-02 9:28 
GeneralRe: HELP! ADO and very *big* tables Pin
hunterlsq29-Sep-02 0:22
hunterlsq29-Sep-02 0:22 
GeneralRe: HELP! ADO and very *big* tables Pin
Majid Shahabfar29-Sep-02 1:49
Majid Shahabfar29-Sep-02 1:49 
GeneralRe: HELP! ADO and very *big* tables Pin
Marc Clifton3-Oct-02 5:15
mvaMarc Clifton3-Oct-02 5:15 
GeneralHelp me ! Unicode and Database Access. Pin
26-Sep-02 23:30
suss26-Sep-02 23:30 
GeneralRe: Help me ! Unicode and Database Access. Pin
hunterlsq29-Sep-02 0:12
hunterlsq29-Sep-02 0:12 
GeneralCreating an empty SQL database. Pin
Segal26-Sep-02 12:17
Segal26-Sep-02 12:17 
GeneralRe: Creating an empty SQL database. Pin
James T. Johnson26-Sep-02 12:43
James T. Johnson26-Sep-02 12:43 
GeneralRe: Creating an empty SQL database. Pin
Segal27-Sep-02 7:10
Segal27-Sep-02 7:10 
GeneralRe: Creating an empty SQL database. Pin
James T. Johnson27-Sep-02 7:51
James T. Johnson27-Sep-02 7: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.