| Thread | Last Post | Replies |
|
| Why does setting the InsertCommand proprty of a Data Adapter fail? | 27 May 2005 15:10 GMT | 3 |
Hi; I am trying to do a simple operation of inserting a row into a database. I have set a data adapter to get data from the database to check for duplication. That works fine.
|
| DataGrid.DataSource undefined when trying to Sort | 27 May 2005 14:16 GMT | 3 |
I had something like the following working: !!!!!!!!!! !!!!!!!!!! Start of Code snipet!!!!!!!!!! !!!!!!!!!! <asp:DataGrid id="FormListDataGrid" runat="server" AutoGenerateColumns="False" ShowHeader="true" HeaderStyle-CssClass="header"
|
| convert true to 1 | 27 May 2005 12:29 GMT | 1 |
in asp.net application I bulk insert records using OPENXML, into table "myTable". which has the following field: column name : myCol
|
| Statement separator for Oracle client provider | 27 May 2005 09:10 GMT | 3 |
I have a large portion of an application (actually some sort of middleware) that has been developed first for SqlServer and now I am in the process of making it accessible to Oracle as well. The problem is that I use DataSets where, for instance, the UpdateCommand
|
| DataGrid header apperance | 27 May 2005 06:16 GMT | 1 |
I have a DataGrid that support sorting in ASP.NET 1.1 as defined at the end of this post. The issue is that regardless of what "style" attributes I put in the <asp:DataGrid/> tag or the <asp:HyperLinkColumn /> tags, I don't seem to be able to change the actual CSS class for the ...
|
| Data Table Joins | 27 May 2005 02:01 GMT | 6 |
I have data from two different databases which I want to join together. If I create one Datatable with the results of one query and another Datatable with the results of the second query, can I somehow join the 2 Datatables to produce a result which will look like I had ...
|
| Connection to SQL Server only. | 27 May 2005 01:51 GMT | 5 |
I need to run the stored procedure sp_attach_single_file_db to attach a local database using ADO.NET. I am not sure of the connection string I should use for this since I am not connecting to any particular database, only SQL Sever itself.
|
| Load a string of CSV from memory into a dataset | 27 May 2005 01:07 GMT | 7 |
Hi Group, Here is what I'm trying to do in my application: 1. the customer uploads an encrypted file to the server (it's a ASP.NET application)
|
| Updating typed dataset schema from code | 26 May 2005 21:04 GMT | 2 |
Repost using registered alias: I have an existing .xsd file with typed dataset information in it. I need the ability to update this existing schema information when a column is removed from one of the underlying data adapters.
|
| Accessing deleted and changed rows in a DataSet | 26 May 2005 20:43 GMT | 3 |
I'm writing a client to connect to a legacy system (pre-.NET) which only accepts input and provides output using ADO Recordsets. I've been able to convert Recordset to DataSet, and if the DataSet has no changes I can convert back to Recordset.
|
| Dataset to XL | 26 May 2005 20:40 GMT | 5 |
Is there any way to export to XL thru Dataset , or DataTable or Grid or any other controls , than manually writing to each cell in XL Renjith
|
| Get User List from Access MDB | 26 May 2005 18:36 GMT | 5 |
What is the equivalent of ADODB OpenSchema(Schema:=adSchemaProviderSpecific, SchemaId:="{947bb102-5d43-11d1-bdbf-00c04fb92675}") in ADO.NET ? The above statement will fills a recordset with users connected to my
|
| Updating a column in a DataTable... | 26 May 2005 17:48 GMT | 3 |
Ok, I'm sure this one has been asked before, so I'll apologize upfront. What I'd like to do is take a DataTable and run an update statement against one of its columns. Say for instance, my DataTable has a ProductID column, which is an integer,
|
| Dataview filtering problem | 26 May 2005 17:46 GMT | 3 |
(Type your message here) -------------------------------- From: vallabh naidu Hi everyone,
|
| Join on two data tables in same dataset | 26 May 2005 17:07 GMT | 5 |
I have one dataset. Filled one DataTable from dbase. Filled another DataTable using ReadXml() and Merge(). So now I have to DataTables that I want to Join on that exist in memory but are from disparate data sources. Can I Join on them with ADO.NET?
|