My application is Dot Net based.I am using VS My application uses IBm DB2 at its backend. My Query is SELECT A, B FROM SERVER.D WHERE A IN
I have data from an excel file which contains one column as DateTime with a specific format. Now I retrieved data from the file using dataadapter and fill the datatable.
I know that we normally fi开发者_如何学Goll DataSetwith the help of DataAdapter\'s Fill method, but I want to know that Can we fill DataSet without DataAdapter?
How can i get image from image url in image view. My imageUrl is coming from databaseadapter. In Fields class LocationImage dataype is string but in setBackgroundResource method it is asking for int
Had a weird issue yesterday with a .NET 3.5 application. We have a web service that calls a stored procedure for search results.One of the parameters is a date.The parameter value is a short date str
I\'m using MySQL with C# and a DataGridView. The problem happens when the users clicks on a column to sort it, followed by an action which forces the columns to be cleared (Happens when an user ticks
I am developing an ASP.Net C# Web Application that contains a GridView to display the records of a certain table from my database which I use ODBC Connection to connect to it and a DataSet to save dat
I\'m sure there is an extremely simple reason that this one line isn\'t working, but it has evaded for the past week, so I\'m hoping someone else will notice my fault.
I have a DATETIME column in my database. I need to get the value and divide it into 3 variables each having the year, month and day
I developed a web application using ASP.Net C#. In this application there is a GridView that I fill it with data using ODBCDataAdapter as in the following code:-