Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / ADO.NET / March 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Question On Using Strongly-Typed Datasets01 Mar 2004 14:19 GMT1
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 Framework01 Mar 2004 14:01 GMT1
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 clause01 Mar 2004 13:47 GMT6
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 error01 Mar 2004 13:14 GMT1
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 GMT8
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 GMT3
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 path01 Mar 2004 08:22 GMT3
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 support01 Mar 2004 06:38 GMT1
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 .NET01 Mar 2004 04:53 GMT2
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 size01 Mar 2004 01:06 GMT4
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.