| Thread | Last Post | Replies |
|
| Confusion regarding loaddatarow and update | 15 Jun 2004 18:36 GMT | 1 |
Im using a SQLDataAdapter with custom select, update and insertqueries which i assume work (as they are simple SQL statements). I use this adapter to fill a table. I also add a few more columns, and set up primary keys. I make updates to this table. I do this by queuing the data
|
| Could not find installable ISAM | 15 Jun 2004 18:17 GMT | 11 |
I'm attempting to read from an Excel file with a oledb.oledbconnection and get an error "Could not find installable ISAM". How does one fix this problem and does this fix need be done in both design time and deployment to the client (as with .net framework)?
|
| sql data reader issue. | 15 Jun 2004 18:01 GMT | 2 |
I have the following code: Public Sub SelectAdminUserByID() Try Dim oDR As SqlDataReader =
|
| Problems with OLEDbDataAdapter method Update | 15 Jun 2004 17:47 GMT | 2 |
I run this code without error. I create a recordset of the changes, the row I want to add, but the Update command doesn't add the records to the DB. The Update Command returns a zero indicating that no records change. I'm lost does anyone have any ideas?
|
| DataView Question | 15 Jun 2004 17:01 GMT | 4 |
Ok, I have a dataview that may or may not have a rowfilter. If I do have a rowfilter applied, how can I quickly find out what the total number of rows are from the unfiltered state. A user can take actions against records during either state, but I need to
|
| Sheet names in Excel | 15 Jun 2004 16:42 GMT | 5 |
I appreciate everyone's help with my connection string for Excel. Here's a follow-up or two. How do you get the sheet names from Excel if you don't know them in advance for your SELECT statement?
|
| Inheriting dataset | 15 Jun 2004 15:56 GMT | 5 |
I have a typed dataset generated from an xsd file. If I want to add more functionallity to this, is it a bad idea to inherit from the autogenerated class file and use that one in all dataset operations? In that way I can add methods to perform the operations I need without the
|
| Inheriting Typed Dataset and its DataTable | 15 Jun 2004 15:44 GMT | 2 |
I’m having trouble with Typed Datasets I would like to add functionality to my typed dataset at the business layer such as delete rules or editing rules by inheriting it. Can I inherit the datatable? I’m having trouble because of the constructor. Can I override the row change event ...
|
| dataReader returns an error if field blank | 15 Jun 2004 15:30 GMT | 3 |
Hey there I know there's a simple answer to this Quesiton because I've asked it before (but I have not yet used it and have now forgotten what the answer was!) so.. I have a simple Datareader returning the value of a field from a SQL Server but if the field is blank, the ...
|
| How to read BLOB | 15 Jun 2004 15:23 GMT | 2 |
How to read/write a BLOB object from/to oracle 8i using Oledb?
|
| Question about collecting Access data into SQL Server | 15 Jun 2004 14:03 GMT | 1 |
I have made quite simple Windows Forms application using VB.NET 2003. This application in workstations only collect data into local Access database table (4 tables) for manufacturing tracing purposes. Access DB is in workstations locally as a kind of buffer because network is not ...
|
| display images from SQL server in datareader | 15 Jun 2004 14:00 GMT | 1 |
I am trying to display some images from SQL Server, the image is displaying correctly, but when I have more than one row in the table I only get one image displayed? What am I doing wrong? is there a better way to do this? Sean - thanks in advance
|
| cleared textbox reverts to orginal value | 15 Jun 2004 13:52 GMT | 3 |
When I have a text box that is bound to a number field in my dataset (not even a strongly-typed dataset), clearing out that field by selecting the text and pressing delete raises a first-chance exception in mscorlib of Input string was not in a correct format then ignores the ...
|
| ADO.net: Error "The ConnectionString property has not been initialized. " | 15 Jun 2004 10:29 GMT | 2 |
When I run an example program on the http://www.dotnetjunkies.com/quickstart/util/srcview.aspx?path=/quickstart/asppl us/samples/webforms/data/datagrid1.src&file=VB\datagrid1.aspx&font=3 I received an error message: "The ConnectionString property has not been initialized.
|
| convert DbType to/from TypeCode | 15 Jun 2004 10:10 GMT | 1 |
I can find plenty of documentation on the relation between System.Data.DbType and System.Type e.g. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp conmappingnetdataproviderdatatypestonetframeworkdatatypes.asp Is there a method anywhere in the .NET ...
|