| Thread | Last Post | Replies |
|
| DateTimePicker and DataBinding problem. | 03 Mar 2004 17:49 GMT | 2 |
hi.All I am having problem with date field binding to a DateTimePicker. I have looked and try several so called *solutions* on the net, they all don't work for me. they either don't set the check state
|
| Dataset From Textfile question | 03 Mar 2004 17:00 GMT | 2 |
I have created at Dataset from an OleDB connected text file using schema.ini and so forth, so far no problem, now what I need to do is take the data from that dataset and update records in another database, (SQL Server) which has a table that contains the same key as I used in the ...
|
| Dataset persistence | 03 Mar 2004 16:27 GMT | 1 |
I'm relatively new to .NET technologies and basically I need this information. We would like to persist the data returned from a database and present the user in Excel/?/Customized GUI Application in order to make him to change the data. Finally all the data updated are to ...
|
| Using a Singleton class for data services | 03 Mar 2004 15:50 GMT | 5 |
Does anyone know if implementing a Singleton design pattern class to be used as a data access component would make for a solid architecture for an enterprise-wide .NET system? I'm wondering if having a single point of entry won't become a bottle-neck and reduce performance. If ...
|
| Data Relations and Ill pay someone now | 03 Mar 2004 15:22 GMT | 8 |
Hey All, I`ll Pay someone to tell me this now, as its doing my head in, I carn`t see out on the net and no one seems to know! I have a form that connects to a Access database, and I have a combo box on
|
| INSERT a datetime using convert | 03 Mar 2004 13:26 GMT | 3 |
I have an SQLCE database into which I want to insert a datetim INSERT INTO ADR_ADDRESS (Last_Edited) VALUES ( Convert('01-FEB-2004 11:12:22','dd-mon-yyyy hh:mi:si') The table was defined wit CREATE TABLE ADR_ADDRESS (
|
| Multiple Database Datasets Help | 03 Mar 2004 12:28 GMT | 1 |
I have a case where I am creating a dataset from one database, then I want to issue a series of updates to another database to update data based on a common key between the two tables in two separate databases. eg Database1.Table1
|
| DataAdapter.Update - batch or round trips? | 03 Mar 2004 09:26 GMT | 2 |
Hi - I've seen several clues to this but I wonder if any experts can definitively confirm ...... Does the DataAdapter.Update method pass all updated datarows to the database for some kind of batch process with multiple calls to the
|
| connection pool weirdness | 03 Mar 2004 08:49 GMT | 3 |
I'm using a data reader and Microsoft's 'data access application block' SqlHelper class. CommandBehaviour.CloseConnection is being used so theoretically the connection should close when closing the reader. However I'm getting "timeout period elapsed prior to obtaining a connection
|
| This seems slow...Why??? | 03 Mar 2004 08:48 GMT | 3 |
I'm just coming up to speed here on .NET and have a C# WinForm App that accesses a database. I've gotta form with the following code in the form_load event private void DocumentsDetail_Load(object sender, System.EventArgs e this.dsDocuments1.Clear() this.daDocuments ...
|
| Is ADO.net and VFPOLEDB compatible with Fox 2.6 index files. | 03 Mar 2004 06:49 GMT | 2 |
I am trying to transform an old application in FoxPro 2.6 into a VB.net application. I use Ado.net with the last VFPOLEDB driver. I am opening a DBF File and his .idx file index by doing : "USE
|
| DataSet vs XML storage | 03 Mar 2004 03:52 GMT | 3 |
I've heard some (I think wierd) ideas that it is much faster to use XmlDocument then DataSet for storing and updateing data from database. The idea is to use XmlDocument to store data, make add/update/delete operations on it, keep track of changes and finally make changes into ...
|
| Odbc fails with parameters | 03 Mar 2004 03:34 GMT | 3 |
Posted this to 'ado' group earlier but getting no replies... I have a C# app that uses the base "System.Data" interfaces so it can switch between Oledb and Odbc (mostly accessing a Jet database). Everything has worked until I tried using parameters. The code below
|
| SqlDataAdapter Not Catching SQL Exceptions | 02 Mar 2004 22:34 GMT | 1 |
I have a SqlDataAdapter that is not picking up Sql exceptions from the SQL Server database such as foreign key constrain violations. When I call the update method of the dataadapter for either inserts or updates, it just fails silently. If I do the update directly from the SQL ...
|
| Connection busy SQL Server | 02 Mar 2004 17:47 GMT | 5 |
I ve an error "Connection is busy with result another command" with oledb and SQL Server 8.00.837 (SP3a and Framework 1.1.4322.573, MDAC 2.8 RTM. It's not always on the same command and if i try on my serve Oracle all are clean. I search in many forums but nothing help me for now. ...
|