Click here to Skip to main content
15,886,788 members
Home / Discussions / Database
   

Database

 
GeneralRe: MS DTC has cancelled the transaction Pin
moon_stick13-Oct-08 9:24
moon_stick13-Oct-08 9:24 
GeneralRe: MS DTC has cancelled the transaction Pin
Wendelius13-Oct-08 9:35
mentorWendelius13-Oct-08 9:35 
GeneralRe: MS DTC has cancelled the transaction Pin
moon_stick15-Oct-08 23:24
moon_stick15-Oct-08 23:24 
GeneralRe: MS DTC has cancelled the transaction Pin
Wendelius16-Oct-08 8:42
mentorWendelius16-Oct-08 8:42 
QuestionSql Pin
Rajeesrivastava12-Oct-08 21:25
Rajeesrivastava12-Oct-08 21:25 
AnswerRe: Sql - 3RD POST!!!!!!!!!!!!!!!!! Pin
Ashfield12-Oct-08 22:12
Ashfield12-Oct-08 22:12 
GeneralRe: Sql - 3RD POST!!!!!!!!!!!!!!!!! Pin
Paul Conrad13-Oct-08 12:51
professionalPaul Conrad13-Oct-08 12:51 
QuestionHow to solve the error "The query builder failed." Pin
kyi kyi12-Oct-08 21:23
kyi kyi12-Oct-08 21:23 
Hi..

I m using mysql database.
In my table adapter, I have 2 queries.

Query(1)
INSERT INTO comment
(commentID, reviewID, commentStatus, submitterID, commentDate, lastUpadatedDate)
VALUES (?commentID, ?reviewID, ?commentStatus, ?submitterID, ?commentDate, ?lastUpadatedDate)

Query(2)
INSERT INTO commentdetail
(commentDetailID, commentID, commentType, locator1, locator2, comment, remark)
VALUES (?commentDetailID, ?commentID, ?commentType, ?locator1, ?locator2, ?comment, ?remark)

i can add the Query(1).
but everytime i tried to add Query(2) displays the following error.

The query builder failed.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

i need urgently..
Could anyone know how to solve this error,Please?

thanks in advance.
AnswerRe: How to solve the error "The query builder failed." Pin
kyi kyi12-Oct-08 21:32
kyi kyi12-Oct-08 21:32 
AnswerRe: How to solve the error "The query builder failed." Pin
Wendelius13-Oct-08 5:56
mentorWendelius13-Oct-08 5:56 
QuestionSQL Triggers... Pin
Illegal Operation12-Oct-08 19:33
Illegal Operation12-Oct-08 19:33 
AnswerRe: SQL Triggers... Pin
Mycroft Holmes12-Oct-08 20:27
professionalMycroft Holmes12-Oct-08 20:27 
GeneralRe: SQL Triggers... Pin
Illegal Operation13-Oct-08 16:14
Illegal Operation13-Oct-08 16:14 
GeneralRe: SQL Triggers... Pin
Mycroft Holmes13-Oct-08 16:58
professionalMycroft Holmes13-Oct-08 16:58 
AnswerRe: SQL Triggers... Pin
nelsonpaixao13-Oct-08 12:40
nelsonpaixao13-Oct-08 12:40 
QuestionBulk Insert Pin
Mhiny12-Oct-08 19:29
Mhiny12-Oct-08 19:29 
AnswerRe: Bulk Insert Pin
Wendelius13-Oct-08 5:34
mentorWendelius13-Oct-08 5:34 
QuestionNO sql server installed in other computer Pin
nelsonpaixao12-Oct-08 14:25
nelsonpaixao12-Oct-08 14:25 
AnswerRe: NO sql server installed in other computer Pin
Eslam Afifi12-Oct-08 15:44
Eslam Afifi12-Oct-08 15:44 
AnswerRe: NO sql server installed in other computer Pin
Mycroft Holmes12-Oct-08 20:19
professionalMycroft Holmes12-Oct-08 20:19 
Questionthreshold Problem when running long Procedures Pin
Vimalsoft(Pty) Ltd10-Oct-08 22:54
professionalVimalsoft(Pty) Ltd10-Oct-08 22:54 
AnswerRe: threshold Problem when running long Procedures Pin
Wendelius10-Oct-08 23:49
mentorWendelius10-Oct-08 23:49 
GeneralRe: threshold Problem when running long Procedures Pin
Vimalsoft(Pty) Ltd11-Oct-08 0:51
professionalVimalsoft(Pty) Ltd11-Oct-08 0:51 
GeneralRe: threshold Problem when running long Procedures Pin
Wendelius11-Oct-08 1:08
mentorWendelius11-Oct-08 1:08 
GeneralRe: threshold Problem when running long Procedures Pin
Vimalsoft(Pty) Ltd11-Oct-08 1:16
professionalVimalsoft(Pty) Ltd11-Oct-08 1:16 

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.