| Thread | Last Post | Replies |
|
| Delete datarowview objects from a dataview | 20 Oct 2004 10:34 GMT | 5 |
I have a problem when attempting to delete datarowview obecjts from a data view Dim mydv As New DataView
|
| Select datagrid rows with key-up and key-down? | 20 Oct 2004 10:25 GMT | 1 |
I have an application that uses a windows forms datagrid. How do I select rows using the up-arrow and down-arrow keys? Mervin Williams
|
| What is Dataset?? | 20 Oct 2004 10:15 GMT | 5 |
What actually is dataset ?? I'm really confused, it can have more than one table, so what is it??
|
| Newbie: Detecting type of field contents in datareader | 20 Oct 2004 03:36 GMT | 12 |
I have a few examples and things are quite clear with using a datareader (reading data, naming column headers etc.), and populating a listview. However: (!!!) In all of the examples we know beforehand the number of fields and therefore the data type (Int, Date, String etc) since ...
|
| Parameter problem adding | 19 Oct 2004 23:46 GMT | 3 |
I have changed my code from a straight string for my Sql to Parameters and can't seem to get it to work. I have the following excerpts from my code: ***************************************************************
|
| OracleClient and OCI.dll | 19 Oct 2004 22:17 GMT | 8 |
I'm getting this error when I run, but I'm able to connect and get data from adapter in design mode. What's my problem please. [DllNotFoundException: Unable to load DLL (oci.dll).] System.Data.OracleClient.DBObjectPool.GetObject(Object owningObject,
|
| Convert string to sqldbtype | 19 Oct 2004 19:28 GMT | 2 |
Is there another easier way to convert a string to a sqldbtype than using a select case, as in: Namespace ADOHelper Public Class sqldbtype Public Shared Function Convert(ByVal type As String) As System.Data.SqlDbType
|
| OleDbCommandBuilder, ImportRow, DataTable.Copy() etc. etc. etc. | 19 Oct 2004 16:26 GMT | 9 |
I'm sure everyone's sick of DataSet, OleDbDataAdapter.Update(), INSERT INTO etc. etc. questions in this group, but I've been scanning the usually insta-problem solving Google Groups for hours now and I just can't seem to find a similar situation to mine.
|
| Syntax error in UPDATE statement - field name "Upper", or "Lower" | 19 Oct 2004 16:18 GMT | 2 |
I am getting "Syntax error in UPDATE statement" if one of the fields in a table of Access database (2000, or 97) has the name "Upper" or "Lower". As soon as I change the name of the field to something else, the code works fine.
|
| Large # of rows, display on demand? | 19 Oct 2004 15:43 GMT | 2 |
I have a huge amount of data being retrieved from my database (currently 85,000 rows and growing), the ability to view and manipulate ALL this data won't happen very often, but when it does it is already becoming a long waiting game.
|
| EXCEL.EXE process doesn't die after ADO.NET connection | 19 Oct 2004 15:18 GMT | 3 |
In a recent post I ask about a problem:
>If I open a .NET application from EXCEL using SHELL function, when I close >EXCEL, the EXCEL.EXE process remain active and I must close it by Task >manager. |
| Datagrid column labels are clipped. | 19 Oct 2004 15:08 GMT | 1 |
Has anyone else had this problem? Right-justified column labels have the rightmost 1-2 pixels clipped off. So a label like "Ship Date" only shows half of the 'e'. Left-justified labels are displayed just fine.
|
| problem with the dataset update | 19 Oct 2004 14:43 GMT | 2 |
I have notice something with the datagrid update i have an application which is updated from multiple sources when one user deletes a row on the datagrid, the delete propgates back to the database. I see it is gone, from the database.
|
| Populate SQL table with a dataset all in one | 19 Oct 2004 14:08 GMT | 1 |
It's possibile to populate a SQL table with a dataset without throw all rows in datatable but in one query? Thanks
|
| Setting Textbox to Null for DateTime | 19 Oct 2004 14:04 GMT | 1 |
I have a textbox on a windows form which is bound to a smalldatetime field in a Dataset. The problem is that sometimes this date should be deleted so that a null value gets written back to the database. However, if I delete this date and leave the Textbox the previous entry ...
|