| Thread | Last Post | Replies |
|
| can to be filled a dataset asynchronous ? | 19 Apr 2005 17:45 GMT | 2 |
|
| Reusing same connection | 19 Apr 2005 17:44 GMT | 4 |
Even though I'm using: InvoiceDataReader = adoInvoiceProc.ExecuteReader(CommandBehavior.CloseConnection) Later I get:
|
| odbcdataadapter problem | 19 Apr 2005 17:04 GMT | 2 |
Is there an issue with odbc and dataadapter creation? I have an access database with a table and a primary key. I've created an odbc machine data source. When i attempt to create an odbcdataadapter (using vs.net) I get an error when update and delete commands are generated. The
|
| Iterate through a recordset | 19 Apr 2005 16:25 GMT | 9 |
I'm iterating through a recordset using: Do While InvoiceDataReader.Read Loop What can I put between the loop to just see the values of a field as the
|
| Problem regenerating updatecommand | 19 Apr 2005 16:14 GMT | 3 |
i'm having a problem with generating an updatcommand. My form consists of 2 datasets, dsFS1 and dsFS100. The fields of dsFS1 are on tabpage1, the fields of dsFS100 are on tabpage2. dsFS1 contains 1 table: tblClient, dsFS100 also contains 1 table: tblTarieven. I declared
|
| One big pain in the arse | 19 Apr 2005 15:48 GMT | 15 |
Man is this whole .Net thing one big pain in the arse! Debugging has become some black art accessible only to those most in the know. Nothing works as expected.
|
| how to access errors? | 19 Apr 2005 14:52 GMT | 4 |
In ado we get errors by an error collection, and generate customized error messages. How can we store or reach to errors in ado.net? Thanks...
|
| Help: Calling Oracle SP using OLEDB.net | 19 Apr 2005 14:38 GMT | 2 |
I am trying to call an oracle stored proc using the OLEDB.net provider. The connection string is and command is dynamic. There are 2 textboxes which take the parameters as the app is must be able to handle any (almost) database, works with sql server but with oracle I get an ...
|
| Decimal format in texboxes | 19 Apr 2005 14:17 GMT | 1 |
i need to show in textboxes data from dataset with databinding. i have decimal number = "2390,00" and a want to this number looks like "2 390,00", when i have "3909877,00" i want "2 909 877,00" how do that?
|
| SQL Query | 19 Apr 2005 13:51 GMT | 9 |
I have following table which is stored in MS Access database Col1 Col2 Col3 A 3.2 25/10/2000 9:30:00 AM A 2.1 25/10/2000 10:10:02 AM
|
| Help with Inherited Control | 19 Apr 2005 13:26 GMT | 5 |
I'm trying to create a list box control that replaces the itemData property that we had in VB6. I created and inherited control from the listbox class and was able to add a data property, now the problem is, that property get applied to the listbox as a whole. So it would seem
|
| Casting/DB Insertion problem | 19 Apr 2005 13:09 GMT | 4 |
I have a problem inserting/extracting a byte array to/from an Sql DB. The byte array has a length of 1040. The field in the DB is of type binary (I have also unsuccessfully tried varbinary). The following example will explain my problem:
|
| Dataset.WriteXML loses arrays / not preserving all data | 19 Apr 2005 09:50 GMT | 6 |
I have a dataset with one table which has a single row. I need to save this to disk as XML and do this successfully throughout my application. However, one column in this table is a datatype Array which I use to store a bunch of information.
|
| Master-Detail Forms with Many to Many relationships | 19 Apr 2005 09:40 GMT | 1 |
I have 3 tables in a Many to Many relationship. Recipe RecipeDetail Ingredients
|
| Calling BeginTrans without Commit / RollBack | 19 Apr 2005 02:22 GMT | 4 |
Will there be any negative impact (subtle issue) on the database if one calls SqlConnection.BeginTransaction but not SqlTransaction.Commit or SqlTransaction.Rollback afterward? I am talking about the case where it's imposible to issue the
|