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
Adding constraints08 Apr 2005 05:45 GMT4
I have an ACCESS database, with 2 tables. The realtionship between tables is
set 1:1.
I put those tables into dataset and set up the foreign key constraints:
DataColumn parent = ds.Tables["Empl].Columns["AdvertisementID"];
Schema Collection -> Strongly Typed Dataset08 Apr 2005 04:27 GMT6
I have a bunch of .xsd files some of which inherit from others, such that
there are elements that have attributes in one file and also inherts other
attributes from another file.  These schemas come from an external source (I
have no control over them).  We plan to store the .xml ...
Interesting DataSet/DataTable question08 Apr 2005 03:18 GMT3
Friend of mine asked me this, I'll try look at this later in the evening,
but hey feel free to take a stab --
lets say I have a table(table1) that looks like
Region,State,count
Sybase stored proc column values change when called from ASP.net page08 Apr 2005 02:01 GMT1
When I call a sybase stored proc from RapidSQL, I get back the value
-100 for some columns(which is correct).
However, when I call the procedure from an ASP or ASP.NET page, I get
back -1 instead of -100.
SQL Data Written fm ADO.NET read fm ADO08 Apr 2005 01:58 GMT3
I have two applications one written in Access 2002 using ADO and the other
written in VB.NET using ADO.NET.  The Access application looks for files and
runs an associated process once the file is found.  The VB.NET application
actually searches folders and subfolders for the ...
Data Problems08 Apr 2005 00:50 GMT3
Am using the VB.NET (Vis Studio 2002) Data Form Wizard.
As soon as I include a checkbox the data form just stops working.
Using SQL Server 2000 and the bit field type.
Any ideas? as am going round in circles :(
reference the oledbupdatecommand, how?07 Apr 2005 20:58 GMT1
I'm getting there!
I'm using vs.net and have created a dataadapter and a recordset in a
component.
i'm able to reference the component to get data .Hey! i even created a
Expression columns in strongly typed datasets07 Apr 2005 20:41 GMT2
I have a typed DataSet populated from a SQL query. To the columns
returned by the query I have added a calculated column with an
expression of the form Quantity * UnitPrice, but after filling the
DataSet with a DataAdapter the expression column remains at the default
Querying the version of MDAC07 Apr 2005 20:38 GMT2
In ASP classic, I used to do something like this:
<%
Sub TestMDAC(pstrConnectionString)
Dim conn
MS Best Practice - Load subset of a single Row07 Apr 2005 20:17 GMT8
Can someone please tell me the recommended best practice for loading a
subset of the columns from a single row of a database table?
Users can make fields come and go from the form, so a stored procedure
is not an option as I see it.
running out of memory07 Apr 2005 18:31 GMT4
Hi;
I have to write custom data integrity utilities comparing files with table
data.
I've found that looping through an ado recordset will cause memory problems
Broken Web Links Within Microsoft Access07 Apr 2005 17:52 GMT1
I have built a database in Microsoft Access 2003 that has a number of links
that go out to the web. Does anyone know of a way I could set up my
database to check which links are active and which ones are inactive?
Because the links are added and removed, I would need to run this ...
Returning a dataset to bind to a listbox07 Apr 2005 16:54 GMT7
I'm trying to incorporate a data tier into my asp.net web application (add,
update, delete, etc), as opposed to using spaghetti code.
So far my "getter" class, "CabinetSpec.vb", has Update, Add, and Delete
methods that
Text File07 Apr 2005 13:39 GMT2
I'm trying to open a comma delimited text file using the following code, but
no luck...
Dim cn As OleDbConnection = New
OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data
Size of datatable...in bytes?07 Apr 2005 08:48 GMT9
Is there any way to get or estimate the memory being used by a dataset or a
datatable? I'm writing a caching class and trying to keep track of the size
of the data I'm keeping or at least an estimate, to make better decisions on
when and what to expire.
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.