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
How to read/write binary data from/to SQL server? 30 Mar 2004 09:07 GMT3
Hi, all:
How to read/write binary data from/to SQL server? Could please give me an
example?
Thanks in advaince
Multiple DataReaders30 Mar 2004 08:19 GMT2
Hi,
I need to have two DataReader in one connection, for example In DataReader one the Authors Info and DataReader two the Pubs. I read DataReader use exclusive the connection, i can do anything without use DataSet??? Thanks
---
HELP!!! pdf - perfect file corrupted30 Mar 2004 08:06 GMT3
My code:
string pdf = "0000000018334938.PDF";
Page.Response.ClearContent();
Page.Response.Clear();
Difference Between Output Parameter And Return Parameter - SP30 Mar 2004 07:59 GMT4
Is there any page where the difference between the Output Parameter and the Return Parameter being sent back by an SP is discussed ? Also, how does one catch them in VB.NET and make use of them
Thanx in advance and Regards
Sanjay
How do I populate the DataColumn.DefaultValue property from SQLServer?30 Mar 2004 04:16 GMT2
How do I populate the DataColumn.DefaultValue property from SQLServer
i.e
I have a table in SQLServer. One of its columns has a default value. This column is populated with the default value when I insert a record and don't specifically set a value for the column
When I create a ...
DataTable Serialization Bug ---- DataTypes magically changing?30 Mar 2004 01:46 GMT1
I am having serious problems serializing DataTables and getting them
to preserve their column types.
I have a DataTable with column "AY" having a string, and all other
cols having doubles.
Bug In SQL Helper30 Mar 2004 01:34 GMT1
I found a bug in the SQLHelper.FillDataSet method. I googled it but didn't find it and I didn't see anyway to provide feedback to MS so I'm posting it her
When filling a typed dataset that has more than two tables the table mapping doesn't work for any tables after the second ...
Disabling TextChange event during databinding30 Mar 2004 01:19 GMT2
I have a form with a number of textboxes.  These textboxes are all bound to
a field in a dataset, and in each of their TextChanged events I have code
that executes.  When the dataset is being filled, this code executes as each
textbox is filled.  This causes an error because not all ...
ADO.NET with MS Access30 Mar 2004 01:16 GMT1
Is it possible to use ado.net with an MS Access FE? If so, how
My reason for inquiring is that I currently have Access FE with SQL server 2k BE and want to move the business logi
to a middle tier. I was advised to skip straight to .net classes
Thanks for any comments
General Network Error30 Mar 2004 00:38 GMT1
I have a query that frequently (but not always) throws an "General Network
error".
SELECT DISTINCT Top 500 cl_prefix, cl_suffix, cl_company, cl_next_call_date,
null, null,  cl_contact_status, cl_acct_num, null, cl_last_name,
How to get the intersection of two DataTables in a DataSet29 Mar 2004 23:52 GMT3
I'm sure this can be done but I just can't figure out how.  I have two
DataTables in a DataSet with a relation between the two.  Table 1 contains a
full list of product IDs and names and Table 2 contains the list of product
IDs a user has access to, how do I do an "inner join" type ...
Connection Object29 Mar 2004 22:59 GMT1
I want to create a function that accepts the ServerName parameter, gets the connection to the server and returns the CONNECTION OBJECT to the calling function/procedure. How do I do this? I don't think it's as simple as writing a function like.... Public Function ...
Q: Persistent Data Objects architecture29 Mar 2004 22:17 GMT14
Looking for some insight into using Persistent Data Objects instead of SQL
calls everywhere, but have a couple of arch. questions I don't
get/understand.
a) For each table (eg: Customers) one has a class called cCustomers. The
Typed Dataset29 Mar 2004 21:36 GMT5
I'm trying to generate a typed dataset and it failed
That's what I'm doing
I'm dragging the table from the server explore into the new xsd file. the new class (typed dataset) is created (i see it in the folder)
when i try to add this class to the project nothing happens: neither ...
One SP For Updating & Insertion29 Mar 2004 18:36 GMT4
I am using one SP to perform updation as well as insertion on a table in SQLSvr2000. But somehow, the control seems to be going to the Insertion part of the procedure. This is how i have defined the SP (icode is defined as identity, primary key)
CREATE PROCEDURE dbo.[UpdtMaster]
 ...
 
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.