You have a SQL command that returns a BLOB. You are retrieving the data via a DataReader, but you are having problems using the default behavior. Referring to the scenario above, which one of the following CommandBehavior options, specified as an argument to the ExecuteReader method, allows you to use the GetBytes() method to retrieve the BLOB from a stream? Choice 1 CommandBehavior.SequentialAccess Choice 2 CommandBehavior.SingleResult Choice 3 CommandBehavior.SingleRow Choice 4 CommandBehavior.LargeData Choice 5 CommandBehavior.BinaryAccess
Shaik Haneef
Posts
-
Question ? -
Pls Answer this one;P
-
Pls Answer this oneThere are classes that are common to both the Microsoft Oracle provider and the Oracle ODP.NET provider. While certain methods or properties will vary between the implementations, the high-level concept is generally the same. Based on the above scenario, which one of the following CLASSes is only available in one of the providers but not both? Choice 1 OracleInfoMessageEventArgs Choice 2 OracleRowUpdateEventArgs Choice 3 OracleParameter Choice 4 OraclePermission Choice 5 OracleBFile
-
How to Join Two Table in Dataset and show in Gridview Joined Both Tables...I have two table Employee and EmployeeAddress and Both Cotain ID filed with integer, I want to Join both in DataSet How can i do it ??? select * from Employee, EmployeeAddress where Employee.ID= EmployeeAddress.ID I want to do the the above sql operation in my Dataset & need to display in girdview My Dataset Contain two Table one is for Results of Employee another table contains details of EmployeeAddress. How can Provide First Table as Primary and Second Table as Forign Key I tried that Dataset objds=new Dataset(); ...... ...... //Analyse that Dataset contain two tables of data now then How can I provide relation and need to give to Gridview objds.Relations.Add("Relation",objds.Tables[0].Column["ID"],objds.Tables[1].Column["ID"]); Gridview1.Datasource = objds; Gridview1.DataBind(); But it showing only First Table Data only I want to Join both tables as one and need to show in Gridview How can do It ? Regars, Shaik Haneef sk.haneef@gmail.com
-
How to send image via webservicesEvery thing we if we found in google why this forums available & why you need to ask again to search in google, Hmmmmmmmmm I found my solution by my Own http://www.dailycoding.com/Posts/convert\_image\_to\_base64\_string\_and\_base64\_string\_to\_image.aspx\[^\]
-
How to send image via webservicesEvery thing we if we found in google why this forums available & why you need to ask again to search in google, Hmmmmmmmmm I found my solution by my Own http://www.dailycoding.com/Posts/convert_image_to_base64_string_and_base64_string_to_image.aspx[^]
-
How to send image via webservicesPlease Give me accurate link.. I can't found so that I am posted in forums.
-
How to send image via webservicesHi to all, I want to send image through other details. For Example My xml is like this and I want to send like as string (Return type as string). <uid>xxxxx </uid> <logoimg>Here My Byte code<logoimg> ...... ...... How can i do it, user after getting the xml how he can save it as image again.. Please give me all details..
-
How to Browse my Basic .aspx file with HTTPS insted HTTPHi, How to Browse my Basic .aspx file with HTTPS instead HTTP, I come to know that it is possible through SSL, Is it any other way I can browse Page with Https. I want to transfer a page which is cxml file with http how can i do it.
-
How to add Xml Node in Microsoft Word doucment by using C# (VSTO)How to add Xml Node in Microsoft Word doucment by using C# (VSTO), The following link have some information related to us but it is too confusing , can any one give proper answer to add a xml node in a simply manner http://msdn.microsoft.com/en-us/library/aa537148(office.11).aspx Regards, Haneef
-
How to read xml document being used by the another process?hi all, i am generating an office word 2007 document using C# in windows application, then saving the word document in the xml format in my local system. Here my requirement is using that xml file and one predefined xsl file i need to generate one xslt,while doing this process i am getting the error like the "document is already being used by the another process." any one please help on this...it is urgent for me Regards, Haneef
-
what is the use of Httphandlerswhat is the use of Httphandlers , how can i use it, where can i use this handler, where can be used in real time
-
I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly.I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use, can u please any body tell me
-
I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use,I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use, can u please any body tell me
-
If i have multiple version of the same assembly how can i provide choice to client to choose one assembly?If i have multiple version of the same assembly how can i provide choice to client to choose one assembly at run time, suppose analyze i have drop down of two versions , when client select one option that assembly need to be load at run time , is it possible one interviewer ask question tome can any body answer this
-
I am using Crystal Xcelsius, I want to integrate the Web service which is created on C#.net to Xcelsius XLF fileI am using Crystal Xcelsius, I want to integrate the Web service which is created on C#.net to Xcelsius XLF file. But i am getting proper result when i have my web service and XLF file with one system. I am getting Error #2170 when web service & XLF files in different systems. Can any one the solution & Reply i will really appreciate
-
web site size.100 MB minimum 500 MB Enough .... For intial even though the project is how much big.. If you have more images then take more than 500MB..... Cheers..
-
How to take textbox value in javascripti forgot to add '=' symbol after '<%' take below like working var textValue = document.getElementById('<%=txtComments.ClientID%>').value; This is Example simple code to check, you take new page add the code after page directive run this page u will find the output . for futher help contact sk.haneef@gmail.com Untitled Page
alert(document.getElementById('<%=txtComments.ClientID%>')); var textValue = document.getElementById('<%=txtComments.ClientID%>').value; alert(textValue);
-
How to take textbox value in javascriptvar textValue = document.getElementById('<%txtComments.ClientID%>').value;
-
i want to upload/download files from SSH server using SFTP (any .Net Component for free).....i want to upload/download files from SSH server using SFTP. can anyone tell me Is there any free .NET component available for SFTP ?