| Thread | Last Post | Replies |
|
| DataBinder.Eval prob using DataTable.Select() as datasource | 09 Jun 2004 17:09 GMT | 3 |
ENV: .Net 1.1, VS.Net 2003, ASP.Net When using the DataBinder.Eval directive in a webform within a Repeater control, it throws an exception when the datasource is from a DataTable.Select():
|
| Update sql server table with dataset from xls file | 09 Jun 2004 17:02 GMT | 1 |
I have a program that imports data from an excel spreadsheet into a dataset. I then create a connection to sql server and check to see if a table exist, drop it and recreate it. I cant figure out how to poulate the newly create sql server table with the dataset from excel. any ...
|
| Memory leak in ASP.NET web site | 09 Jun 2004 15:58 GMT | 18 |
I'm reposting this because I really need some advice. I have a web app that makes many queries to the database on every page. In order to save development effort, I've consolidated all database querying to methods in a single static class, so whenever I need data, I pass a SQL
|
| posting values in 2 data grids | 09 Jun 2004 14:36 GMT | 1 |
Hi .. please see the code below.. I have two tables Centrals and Devices both having Central_Id as a common field..I am able to display the Centals table value in the first datagrid (dataGirdCentral).However on click of each cell on the central_id i want the corresponding entries ...
|
| OraOLEDB.Oracle issue on Windows 2003 Server | 09 Jun 2004 13:51 GMT | 2 |
Getting the below error on a Windows 2003 Server I am migrating apps to. This app works on a Windows 2000 server. Both servers have the 1.1 Framework installed. The ORACLE_HOME directory is open so I don't think that is the issue.
|
| Problems/Doubts: Implementing Disc. DB concept(Dataset)!!! | 09 Jun 2004 13:01 GMT | 3 |
I need to know : 1. If there is an upper limit to Amount of data and the no. of Tables in a Dataset which I have to cache at the Client system. (The requirements are such that we need to cache some 120+ tables at client system, in order to avoid round trips to Database as the no. ...
|
| LLBLGEN pro | 09 Jun 2004 12:51 GMT | 6 |
has anyone used LLBLGEN pro for real apps i have tried it a little and it seems like gods gift but i would like to hear other peoples opinion cheer gu
|
| Anyone knows how to do this? | 09 Jun 2004 12:30 GMT | 3 |
Anyone knows how to put this in the datarow filter in ADO.NET: "SELECT * FROM Product WHERE datediff('d',ProductPDFDate,now()) < 90"
|
| how to connect to sybase database? | 09 Jun 2004 12:26 GMT | 1 |
I want to connect to sybase database in .net but I dont know how??? anyone knows? please tell me thx
|
| Dataview RowFilter fails with multiple conditions | 09 Jun 2004 09:06 GMT | 1 |
Trying to use a RowFilter with multiple conditions OR'ed together The dataview the rowfilter is set on is the datasource of a datagrid This filter.. "(Instances > '9') OR (Time < '1900-01-01 06:00:00.000') OR (Time > '1900-01-01 22:00:00.000')
|
| Pooled SQLConnection - Server Disconnection Recovery | 09 Jun 2004 08:21 GMT | 2 |
I am using SQLConnections, which I know is inheritantly pooled, in my Serviced Component (COM+) DAL, to access SQL Server (duh). I am trying to handle the known problem where if the SQL Server is stopped (disconnected) and subsequently restarted (reconnected) the
|
| One DataAdapter fore every query? | 09 Jun 2004 08:17 GMT | 1 |
If I have a system that access a database, should I have have one DataAdapter for every query or should I do it in an other way? /Henke
|
| Late binding problem | 09 Jun 2004 07:15 GMT | 1 |
Option Strict On gives me a late-binding exception for the following code. Note that EmployeeList is a listarray populated with Employee objects and one of the Employee properties is the EmployeeID. If IsDBNull(EmpIdRet) = False Then
|
| ADO filter | 09 Jun 2004 07:11 GMT | 2 |
Hi,, I have a table with 2 columns: TimeStamp (Type: DateTime) and Interval (Type: Int32) How do I do datatable.Select(Filter) ?
|
| accessing db without calling a function? | 09 Jun 2004 04:45 GMT | 1 |
I am making the trasition from asp to asp .net, I have a page below which has 3 user controls on it. The 3rd usercontrol (<UserControl3:terms runat="server" />) calls a stored procedure to return one row to display on a page, everything works fine except no matter what I do the ...
|