Click here to Skip to main content
15,903,856 members
Home / Discussions / Database
   

Database

 
GeneralRe: T-SQL Help Pin
Colin Angus Mackay5-Sep-07 10:23
Colin Angus Mackay5-Sep-07 10:23 
GeneralRe: T-SQL Help Pin
Hulicat5-Sep-07 11:13
Hulicat5-Sep-07 11:13 
GeneralRe: T-SQL Help Pin
Pete O'Hanlon5-Sep-07 12:14
mvePete O'Hanlon5-Sep-07 12:14 
GeneralRe: T-SQL Help Pin
Steven J Jowett5-Sep-07 22:27
Steven J Jowett5-Sep-07 22:27 
QuestionHigh Volume of Insert Statement Pin
logicon5-Sep-07 6:38
logicon5-Sep-07 6:38 
AnswerRe: High Volume of Insert Statement Pin
Colin Angus Mackay5-Sep-07 8:34
Colin Angus Mackay5-Sep-07 8:34 
GeneralRe: High Volume of Insert Statement Pin
logicon5-Sep-07 9:33
logicon5-Sep-07 9:33 
GeneralRe: High Volume of Insert Statement Pin
Colin Angus Mackay5-Sep-07 9:45
Colin Angus Mackay5-Sep-07 9:45 
Sorry, I misread your original post, I though you said "SQL Server" not "MySQL".

You should use the appropriate .NET Data Providers for your database.


logicon wrote:
These INSERT statements has to occur anyhow in silent mode (in background)


If you are writing a .NET application you have to define any user interface that may be updated as a result of any database interaction. It is all "silent mode" unless you write code to the contrary.


logicon wrote:
while user can do other Add/Edit/Delete or Update related operations on Database.


So, you have multiple threads interacting with the database. MySQL supports transactions now so that isn't a problem.


logicon wrote:
Please suggest a better way to do this.


Don't use ODBC, use the appropriate .NET data provider for your database. Other than that, there isn't a better way.


Upcoming FREE developer events:
* Glasgow: Agile in the Enterprise Vs. ISVs, db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ...

My website

GeneralRe: High Volume of Insert Statement Pin
logicon5-Sep-07 11:05
logicon5-Sep-07 11:05 
GeneralRe: High Volume of Insert Statement Pin
Colin Angus Mackay5-Sep-07 12:36
Colin Angus Mackay5-Sep-07 12:36 
QuestionKeyword search in Stored Proc Pin
martin_hughes5-Sep-07 4:08
martin_hughes5-Sep-07 4:08 
QuestionToo much time consumed while binding datatable to grid Pin
Nouman Bhatti5-Sep-07 1:42
Nouman Bhatti5-Sep-07 1:42 
AnswerRe: Too much time consumed while binding datatable to grid Pin
Michael Potter5-Sep-07 3:58
Michael Potter5-Sep-07 3:58 
GeneralRe: Too much time consumed while binding datatable to grid Pin
Nouman Bhatti6-Sep-07 19:49
Nouman Bhatti6-Sep-07 19:49 
GeneralRe: Too much time consumed while binding datatable to grid Pin
Michael Potter7-Sep-07 3:21
Michael Potter7-Sep-07 3:21 
QuestionCrystal Report Query Engine error Pin
santhoshmohan4-Sep-07 23:48
santhoshmohan4-Sep-07 23:48 
AnswerRe: Crystal Report Query Engine error Pin
Frank Kerrigan5-Sep-07 0:47
Frank Kerrigan5-Sep-07 0:47 
JokeRe: Crystal Report Query Engine error Pin
Colin Angus Mackay5-Sep-07 1:21
Colin Angus Mackay5-Sep-07 1:21 
QuestionInvoking function inside a Stored procedure affect perfomance?? Pin
Vipin.d4-Sep-07 23:06
Vipin.d4-Sep-07 23:06 
AnswerRe: Invoking function inside a Stored procedure affect perfomance?? Pin
Vasudevan Deepak Kumar4-Sep-07 23:15
Vasudevan Deepak Kumar4-Sep-07 23:15 
GeneralRe: Invoking function inside a Stored procedure affect perfomance?? Pin
Vipin.d5-Sep-07 4:35
Vipin.d5-Sep-07 4:35 
AnswerRe: Invoking function inside a Stored procedure affect perfomance?? Pin
Frank Kerrigan5-Sep-07 0:56
Frank Kerrigan5-Sep-07 0:56 
QuestionFilter the Null Column Pin
RichardBlare4-Sep-07 22:59
RichardBlare4-Sep-07 22:59 
AnswerRe: Filter the Null Column Pin
Vipin.d4-Sep-07 23:07
Vipin.d4-Sep-07 23:07 
GeneralRe: Filter the Null Column Pin
RichardBlare4-Sep-07 23:34
RichardBlare4-Sep-07 23:34 

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.