Click here to Skip to main content
15,886,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionXML [modified] Pin
p_19604-Jun-09 19:34
p_19604-Jun-09 19:34 
AnswerRe: XML Pin
Stuart Dootson4-Jun-09 22:49
professionalStuart Dootson4-Jun-09 22:49 
GeneralRe: XML Pin
siva4554-Jun-09 23:09
siva4554-Jun-09 23:09 
GeneralRe: XML Pin
Stuart Dootson4-Jun-09 23:13
professionalStuart Dootson4-Jun-09 23:13 
QuestionLength of non-english user name Pin
includeh104-Jun-09 17:58
includeh104-Jun-09 17:58 
AnswerRe: Length of non-english user name Pin
«_Superman_»4-Jun-09 18:21
professional«_Superman_»4-Jun-09 18:21 
AnswerRe: Length of non-english user name Pin
CPallini4-Jun-09 21:07
mveCPallini4-Jun-09 21:07 
QuestionSQL Connection with C++ Pin
nv_thien4-Jun-09 17:09
nv_thien4-Jun-09 17:09 
Hi Guys

I'm working on CMS Project, this is big project.
i 'm developing a Server so that client send data to Server, and Server will insert or query data to/from SQL Server 2005.

my question is:

1 - When client send data to Server. i open new Connection -> insert data to SQL then close Connection OR i only open connection at starting CMS Server and then client send data to server -> insert data direct to SQL Server, because Connection always opening. Client will send too much Data to CMS Server

2 - Do i need make 2 connections:
- 1 For Update Database(Insert,Update,Delete) always Open
- 1 For Query Data. i mean if 1 Client send request to Query Data from CMS Server. At that time CMS Server Open connection to SQL Server -> Query Data -> Close Connect

I mean 1 connection to Update Data always Open, 1 connection to Query data always Open and Close data. because Client sometime send request to get data.

Thanks and best regards
THien Nguyen
AnswerRe: SQL Connection with C++ Pin
includeh104-Jun-09 18:14
includeh104-Jun-09 18:14 
GeneralRe: SQL Connection with C++ Pin
nv_thien4-Jun-09 18:30
nv_thien4-Jun-09 18:30 
QuestionHow to Create CObArray made of other CObArrays? [modified] Pin
Software20074-Jun-09 16:36
Software20074-Jun-09 16:36 
AnswerRe: How to Create CObArray made of other CObArrays? Pin
«_Superman_»4-Jun-09 18:24
professional«_Superman_»4-Jun-09 18:24 
GeneralRe: How to Create CObArray made of other CObArrays? Pin
Software20075-Jun-09 2:48
Software20075-Jun-09 2:48 
QuestionHi!GUI and ansi C(by:tuan1111) [modified] Pin
tuan11114-Jun-09 16:05
tuan11114-Jun-09 16:05 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Chandrasekharan P4-Jun-09 17:37
Chandrasekharan P4-Jun-09 17:37 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Hamid_RT4-Jun-09 19:47
Hamid_RT4-Jun-09 19:47 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Cedric Moonen4-Jun-09 20:23
Cedric Moonen4-Jun-09 20:23 
QuestionRe: Hi!GUI and ansi C(by:tuan1111) Pin
CPallini4-Jun-09 21:05
mveCPallini4-Jun-09 21:05 
QuestionIssue with ptr_fun VS2008 Pin
parama_chakra4-Jun-09 14:20
parama_chakra4-Jun-09 14:20 
AnswerRe: Issue with ptr_fun VS2008 Pin
Stuart Dootson4-Jun-09 15:11
professionalStuart Dootson4-Jun-09 15:11 
GeneralRe: Issue with ptr_fun VS2008 Pin
parama_chakra4-Jun-09 18:20
parama_chakra4-Jun-09 18:20 
QuestionHow to join .wav and .avi files using VC++ Pin
Nikhil_77774-Jun-09 13:32
Nikhil_77774-Jun-09 13:32 
AnswerRe: How to join .wav and .avi files using VC++ Pin
Chandrasekharan P4-Jun-09 17:47
Chandrasekharan P4-Jun-09 17:47 
QuestionRe: How to join .wav and .avi files using VC++ Pin
Nikhil_77774-Jun-09 18:14
Nikhil_77774-Jun-09 18:14 
AnswerRe: How to join .wav and .avi files using VC++ Pin
Chandrasekharan P4-Jun-09 19:03
Chandrasekharan P4-Jun-09 19:03 

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.