Click here to Skip to main content
16,006,475 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL problem Pin
Matt Gullett28-May-02 23:51
Matt Gullett28-May-02 23:51 
GeneralRe: SQL problem Pin
Alex Deem29-May-02 0:07
Alex Deem29-May-02 0:07 
QuestionFiles in SQL Server? Pin
HenrikO28-May-02 8:27
HenrikO28-May-02 8:27 
AnswerRe: Files in SQL Server? Pin
Matt Gullett28-May-02 8:34
Matt Gullett28-May-02 8:34 
GeneralRe: Files in SQL Server? Pin
HenrikO28-May-02 10:12
HenrikO28-May-02 10:12 
GeneralRe: Files in SQL Server? Pin
Matt Gullett28-May-02 10:15
Matt Gullett28-May-02 10:15 
GeneralRe: Files in SQL Server? Pin
HenrikO28-May-02 10:32
HenrikO28-May-02 10:32 
GeneralOLE DB/Dialog based program Pin
22-May-02 4:09
suss22-May-02 4:09 
I have to write a program based on an SQL Database. I'll write it in
VisualC++ with MFC and ATL... I have to use OLEDB... The program at
its root is composed of many dialogs (one for each table) and many
little search engines (one for each table).
Now the problem is: what model of data connection should I use? Should
I keep open a CSession for the entire time the corresponding dialog is
open? Or perhaps I should open the CSession, read the data, close the
CSession, let the user work on the data that I have loaded and then
reopen the CSession, write the modified row and close the CSession?
The COleDBRecordView class keeps the CSession open...
Another question: If I keep the CSession open, will the row a user is
working on be locked by the SQLServer? Does this depends on the
Isolation Level?

Bye
Max
QuestionHow does SQL Server verify the conditions Pin
Alexandru Savescu22-May-02 2:19
Alexandru Savescu22-May-02 2:19 
AnswerRe: How does SQL Server verify the conditions Pin
Carlos Antollini22-May-02 4:20
Carlos Antollini22-May-02 4:20 
AnswerRe: How does SQL Server verify the conditions Pin
Ed Gadziemski1-Jun-02 12:37
professionalEd Gadziemski1-Jun-02 12:37 
GeneralHelp! - Really wierd error... Pin
soup20-May-02 13:24
soup20-May-02 13:24 
GeneralRe: Help! - Really wierd error... Pin
soup20-May-02 23:08
soup20-May-02 23:08 
QuestionHELP:how to change ado data control para? Pin
sages20-May-02 1:57
sages20-May-02 1:57 
GeneralMS Jet and Installshield Pin
Blade[DMS]20-May-02 0:46
Blade[DMS]20-May-02 0:46 
GeneralRe: MS Jet and Installshield Pin
Carlos Antollini22-May-02 4:23
Carlos Antollini22-May-02 4:23 
GeneralRe: MS Jet and Installshield Pin
Blade[DMS]22-May-02 4:37
Blade[DMS]22-May-02 4:37 
GeneralLogin snd Update Pin
laphijia19-May-02 6:05
laphijia19-May-02 6:05 
GeneralSQL Datatypes Pin
Steve Severance17-May-02 12:05
Steve Severance17-May-02 12:05 
GeneralRe: SQL Datatypes Pin
Matt Gullett17-May-02 12:16
Matt Gullett17-May-02 12:16 
GeneralRe: SQL Datatypes Pin
Steve Severance17-May-02 14:30
Steve Severance17-May-02 14:30 
GeneralRe: SQL Datatypes Pin
Matt Gullett17-May-02 14:35
Matt Gullett17-May-02 14:35 
GeneralRe: SQL Datatypes Pin
Matt Gullett17-May-02 14:42
Matt Gullett17-May-02 14:42 
GeneralRe: SQL Datatypes Pin
Carlos Antollini17-May-02 14:59
Carlos Antollini17-May-02 14:59 
QuestionSQL Connection - Process or Thread ??? Pin
Dels15-May-02 14:04
Dels15-May-02 14:04 

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.