| Thread | Last Post | Replies |
|
| ConnectionPool problem | 07 Jun 2004 19:09 GMT | 2 |
Okay guys, this is more of a comment in case anyone else has the same issue and decides to do a search for the problem. Short history: We have build a system that performs quite a lot of database calls (on
|
| DataBinding to a DataRow? | 07 Jun 2004 19:06 GMT | 3 |
Is it possible to DataBind to a DataRow using a control such as a TextBox? If so, what would be the correct syntax? A typed DataSet provides the means to perform DataBinding with a DataRow, but what about an untyped DataSet? Thanks,
|
| Wrong Index after a datagrid is sorted -- Help! | 07 Jun 2004 16:10 GMT | 2 |
I have a dataadapter that fills a dataset in an asp.net web application. A DataGrid then pulls data from a dataview whose source is the dataset. All of this works great. When I click on 'edit' in the datagrid it returns the proper record (proper
|
| Access date/field displays 12:00am in asp.net web form | 07 Jun 2004 15:55 GMT | 1 |
I am displaying fields from an access table using vb.net in a datagrid. One of the fields is a date/time field in access that has dates only in each of the records. When I loop through the rows in ADO.NET and display the fields on a web form, it appends 12:00AM after every date ...
|
| Connect with C# to a Microsoft Project file (.mpp) | 07 Jun 2004 15:38 GMT | 2 |
Heys Have anybody made a connection with C# to a Microsoft Project file (.mpp)??? How is that possible? I need to upload some information from the site to that file.
|
| Oracle Provider | 07 Jun 2004 15:11 GMT | 1 |
Hello, I have been having problems with connecting to Oracle and I am wondering if it might possibly be the drivers that I am using. I believe I had a number of people tell me that they did not have any luck with the Oracle OLEDB Provider, that they used instead the Microsoft ...
|
| How to determine if a table has a column that is autoincrement(Identity)? | 07 Jun 2004 14:51 GMT | 4 |
I am trying to find out how to determine if a table that I am working with contains a column that is an identity column (ie, has autoincrement set to true). I am working in C# and I'm already using the GetOleDbSchemaTable method to get the schema
|
| "MDAC required" but it's installed... | 07 Jun 2004 08:57 GMT | 29 |
I'm having this error in a VB.NET-application at the moment that I attempt to read data from an SQL Server: The .Net Data SQL Provider (System.Data.SqlClient) requires Microsoft Data Access Components(MDAC) version 2.6 or later. at
|
| Global DataSet in asp.net Threat-Safety | 07 Jun 2004 07:19 GMT | 3 |
i have defined a dataset in the HttpApplicatonState, which is generated on startup (only the schema) the filling of the dataset happens on demand (on first time the spezified data is requested). so the data writes have to be synchronized, how is this done?
|
| Help!!! DataRelation with "Object Reference" Erro | 07 Jun 2004 04:54 GMT | 1 |
I have three tables of interest in my Dataset: 1. "Assemblies" table: contains assembly ID (primary key) and information about the assembly. 2. "AssemblyHierarchy" table: contains a listing of the parent-child
|
| Random Timeout Exceptions | 06 Jun 2004 15:35 GMT | 3 |
the following problem was raised several times in newsgroups, but I still cannot find suitable solution. Let say we have the following stored procedure which returns many records. (this is only a sample, it does not do
|
| executenonquery(); timeout error | 06 Jun 2004 03:52 GMT | 5 |
Hi, I' m a calling a SQL SP from ASP.net that executes a DTS package (which runs in around 10 minutes). I'm getting a timeout error. The DTS package is setup to send an email once the job completes, so I would like for the ASP to simply execute the DTS job, not attempt to wait ...
|
| Import dbase 5 (.dbf) file into MS SQL2000 tables | 05 Jun 2004 22:42 GMT | 1 |
I have hard time trying to import some dbase 5 (.dbf) files into MSSQL 2000 tables using ASP.Net/VB.Net. Can anyone please point me to the right direction? Many thanks,
|
| asp.net to Oracle connectivity prob | 05 Jun 2004 21:44 GMT | 1 |
(Type your message here) Hi iam getting the following error when i connect asp.net with oracle even though Oracle 9.2.0.1.0 is installed in our machine
|
| creating dynamic datarows | 05 Jun 2004 21:44 GMT | 1 |
HELP!! can someone please explain to me how the datatable.newrow method works. I know how to use it, but i need to know hot the datatable can generate datarow objects that vary at runtime. I need to emulate this functionality in my current app and have been stuck for days now.
|