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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
For implementing wrap around for a table12 Apr 2005 01:43 GMT5
Iam looking a good solution for wrapping around records in the table. The
requirement is to keep only last n (eg. 20000) number of records in the
table.
After inserting the n+1 record the first record need to be removed from the
Record navigation with Paging11 Apr 2005 18:45 GMT4
Iam working with a custom grid control to navigate
navigate large number of records from a table.
The control need to have row up, row down, page up, page
down features.
DataSet Transactions11 Apr 2005 18:06 GMT2
I'm looking for some advice. I have developed a system for a client using
the DataSet object within a business layer. There are various points in the
application were I need to perform a transaction over multiple datatable
objects within said Dataset. How is transactions best ...
DataSet.ReadXML is ignoring UniqueConstraint on table... (ADO.NET11 Apr 2005 16:48 GMT1
I have a DataTable with a UniqueConstraint defined for columns A and B:
ds.tables("myTab").constraints("myUC") has columns A and B in its Columns
collection
But ReadXML will load an XML document that has duplicate values for columns
Locks11 Apr 2005 16:03 GMT2
Does ADO.NET support ways of  locking  table, row, database ?
Regards,
Chak.
Typed dataset and namespaces11 Apr 2005 15:26 GMT2
I can set the properties Namespace and Prefix on datasets, datatables and
datacolumns.
I beleive this is handy in my situation (specially for tables and columns),
however I cannot find any way to set the namespace and prefix properties in
How to insert into multiple tables with one update.11 Apr 2005 15:04 GMT1
When I first heard about VB.NET it should be so easy to update
"Mother/child" tables. Just build at datasett with all the tables, do the
changes and run .Update.
Well, I cant get this to work that easy. Do anyone have some pointers on how
Data bound combo box problem11 Apr 2005 14:23 GMT2
I have a combo box with DropDownStyle set to DropDownList. I bind it
as follows:
cmboOperators.DataSource = opTable
cmboOperators.DisplayMember = "OperatorName"
OdcbConnection Open throws InvalidOperationException11 Apr 2005 12:11 GMT1
(Type your message here)
--------------------------------
From: John Mairs
Hi Folks,
Transactions over 2 databases?11 Apr 2005 11:55 GMT2
I was wonderring what was the best method in ADO.Net regarding wrapping a
transaction around 2 seperate databases. Is it even possible?
Thanks.
SQL Select and primary keys11 Apr 2005 01:33 GMT4
I should know this but I dont and cant find an answer via Google...
If my table as a primary key bases on multiple fields and I do a
select with a Where statement using those fields, will the select be
faster because of the primary keys?
access database with asp.net10 Apr 2005 22:41 GMT6
I have a asp app that works well on local host. The connection string is as
follows in the web.config
<appSettings>
<add key="cs" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
ListView Troubles10 Apr 2005 22:09 GMT4
VB.net issue here.
I've a strange event that I can't seem to figure out...
On my Form, I've a TabControl (two Tabs)...
On my first tab, I load an Ascii file and dump some info onto my ListView
New in VS.net10 Apr 2005 13:33 GMT2
I'm new in programming programming in VS.NET 2003. I have some experience in
Embedded Visual Basic and VB.6. In these programming languages i use adoce
and adodb to access an MS Access database. But I don't know how to do this
in vb.net.
Data Access Layer that allows Multiple Data Sources10 Apr 2005 13:06 GMT3
Has anyone come across any elegant frameworks that allows writing to
multiple data sources? I'm looking for something that allows a typical
master data source for storing and retrieving data, but I'd also like
it to be able send select data to other datasources. IOW, the other
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 March, 2005
 
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.