No announcements
Found 1987112 threads
-
1 Votes
ExecuteScalar()
i keep getting the error saying cannot convert into string That's probably because that ID you wanna get is not a string, but a int.Answered | 5 Replies | 4886 Views | Created by JonSamwell - Sunday, August 10, 2008 11:39 AM | Last reply by Lucian Baciu - Sunday, August 10, 2008 2:25 PM -
0 Votes
ExecuteScalar method how to use it?
So, you must pass GetNumberOfLogTypesForLog() to your method or change the sql command line to something ...Answered | 3 Replies | 3818 Views | Created by OnamC - Tuesday, September 7, 2010 10:51 AM | Last reply by Alan Zavari - Wednesday, September 8, 2010 6:55 AM -
2 Votes
ExecuteScalar
hi i have a query below like : declare @Name varchar(250) declare @Perno decimal select top (1)@Name=name , @Perno=perno from ...Answered | 4 Replies | 1412 Views | Created by vahidbakhtiary - Thursday, October 18, 2012 11:10 AM | Last reply by Roar Jørstad - Thursday, October 18, 2012 12:20 PM -
5 Votes
VB 2010 Express ExecuteScalar Method OleDb (MS Access)
dteLDate = DirectCast(oCmd.ExecuteScalar, Date) 'TYPE ERROR dteLdate = ...Answered | 12 Replies | 6484 Views | Created by Gregory Hullmann - Monday, September 19, 2011 12:16 PM | Last reply by Paul P Clement IV - Friday, September 23, 2011 12:34 PM -
0 Votes
ExecuteScalar SQL to check Data Integrity
mySQLCommand1.ExecuteScalar(); Regards, ElmarAnswered | 5 Replies | 1071 Views | Created by PSULionRP - Monday, June 3, 2013 2:56 PM | Last reply by Elmar Boye - Monday, June 3, 2013 6:06 PM -
0 Votes
Range.PasteSpecial method gives error
I am using the following code but PasteSpecial method gives error: Command Failed!Answered | 1 Replies | 2592 Views | Created by endhck - Thursday, August 15, 2013 8:57 AM | Last reply by chunchencool - Saturday, August 17, 2013 12:07 PM -
0 Votes
executeScalar method is giving error
The connection's current state is closed.Answered | 3 Replies | 551 Views | Created by Anonymous - Sunday, May 30, 2021 10:44 PM | Last reply by Anonymous - Monday, May 31, 2021 6:03 PM -
3 Votes
Method not found: '?'.
I have to give you more details about the whole thing...Answered | 8 Replies | 5474 Views | Created by Nicola Celiento - Tuesday, May 31, 2011 2:19 PM | Last reply by eryang - Thursday, June 30, 2011 8:13 AM -
0 Votes
instantMessageModality.Conversation.BeginSendContextData() gives error method not supported
Using Lync client 2010 and Lync 2010 SDK , I receive an error saying "Specified method is not supported" for instantMessageModality.Conversation.Answered | 1 Replies | 1148 Views | Created by sam_arthur - Thursday, April 10, 2014 3:02 PM | Last reply by Kai Strandskov [Msft] - Wednesday, April 16, 2014 6:16 PM -
1 Votes
executescalar on WCF Sql Adapter generates error of schema not found
By performing the search and removing the other types, the original error for this thread was removed.Answered | 9 Replies | 8085 Views | Created by bogatiy - Saturday, February 19, 2011 1:56 PM | Last reply by bogatiy - Monday, February 21, 2011 2:52 PM -
0 Votes
Excel ChangeLink method is giving me an error
I think that if OldFile were not defined a defined variable set elsewhere, that line would give a 1004 run time error.Answered | 6 Replies | 8093 Views | Created by GerryStilton - Thursday, March 22, 2012 5:33 PM | Last reply by Bernie Deitrick, Excel MVP 2000-2010 - Friday, March 23, 2012 1:24 PM -
2 Votes
ExecuteScalar requires an open and available Connection.
Also, even though it is not mentioned in your sample code, can you confirm that you are not passing CommandBehavior.CloseConnection to the ExecuteReader method anywhere?Answered | 2 Replies | 4302 Views | Created by abc2088 - Wednesday, August 3, 2011 8:26 PM | Last reply by Shaoun1000 - Wednesday, August 3, 2011 10:37 PM -
0 Votes
MSXML::IXMLDOMDocumentPtr -> save method giving error in vista.
Save method throughing error.Answered | 1 Replies | 11513 Views | Created by somachalandhar - Tuesday, September 9, 2008 2:03 PM | Last reply by Shrikant Maske - Friday, October 31, 2008 12:42 PM -
0 Votes
web service method could not execute web method gives error
I would try to connect to the webservice using a swiftly crafted Console Application in which a debugger would catch the row where the error occurs.Answered | 1 Replies | 2040 Views | Created by BI_Support - Wednesday, February 13, 2013 5:35 AM | Last reply by ArthurZ - Wednesday, February 13, 2013 2:52 PM -
0 Votes
Passing a Form as argument to a method give an error
Hi, I trying an Form as argumenb to a method.Answered | 2 Replies | 340 Views | Created by Rinaldo1961 - Thursday, March 30, 2017 7:55 PM | Last reply by Viorel_ - Friday, March 31, 2017 4:58 AM -
0 Votes
Recipients.setAsync method (JavaScript API for Office) giving the error
to.setAsync([], function (result) {}) When tried for optionalAttedees & requiredAttendees unfortunately, I am getting below error.Answered | 9 Replies | 1545 Views | Created by Sandip Thombare - Tuesday, December 1, 2015 9:26 AM | Last reply by Wendy Csec - Thursday, March 31, 2016 6:49 PM -
0 Votes
FileNotFoundException and ExecuteScalar
What threw me is that in the IDE, when you trap all errors, and hit continue on these, it all fails fatally.Answered | 4 Replies | 7446 Views | Created by Nik Sm - Friday, June 4, 2010 11:47 AM | Last reply by Nik Sm - Monday, June 7, 2010 10:14 AM -
1 Votes
WCF Service written in VS2012 gives 'Request Error' on testing the methods --
No, it doesn't solve the problem; giving me the same error; Error message the same no change.Answered | 5 Replies | 703 Views | Created by PGChoudhury - Wednesday, October 14, 2015 5:06 PM | Last reply by Grady_Dong - Wednesday, October 28, 2015 7:38 AM -
3 Votes
Property Gives - "The pointer for this method was null."
I had this same error message.Answered | 11 Replies | 7986 Views | Created by Maxpenguin - Wednesday, April 25, 2007 11:59 PM | Last reply by GordonBJ - Tuesday, August 12, 2008 1:13 PM -
1 Votes
ControlFormat.LinkedCell gives error messages
It properly loops through all combo boxes in the worksheet but once I add the line with the LinkedCell code it crashes giving the error "Object doesn't support this ...Answered | 1 Replies | 442 Views | Created by MMD39 - Tuesday, September 13, 2016 12:25 PM | Last reply by Hans Vogelaar MVP - Tuesday, September 13, 2016 2:15 PM - Items 1 to 20 of 1987112 Next ›
No announcements