| Thread | Last Post | Replies |
|
| Can't save new row to table | 06 Dec 2004 11:29 GMT | 2 |
Can't save new row to table I'm trying to save a new row using the following code: It's a schema adapted almost exactly from one given me by Kevin Yu some time ago. One difference is the inclusion of the ID field. If I don't include it I get an error
|
| XML Dataset | 06 Dec 2004 10:12 GMT | 5 |
I have a dataset that is based on an xml file, which contains the same structure as a sql server table and is exported from a dataset. When I do: sqlDataAdapter.Update(dataset, strTableName) I get the error:
|
| Keeping orphans when a parent is deleted | 06 Dec 2004 07:29 GMT | 4 |
I have some lookup tables that provide various information, and I give my users the ability to do all the "crud" operations. However, while I haven't run into this yet, I'm mulling what happens when my users delete, for example, a "reason code", but I do not want to cascade the ...
|
| Microsoft Data Access Application Block !!!! | 06 Dec 2004 07:23 GMT | 4 |
Okay so I've been going thru the Microsoft Data Access Application block. It says that the following are best practices bla bla .. but here are the obvious problems atleast I see from my viewpoint. a) Using SqlCommandBuilder to derive stored proc parameters. I thought
|
| Same question again - tables fro 2DBs | 06 Dec 2004 06:53 GMT | 2 |
Sorry, but I asked the previous question poorly. I have two SQL Server databases (on the same server) and I want to reference tables from both DBs in the SQL. I know that manually written SQL can reference tables in
|
| Large Datasets | 06 Dec 2004 03:15 GMT | 5 |
Does anyone have any suggestions on working with large datasets (10GB - 100GB)? Best initialization? Transfer from dataset to database?
|
| How to excute a MS Access Stored procedure? | 06 Dec 2004 02:50 GMT | 1 |
Hi, there I have create a MS Access Stored procedure using the code below and no error occured. '---------------------------------------------------------------------------
|
| best way to retrieve thousands of records. | 06 Dec 2004 01:15 GMT | 12 |
I have currently using a dataset to access my data from sql server 2000. The dataset contains 3 tables that is related to each other. parent/child/grandchild relationship. My problem is it's very slow to retrieve records from sql server.
|
| 2 DBs Ref by 1 DataAdapter? | 05 Dec 2004 19:06 GMT | 3 |
I have two SQL Server databases and I want to reference tables from both DBs in the SQL. How can I have a connection object that points to both DBs? Thanks, T
|
| Adding columns to SQL Server tables dynamically | 05 Dec 2004 15:41 GMT | 9 |
I'm writing a routine which queries a table in a mySQL database and then adds records from it into a SQL Server 2000 database - pretty easy stuff. Problem is, that the mySQL table may have additional columns every time I query it.
|
| Getting SQL Error - "General network error" | 05 Dec 2004 06:34 GMT | 1 |
I'm getting the following message trying to update a SQL Server table: "General network error. Check your network documentation." I'm using stored procedures via a SQL data connection from within a .Net windows application. The application producing the error, reads a table from
|
| How to resolve "General Network Error"? | 05 Dec 2004 02:41 GMT | 2 |
I'm getting the following message trying to update a SQL Server table: "General network error. Check your network documentation." I'm using stored procedures via a SQL data connection from within a .Net windows application. The application producing the error, reads a table from
|
| Better way to build results? (Relative newbie) | 05 Dec 2004 00:17 GMT | 3 |
Undoubtedly this answer is in front of my nose, but I can't figure it out or find it anywhere. Using VB.NET, Access database. I have successfully built a series of nested queries that return results
|
| Connection String Machine Independent. | 05 Dec 2004 00:05 GMT | 1 |
I've been researching on the diferent newsgroups to find out how to do this, but no luck so far. I'm developing a client/server windows application with VB.NET, MSDE is my backend database.
|
| create table based on existing tables in a dataset, how ? | 04 Dec 2004 19:59 GMT | 1 |
i create a dataset with table a, b and c in it. Is it possible for me to generate extra table (e.g. d) into this dataset based on table a and table b (which already exist in this dataset) ? note that creation of table d, include a LEFT JOIN between table a and b.
|