Click here to Skip to main content
15,905,781 members
Home / Discussions / Database
   

Database

 
QuestionSql Server 2005 connection problem Pin
sangramkp19-Apr-07 19:35
sangramkp19-Apr-07 19:35 
AnswerRe: Sql Server 2005 connection problem Pin
Sathesh Sakthivel19-Apr-07 19:53
Sathesh Sakthivel19-Apr-07 19:53 
AnswerRe: Sql Server 2005 connection problem Pin
Jerry Hammond20-Apr-07 17:38
Jerry Hammond20-Apr-07 17:38 
QuestionDisplaying Data in DataGridView [modified] Pin
cocoonwls19-Apr-07 16:30
cocoonwls19-Apr-07 16:30 
AnswerRe: Displaying Data in DataGridView Pin
Tirthadip19-Apr-07 18:58
Tirthadip19-Apr-07 18:58 
GeneralRe: Displaying Data in DataGridView Pin
cocoonwls19-Apr-07 20:15
cocoonwls19-Apr-07 20:15 
Questionwhat is "No overload for method 'runNonSelectQuery' takes '3' arguments" mean Pin
Eyungwah19-Apr-07 5:20
Eyungwah19-Apr-07 5:20 
AnswerRe: what is "No overload for method 'runNonSelectQuery' takes '3' arguments" mean Pin
Colin Angus Mackay19-Apr-07 5:34
Colin Angus Mackay19-Apr-07 5:34 
The compiler's error message you give does not match the code you have given. The error message will be for a line of code that calls a method called runNonSelectQuery. The actual method exists, but you have supplied 3 parameters (arguments) to the method. The method requires a different number of arguments.

Check what the methods needs and supply the correct information to it.

If you still have problems please post the relevant code.


Upcoming events:
* Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

Questionauto increment Pin
hadad19-Apr-07 5:17
hadad19-Apr-07 5:17 
AnswerRe: auto increment Pin
Colin Angus Mackay19-Apr-07 5:30
Colin Angus Mackay19-Apr-07 5:30 
QuestionShould the INDEX name be used in SELECT statement Pin
cy163@hotmail.com19-Apr-07 4:11
cy163@hotmail.com19-Apr-07 4:11 
AnswerRe: Should the INDEX name be used in SELECT statement Pin
Colin Angus Mackay19-Apr-07 4:33
Colin Angus Mackay19-Apr-07 4:33 
QuestionQuestion on SQL experission for complicated query Pin
cy163@hotmail.com19-Apr-07 3:42
cy163@hotmail.com19-Apr-07 3:42 
AnswerRe: Question on SQL experission for complicated query Pin
Arun.Immanuel20-Apr-07 5:27
Arun.Immanuel20-Apr-07 5:27 
AnswerRe: Question on SQL experission for complicated query Pin
Shetty_8023-Apr-07 2:40
Shetty_8023-Apr-07 2:40 
QuestionBOOL type value GetCollect() and PutCollect, How to store/retrieve BOOL type value from/to SQL server database Pin
cy163@hotmail.com19-Apr-07 3:30
cy163@hotmail.com19-Apr-07 3:30 
AnswerRe: BOOL type value GetCollect() and PutCollect, How to store/retrieve BOOL type value from/to SQL server database Pin
mghiassi20-Apr-07 2:59
mghiassi20-Apr-07 2:59 
QuestionDatagrid Quiestion Pin
sangramkp19-Apr-07 2:20
sangramkp19-Apr-07 2:20 
AnswerRe: Datagrid Quiestion Pin
_mubashir19-Apr-07 2:40
_mubashir19-Apr-07 2:40 
GeneralRe: Datagrid Quiestion Pin
Marcus J. Smith19-Apr-07 3:42
professionalMarcus J. Smith19-Apr-07 3:42 
GeneralRe: Datagrid Quiestion Pin
_mubashir19-Apr-07 8:42
_mubashir19-Apr-07 8:42 
GeneralRe: Datagrid Quiestion Pin
Marcus J. Smith19-Apr-07 9:34
professionalMarcus J. Smith19-Apr-07 9:34 
AnswerRe: Datagrid Quiestion Pin
Marcus J. Smith19-Apr-07 3:44
professionalMarcus J. Smith19-Apr-07 3:44 
QuestionWhat is Stored Procedure? Pin
Care Career19-Apr-07 1:50
Care Career19-Apr-07 1:50 
AnswerRe: What is Stored Procedure? Pin
kubben19-Apr-07 1:58
kubben19-Apr-07 1:58 

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.