| Thread | Last Post | Replies |
|
| Question On Using Strongly-Typed Datasets | 01 Mar 2004 14:19 GMT | 1 |
When using a strongly-typed dataset, it seems to me that a logical extension would be to associate the dataset with a logical system and treat the associated strongly-typed tables and rows as system-wide collections and objects respectively. In this sense, the strongly-typed dataset ...
|
| Tools Disabled in Compact Framework | 01 Mar 2004 14:01 GMT | 1 |
Can anyone tell me why some tools are shut off in the Compact Framework area of the Visual studios 2003. The XML tools are very usefull in the Windows Application Area, but are UNAVAILABLE in the Smart Device Area of the Editor. Is there a Fix for this
|
| error in from clause | 01 Mar 2004 13:47 GMT | 6 |
I try to fill a dataset. This is my code string myConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data source= C:\\Inetpub\\wwwroot\\Notenhof\\data\\notenhof.mdb;"; OleDbConnection myConnection = new OleDbConnection(myConnectionString);
|
| an error | 01 Mar 2004 13:14 GMT | 1 |
I try to delete or insert to MS Access table through Web application - the error occurs in statement string s = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=C:\\izg\\db1.mdb;User ID=Admin;" ... int i = oledBCommand1.ExecuteNonQuery;
|
| Abstracting field names in strongly-typed datasets? | 01 Mar 2004 09:51 GMT | 8 |
I'm working with a table that has poorly-named fields which I cannot change: dptnum dptname
|
| How does CONSTRAINT statement know which field sb PRIMARY KEY? | 01 Mar 2004 09:21 GMT | 3 |
I don't see how the following code snippet from page 100 in ADO.NET core reference creates the primary key out of the ID field CREATE TABLE NewTable (NewTableID int NOT NUL CONSTRAINT PK_NewTable PRIMARY KEY OtherField varchar(32)
|
| Access database path | 01 Mar 2004 08:22 GMT | 3 |
I would like my database path in the connecton string to be relative to the document calling the path so that I can deploy the application in any folder and it will still work without changing the path to the database. For example.
|
| Remote support | 01 Mar 2004 06:38 GMT | 1 |
We have a sbs2000 server with xp & win2k clients. Question is, how can such a set-up be remotely supported at individual machine basis? I presume I can use remote desktop for xp? What can I do about win2k pcs? Thanks
|
| Nested Transactions with .NET | 01 Mar 2004 04:53 GMT | 2 |
Are Nested Transactions possible with ADO.NET? Ive read where Ole DB supports nested transactions, but when I try to implement them I receive the following error: OleDbConnection does not support parallel transactions
|
| Dataset size | 01 Mar 2004 01:06 GMT | 4 |
Is there anyway I can get the size of dataset (or datatable)? I would like to check how much stuff return for each query. Thanks.
|