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
Connections Not Closing18 Mar 2004 19:22 GMT1
I am using the data access application block running on Windows server 2003 and accessing SQL 2000 database (on the same box).  I have some very simple code that is getting executed from a asp.net page.  The code is calling executeNonQuery in a loop 30 times.  I notice that after ...
Open the DataLinks dialog from a webpage?18 Mar 2004 19:00 GMT1
Hello all;
I'd like a button on my webpage that will enable the user to create a
connection string via the Data Links dialog box that we all use at design
time.  I found this code on CodeProject:
Comparing Datasets18 Mar 2004 18:33 GMT6
I am trying to write a routine to determine if my database contents have
changed.  Currently this is what I do:
 * Fill dataSet1 from the database and WriteXml to a file
 * perform operations that may change the database
Using OdbcDataAdapter18 Mar 2004 18:21 GMT8
I have a scenario in my C#.NET application in which I have to open an ODBC connection to a DB2 database residing on AS/400. The connection needs to be kept open 24/7. I have a simple stored procedure on AS/400 which declares a simple cursor for a simple select statement and opens ...
User defined Function datetime parameter bug ??18 Mar 2004 18:20 GMT1
I recently came accross a vary strange situation. I created a UDF in
SQL Server 200 as:
CREATE FUNCTION dbo.CheckWeekend
(@sDate datetime)
Need exception enumeration18 Mar 2004 18:14 GMT1
I've looked throughout the documentation for an exception enumeration, either by name or by number.  I've come across several examples indicating there must be a list available.  Somehow I'm missing it.  Can some generous soul direct me to it?  Thanks
polynomial5
Here are some ...
ConnectionString issue with SQL server.18 Mar 2004 17:18 GMT1
Using 2 servers, CBCDOMAIN Win2003 server, and BAANSRV1 Win2000 server
- user are authenticate trough CBCDOMAIN
- SQL server is running on BAANSRV1 database baandb (Windows and SQL authentication
My trouble is, It seam I can not figure out how to have the right syntax using the ...
dataAdapter.....dataset18 Mar 2004 17:13 GMT1
This code failed miserably. And the error shows on the  ConnectionT.open()
ans say exception occured in system.oldbb.  .......
any help please
Dim ConnectionStringT As String =
AutoIncrement field and jet18 Mar 2004 16:41 GMT3
I wish to use a jet data base with an autoincrement field. How do you update
the database with the new rows added to the dataset and get the new
autoincrement number allocated by the db without refreshing the whole
dataset?
ADO.NET and Active Directory18 Mar 2004 16:20 GMT5
Hi people, there is a way to make searches on active directory thru
ADO.NET?, so the result is an DataSet object and not a DirectoryENtry object
thanks
How to persist a COMPUTED column in a data table??18 Mar 2004 15:01 GMT2
Hello...
I have two columns in a datatable. column calcCol1 and Col1. When I loop through the records to copy data from the computed column to the original column it gives an error saying that there is no data. (although I know there is).
I loop as follows
dim dr as datarow
DataGridTextBoxColumn  Bug18 Mar 2004 14:45 GMT1
I have a Datagrid bound to a dataset.
The Grid uses a DataGridTextBoxColumn style.
If I click on a cell, then enter a single character,then
click in a cell above or below it, the character I typed
Removing duplicate records18 Mar 2004 14:39 GMT7
I have the following code which reads XML files and merges them in to one
dataset.  Some of the files have duplicate data, my question is what is the
best way to remove the duplicate records after the records are merged or how
to prevent them from merging in a first place?
How to save a datarow into dataset??18 Mar 2004 13:01 GMT4
  I wanna save changes made to dataset liker adding a datarow by dr=ds.tables(0).newrow and then setting thev value for each column of the table. But I couldn't save those to dataset and eventually to Original database (Like SQL,Excel etc.
Please help
Do I need to lock the database before updating?18 Mar 2004 12:02 GMT1
I would like to retrive a value from database, and increment it by 1
and update it back to the database
do I need to lock the table explictly??
thx
 
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.