| Thread | Last Post | Replies |
|
| Problems with VFP Ole Db Provider | 10 May 2005 23:39 GMT | 2 |
I am having problems sending a DELETE command using the vfpoledb provider. Funny thing is, when I first implemented this it worked fine now I get the following exception from the provider about 80% of the time: "One or more errors occurred during processing of command"
|
| Problem checking data type of a db column | 10 May 2005 22:52 GMT | 4 |
I a m trying to loop through the columns in my DataTable and do different things based on the data type of each column. For testing purposes I tried the following code... Dim MyColumn As DataColumn
|
| writexml or serialize | 10 May 2005 22:38 GMT | 1 |
We are persisting data in session. Is it better to store data objects as xml strings or to serialize the objects? We are not supporting hundreds of concurrent users but we are concerned about performance. TIA for your input.
|
| Datatables and Outer Join | 10 May 2005 21:19 GMT | 2 |
Here is my problem statement/ background Background: My program reads an excel file and populates three datatables depending on the value in one of the columns. Now when i create a datarelation and try to combine the tables, I loose values that are unique
|
| Insert copy auto_increment to another column | 10 May 2005 20:52 GMT | 3 |
I am coming from MS SQL Server background. And too used to SPs. Here is my question- I want to insert data into a table and one of the columns is a copy of the primary key which is an auto increment field. How can I do this
|
| Projects with a 'Data' namespace | 10 May 2005 20:32 GMT | 4 |
Hi. The project I am working on has its own Data namespace (e.g. MyApp.Data ). Within this namespace there are System and DataSet namespaces/folders (e.g. MyApp.Data.System and MyApp.Data.DataSets ). Because of this the autogenerated dataset classes within the DataSets folder
|
| How the frick do you call a stored procedure when using OdbcDataAdapter?!? | 10 May 2005 19:44 GMT | 12 |
And why the frick is it sooo damn hard to find information on this crap, anyway?!? Help! -Skipward
|
| dataset relations problem please help | 10 May 2005 17:24 GMT | 3 |
I have a dataset with many tables in it. Two of them are Persons and Objects. An object may or may not belong to a person. I'm reading in an XML document for my data source and creating a parent/child relationship between Persons(parent) and Objects(child). When the object ...
|
| Delete row and GetChanges | 10 May 2005 16:50 GMT | 2 |
I am stumped. I have a strongly-typed dataset with many related tables. I delete a row using Rows.Find to get the row and then call Row.Delete. However, even though it is no longer visible in the DataSet, calls to GetChanges and DefaultView after RowStateFilter = DataViewRowState ...
|
| Performance OleDbDataAdapter.Update() and status? | 10 May 2005 16:03 GMT | 1 |
Hello NG, i have here a functon wich I use to restore a certain state of a DataTable. Its working but you might find some points where i could get better performance. With MS SQL Server this funktion is fast enough for me (it takes for a DataTable with 10000 Rows about 1-2
|
| trying to generate a concurrency exception | 10 May 2005 15:54 GMT | 6 |
but I am trying to generate a DBConcurrenyException to at least put up a warning message to the user if a database table has been changed by another user before being updated by this user. data table-for each new record inserted the web app increments column 1.
|
| intrinsic objects of ADO.Net? | 10 May 2005 14:30 GMT | 14 |
What is intrinsic objects of ADO.net? Thx
|
| question | 10 May 2005 13:38 GMT | 5 |
what is the equivalent of the below ADO code in ADO.NET Set objRs = objConn.OpenSchema(adSchemaTables) thanks
|
| DbNull.Value in an image column | 10 May 2005 12:15 GMT | 5 |
I'm using SQL Server and I have a column for storing photos of the database type "image". I want it to be optionally NULL. I have a stored procedure that I use to populate the table. When I run the stored procedure from the query analyzer tool, I have no problems. I can pass in a ...
|
| Exception filling dataset | 10 May 2005 09:28 GMT | 1 |
I'm learning ADO.NET and I have strange problem. I have Oracle 8.17 localy installed and I created a simple table called mytable. In VS.NET, C# 2002 I added OleDbDataAdapter component and used "Configure DataAdapter" to create connection and configure it. SQL statement is just a ...
|