| Thread | Last Post | Replies |
|
| Newbee question. | 03 May 2005 19:33 GMT | 4 |
I'm wondering about how to accomplish an apparent simple thing. I read from a cached dataset in an asp.net application cache as shown below: // Set a filter on the view of the Calls table.
|
| Fill DataSet tables from one SPROC | 03 May 2005 18:45 GMT | 2 |
I have a Typed DataSet added to my VS.net Project. This DataSet has two tables I'm interested in filling. I'd like to know if it is possible to fill both tables from one SqlDataAdapter.Fill() call. My stored procedure returns two resultsets. How would map the resultsets ...
|
| DataGrid with Master-Detail DataSet | 03 May 2005 18:14 GMT | 2 |
I have a DataSet with two tables which are in a master-detail relationship. How do I show a detail table in datagrid and some columns from a master table. (Ex.: Orders and a customer name for every order comes from a Customers table).
|
| Updating in memory datatable efficiently. | 03 May 2005 16:11 GMT | 4 |
I have an asp.net app . I load a huge table from database in a datatable object which is cached. The source table is modified once an hour. I want my "in memory" table to reflect these changes without reloading everything.( In fact , only
|
| Large jumps in number connections to SQL DB and Connection Pool | 03 May 2005 16:11 GMT | 4 |
Not really sure if I have a problem or not...but, I want to try and understand what is going on. With that said, I haven't ruled out that it's a code problem, but I want to post to see if anyone has seen similar behavior.
|
| using a dataReader with StoredProc | 03 May 2005 15:15 GMT | 2 |
I have an oracle storedProc that takes one input parameter and 15 output parameters. Can I get the results of the output parameters in a datareader or must I add 15 output parameters? thanks
|
| "DataTable internal index is corrupted" - what's that? | 03 May 2005 13:44 GMT | 1 |
I have a multithread application which handles pretty huge (~130000 records) dataset. Each thread gets record to handle, make some modification to its fields and gets next record. After all links have been modified main thread updates DB - simple actions.
|
| Filter on child row column | 03 May 2005 05:47 GMT | 7 |
I know that to perform a DataView.RowFilter based on a child relation, an aggregation must be performed. But I have a datagrid bound to a DataView (filtered by various columns) of my parent table on which Insert/Update/Delete operations are performed. The
|
| Synchronising data b/w MS-Access & SQL Server | 03 May 2005 05:20 GMT | 2 |
I have multiple sites where standalone MS-Access database are running at different demographic locations (which some VB application is accessing), what i want is that the data from these sites are copied to some centralized location by any means (i've to make a daemon for
|
| possible to rank output with access database? | 03 May 2005 04:13 GMT | 2 |
i have an assignment for school that requires me to create a web search page and rank the results. however, we are to use an access database and not SQL. we have to come up with a custom ranking system. are there any examples of this anywhere? i'm not even sure how to start.
|
| OracleDataAdapter returns gibberish | 02 May 2005 21:39 GMT | 1 |
I'm using Microsoft OracleDataAdapter 1.0.5 with Oracle client 9.2 and Oracle DB 8.1.7 with NLS_LANGUAGE=AMERICAN and NLS_CHARACTERSET, NLS_NCHAR_CHARACTERSET=IW8ISO8859P8 Sometimes, when the result exceeds several hundred rows, I'm receiving
|
| VS2005 Beta 2 and Data Access Application Blocks (Enterprise Library) | 02 May 2005 21:30 GMT | 1 |
Well I am trying to compile an app With VS2005 Beta 2 that used the Data Access Application Blocks. I am getting this error There is an error in XML document (7, 48).
|
| Req: Need suggestions for search algorithm | 02 May 2005 20:56 GMT | 8 |
I'm working on a site which requires the users to specify a hotel at which they're staying in London. The complete list of hotels comes to something like 1600 records. Each record consists of Hotel Name, Street Address and Postcode.
|
| Detect change in DataBase | 02 May 2005 19:16 GMT | 3 |
In my apps I use MSDE and I want detect all chanege in one table (most inportant is INSERT). This table is very long (over 50000 records). I want very fast refresh data in my DataSet. Thx Pawel
|
| Repost:Adding rows to DataTable and DataView issue | 02 May 2005 18:35 GMT | 1 |
I thought I had my problem with the dataview and InsertAt fixed, but nope. It looks like it works at first, but then the dataview starts going nuts. And I experience the issue from my other recent post about the dataview containing datarowviews that don't point to an actual row. ...
|