| Thread | Last Post | Replies |
|
| Data table export to CSV? | 31 Jan 2008 21:16 GMT | 1 |
Is it possible to export a single (not related to anything else) data table's contents to a CSV file? I have XML export working fine, but they want the files in CSV format.. thanks!
|
| Can't save renamed DataColumn | 31 Jan 2008 20:42 GMT | 1 |
I experience a problem with columns in a DataSet. I need to add, remove, and rename columns in one table. I'd like to avoid changing the columns, but unfortunately I can't. The table is bound to a DataGridView. Adding and removing columns is
|
| Inserting records from one database into identical table in another datrabase | 31 Jan 2008 20:00 GMT | 7 |
I'm transferring the records in a table from one database to another. I create a data adapter using a connection from the first database to fill a dataset. I add an InsertCommand with a different connection to the second database,
|
| Programmatically create Access 2007 database | 31 Jan 2008 09:52 GMT | 1 |
Greetings... From this: http://support.microsoft.com/default.aspx?scid=kb;en-us;317881 article I've knew how to create access 2000 databases. But what with
|
| oleDB hangs on ExecuteNonQuery | 31 Jan 2008 09:46 GMT | 9 |
The line insertStatus = cmdInsert.ExecuteNonQuery() is hanging; although the INSERT is working, because after I kill the application, I can see the new row. The OLE DB provider is set to IBM DB2 UDB for iSeries IBMDA400 OLE DB
|
| Problem using DbProviderFactory with a Access 2000 database | 30 Jan 2008 16:00 GMT | 1 |
Hi; I can't seem to open an Access 2000 database with the following dbprovider factory code : In my source :
|
| Moving from recordsets to datasets... | 30 Jan 2008 11:50 GMT | 2 |
Been writing VB6 for years and am now getting up to speed with .NET. In VB6 I used to create classes for each logical grouping of tables, then have a recordset in that class for each table. Then I'd have functions that would populate the different recordsets. I had a
|
| dataset error | 29 Jan 2008 17:47 GMT | 2 |
I've a requirement where in I need to read the data from a csv file and load the data into the sql database. The file has around 1 lakh records. I'm reading 300 records at a time from the file, loading into a dataset. From the dataset, I'm reading the rows sequentially,and ...
|
| Calling a stored procedure with a output parameter | 29 Jan 2008 17:32 GMT | 1 |
I've been testing a stored procedure that has an output parameter. When I add parameters to the sqlcommand this way, the output parameter returned is always what I pass in: With InsertLeg
|
| Recommended db app strategy | 29 Jan 2008 13:36 GMT | 16 |
I have an access backend database to which I need to give a vb.net front end. I created db connection and data source in vs 2008., I then dragged the fields onto a form which created the app for me. The app works ok but my question is; is this the correct/acceptable way to cerate ...
|
| Calling DataAdapter.Update() on disposed DataSet? | 28 Jan 2008 08:17 GMT | 11 |
Some one gave a new developer of ours a project to make sure our core library funcitons are properly cleaning up resources (that's a good thing!), but I had consernse about one thing the developer was doing which sparked a debate with my co-worker.
|
| Size of Table | 28 Jan 2008 04:43 GMT | 1 |
How much data can be saved in the tabel in the database ? In another way can the size of table be 100 GB ? any help will be appreciated regard's
|
| Re-added row | 27 Jan 2008 20:44 GMT | 3 |
I need an advice on "re-adding the deleted rows" in a DataTable. The situation is as follows: 1. I have a data-bound DataGridView. 2. User wants to delete a row with a key value "KEY", therefore this
|
| Recommended db app strategy | 27 Jan 2008 06:34 GMT | 1 |
I have an access backend database to which I need to give a vb.net front end. I created db connection and data source in vs 2008., I then dragged the fields onto a form which created the app for me. The app works ok but my question is; is this the correct/acceptable way to cerate an ...
|
| Using Visual Studio Queries | 26 Jan 2008 06:57 GMT | 1 |
In my C# project, I have a Data Set called Employee and an EmployeeTableAdapter. The EmployeeTableAdapter created a "Fill,GetData()" Query for itself, and it uses this to display data to my DataGridView. The properties of the Fill
|