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 / February 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Bug in SqlHelper.UpdateDatase29 Feb 2004 22:06 GMT2
The is a bad bug in this method where after updating the DataSet follows
this statement:
          dataSet.AcceptChanges()
It is not only unnecessary, it wipes out any pending updates for other
Passing parameters from an array29 Feb 2004 15:37 GMT9
I am trying to run a query that will return a date. I wanted to pass the contents of an arraylist as a parameter to the query. The query will need to be run many times for each value in the arraylist so i have placed the code in a loop. What i am confused on is how i actullay use ...
Add new records to Access29 Feb 2004 15:20 GMT1
I am trying to Add and Update data to Access database, the update part works
just fine, but when I try to add data I get the following error, what am I
doing wrong?
---------------------------
SQL 2000 and SqlTransaction Problem29 Feb 2004 14:29 GMT3
Here is my saga . .
I have a VB.Net project that works on my development system when hitting my own loca
SQL Server 2000, but has problems when I try to hit the production SQL Server (stil
running the code on my development system.
how to transfer dataset to access table in ado.net?29 Feb 2004 08:51 GMT1
I can't find how to transfer a datatable in one time to an empty access
table...
Is this possible?
Thanks for your help!
Where to define sql connect string?28 Feb 2004 23:39 GMT3
Where's the best place to setup an application wide SQL connect string for a
C/S style application?   We want to read the value from the registry.  Also
I'm thinking about using the DataAccess block.
  -Bill
OdbcConnection28 Feb 2004 18:01 GMT1
What namespace do I need to import to get the object OdbcConnection?  And
where would i find out such information?
Thanks!
--Steve
Database Modification Date28 Feb 2004 08:12 GMT3
Using Excel 2000 under Win 2K Pro with MS ActiveX Data Objects 2.5 Library:
I would like to be able to determine if a database has been modified since
my last read. I create my database connection thus:
   Dim db as ADODB.Connection
Joins across two databases28 Feb 2004 03:17 GMT2
I am using SQL Server 2000 as the backend for an application in C#.  Is
there a way to do a join on tables in different databases or do you have to
do some in memory slight of hand to accomplish it?
Any help is greatly appreciated.
MySQL and .NET28 Feb 2004 02:48 GMT1
My company is considering scaling up a database application that previously
used Microsoft Access. The database has about 25-30 tables in it. The amount
of daily transactions to the database is fairly small for that number of
tables, but is growing.
DataTable.Clear doesn't get rid of indices?27 Feb 2004 23:31 GMT1
I am trying to dynamically change a DataTable by clearing the table, columns, rows, and PrimaryKey -- recreating the column collection, recreating the PrimaryKey, and finally adding the new rows
However, after invoking DataTable.Clear() along with clearing all the other ...
Possible Bug in SqlClient.ExecuteReader27 Feb 2004 23:15 GMT7
The problem is that when using SqlCommand.ExecuteReader
and the SQL statement raises an error of severity of 16
then ExecuteReader throws an exception, when you use
OdbcCommand.ExecuteReader the exception is not raised but
Q) Another q re dataAccess Block27 Feb 2004 22:48 GMT1
In the DataAccess block example, they create a database connection in
GetConnection method of the sample form (Form1) which is called at the
beginning of each of their examples.  But in their SQLHelper Class they also
create connections in many of the methods such as ExecuteDataset.
Nested SQL statements27 Feb 2004 21:23 GMT1
im not great at sql and need to nest these statements ( for speed) but
cant get it i would appreciate any help thanks"
SELECT qryExistingPersons.Person,
qryExistingPersons.SumOfInvoiceAmount, qryExistingPersons.CheckNum,
Classic ADO Pia27 Feb 2004 20:23 GMT1
Who is the responsible for the installation of the classic ADO pia
(adodb.dll)? Is it installed by the .NET Framework package or by the MDAC
package?
Thank you.
 
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.