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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Is this possible09 Dec 2004 22:49 GMT9
I am populating a dataset from a webservice. One one page of my app I need
to get only the first 5 rows from the dataset to pupulate a datagrid and on
another page I then will display all the rows from that dataset in a grid. Is
it possible to select a specific amount of rows ...
OleDb adapter returns empty results09 Dec 2004 21:15 GMT3
I dont know where I am going wrong but the OleDB dataadapter returns data
when it is a simple select statement like "Select * from Customers".
but when i try to do a simple search query like "SELECT * FROM Customers
WHERE LastName LIKE '*something*'", it does not return anything, ...
Like Parameter in VB.NET09 Dec 2004 21:03 GMT1
I'm trying to pass a parameter to a SQL Statement with the LIKE operator but
I'm not having luck on the syntax that I should use here.
I want to retreive the records that match the search criteria input by the
user.
set ansi null off09 Dec 2004 19:56 GMT2
I need to use the ansi nulls in off to compare some register with null using
'=', this is my enviroment:
I call the SP from .net  1.0 object using sqlclient
the SP has in the header the,
.NET Framework wall posters.09 Dec 2004 19:49 GMT1
Hey all,
   Anyone know when I can get copies of the large posters that MS was
having shipped with so many magazines in the past? I'm looking for any that
may have been created. i.e. the standard framework library, ado.net, web
Q: Distinct Join???09 Dec 2004 18:24 GMT2
I'm hoping that somebody can help me with the following:
I have two tables, each of which has its own field holding integers. I would
like to generate a list of the integers that the two fields have in common
(without duplicates). So, for example, if the first table had a list
does Ado.Net 2.0 have bulk insert functionality?09 Dec 2004 18:21 GMT6
I have to read bulk data from a non RDBMS to Sql Server
2k.  I tried using Ado.Net with dataAdapter.Fill, where
the app reads in 500,000 records to a dataTable in memory
and then applies dAdapt.Fill to fill a table in sql Server
Designing a Data Access Layer (DAL) with remoting in mind09 Dec 2004 17:52 GMT7
I am trying to learn ASP.NET while writing a system in it and am
feeling a bit overwhelmed.
I have just read most of a book on ADO.NET. I will need to write a data
access layer for this system and it is more than likely that the data
Comparing two DataSets with a Merge09 Dec 2004 17:51 GMT5
I am trying to find the difference between two datasets.  I have tried
merging the two datasets and then writing an xml diffgram like so:
   dsA.AcceptChanges();
   dsA.Merge(dsB, true);
600 field form09 Dec 2004 16:12 GMT1
I've a large form containing 600 fields (mix of textbox, checkbox,
radiobuttons) i've broken the form in 10 parts (more or less with same
number of fields) using web control, so if you press a button a
particular part (1 of 10) will be loaded.
Can't read Excel formatted data with OLEDB09 Dec 2004 15:10 GMT3
I'm using ADO.NET and have troubles reading excel formatted data.
leDbDataReader returns DBNull for all the values in the columns in xls
workbook which aren't formatted as "Text"!
I'm using this connection string:
Connection String Dramas with JET and Directory GetCurrentDirectory09 Dec 2004 14:55 GMT3
Hi I am using the Visual Studio connection string.  See below
'
'OleDbConnection
'
Object reference not set to an instance09 Dec 2004 14:31 GMT12
When I use my Dll in which I defined my dataset the following error
occurs:
Object reference not set to an instance or (in French "Une exception
non gérée du type 'System.NullReferenceException' s'est
SQL Question09 Dec 2004 14:27 GMT2
Can anybody know how to set alias after 'where'?
select 1 as A, 2 as B,A-B as C from tbl where [B]=1
NextResult Problem....ARGH>>>09 Dec 2004 07:53 GMT3
I have an issue that I just can seem to get past today.  I continually get
the following error:
Invalid attempt to NextResult when reader is closed
This is happening when calling this code, which is our standard block around
 
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.