16,016,535 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by thanhvinh0906 (Top 17 by date)
thanhvinh0906
27-Jun-11 0:12am
View
On window 7, it doesn't prompt any thing. But, On Window XP, it prompt for ID and password. Help me, please!
thanhvinh0906
26-Jun-11 11:44am
View
But, my connection string is:
@"Data Source=.\sqlexpress;Initial Catalog=ResManager;Integrated Security=True";
There is no username or password here.
thanhvinh0906
13-Jun-11 6:50am
View
Thanks, i've used bulk insert. It's faster than i expected. Great!
thanhvinh0906
13-Jun-11 2:41am
View
Thank you! I'll try it
thanhvinh0906
12-Jun-11 13:10pm
View
But, in my situation, It's faster. I don't know why. If i use just one connection to execute all store procedure (i use store procedure to insert data), it takes from 3 to 4 seconds. When i use about 10 connections, it takes about 900 miliseconds to 2 seconds. I've tested it many times. Can you explain it for me? Thank you very much!
thanhvinh0906
12-Jun-11 13:10pm
View
Deleted
But, in my situation, It's faster. I don't know why. If i use just one connection to execute all store procedure (i use store procedure to insert data), it takes from 3 to 4 seconds. When i use about 10 connections, it takes about 900 miliseconds to 2 seconds. I've tested it many times. Can you explain it for me? Thank you very much!
thanhvinh0906
12-Jun-11 12:03pm
View
It's seem faster when i create 30 Oracle account. Then, each thread uses an account to connect to Oracle and execute some insert statements. Is this a right method??
thanhvinh0906
18-May-11 4:42am
View
I've create a window form application and use that connection string with building target is x86 and it ran successfully. But ASP.NET project with target is x86 still show up that error!
thanhvinh0906
18-May-11 1:06am
View
I've changed target to x86, but still throw that error
thanhvinh0906
17-May-11 9:26am
View
But, my question is that if method2() hasn't got a lock statement, will it have to wait?
thanhvinh0906
17-May-11 9:24am
View
But, my question is that if method2() hasn't got a lock statement, will it have to wait?
thanhvinh0906
15-May-11 7:45am
View
If so, will i have to synchronize it?
thanhvinh0906
15-May-11 6:10am
View
If i use InstanceContextMode.Single, will i have to synchronize the global variable? Because it will be accessed from other threads.
thanhvinh0906
15-Apr-11 0:33am
View
I've just updated my question again
thanhvinh0906
14-Apr-11 23:18pm
View
I'm sorry, i've just updated my question
thanhvinh0906
13-Apr-11 20:33pm
View
yes, like java. Because the operationcontract is accessed by multi-process
thanhvinh0906
12-Apr-11 10:21am
View
I've make a simple WCF from a tutorial. And i wonder, Will i have to synchronize the function that is used by both web application and C# application?
Show More