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
[Long] It should have been easy...11 Mar 2004 09:14 GMT2
I'm quite new to ADO.NET programming, so please forgive me if some of my
questions sound dumb or are just FAQs, but I'm trying to develop a DB-based
application and I'm getting a lot of problems; maybe I'm just missing some
important point... so any help would be appreciated.
Inserting dataset with 3 related datatables11 Mar 2004 08:12 GMT3
Greetings all,
Here's my situation:
Background: I have an application for that has company data and survey response data.
The survey questions, answers and responses are being stored in the database.
rowchanging : validating user input with exception11 Mar 2004 07:32 GMT6
I have a question about validating user input, which the user can enter in a DataGrid. I use the rowchanging event of the DataTable to which the DataGrid is bound. In this rowchanging event-handler, I check the column data of the row, and if not correct, my own exception is ...
Transaction won't work11 Mar 2004 06:31 GMT3
Transaction won't work.  I'm trying to insert a new row in four related tables.  The first uses an autoincrementing integer as it's primary key.  I recover it with the standary @@IDENTITY handler.  In turn, it is part of the primary key in each of the other three tables
I tried ...
dataTable.Row is not in Rows Collection at time of RowChanged Event???11 Mar 2004 06:18 GMT1
Run the program below to duplicate this..
When you enter in a row (enter test in both fields in datagrid and press enter)
The  dataTable.RowChanged  event is triggered,
the action is Add
DataRelations?11 Mar 2004 03:32 GMT1
Will a filter on the parent table in a DataRelation propagate the child in
the relation?
Architecture SQL,Datasets and relationships11 Mar 2004 02:55 GMT5
I have a major question.
I have several tables in my SQL-DB with several relationships (without update/delete cascade) like for example:
- Customers
  |
SQL to ACCESS via VB.NET/ADO.NET11 Mar 2004 02:49 GMT4
I have populated a data table (dtHeader) from a SQL database using a SQL
Data Adapter. I have an Access table (header) with the same fields as the
SQL table.  I want to populate the Access table with the data in the data
table. The data table contains information from multiple SQL ...
How fill existing DataTable?11 Mar 2004 02:45 GMT5
I have a DataSet with an existing DataTable that was created at design
time. At runtime I want to fill the existing DataTable with data from
a DataAdapter. When I call
MyAdapter.Fill(MyDataSet, 'MyTable');
Autimatic Stored Proc Generation11 Mar 2004 02:42 GMT3
Is there any automatic stored procedure generator to generate up_insert,up_
update, up_delete stored procedures for a table?
Thanks,
Ali
Unable to get username from token10 Mar 2004 22:41 GMT2
We are receiving errors whey trying to open a SQLConnection to Sql Server
from an ASP.NET web application.
Error Description: Unable to get username from token.
Source: System.Data
Get SQL data Type10 Mar 2004 22:26 GMT2
How can you get the SQL DATA TYPE of a column in a DataSet. Now I am not talking about the System.Datatype but the SQL one. I am connecting Via SQL Server 2000
Under the Column dataType property (myDataSet.Tables("TEST").Columns(i).DataType.ToString) I get the System Type's such ...
PROBLEMS CONNECTING AS/400 with VB.NET application10 Mar 2004 21:33 GMT1
I am creating an application in .NET (Visual .NET)  and  I need to connect a
PC to a AS/400.     I wrote my code and compile, but when I am executing the
programs I have  problems trying to reach the data stored in my
oledbdatadapter da.fill(dataset).  If I use a recordset it says ...
Design unversal data connector10 Mar 2004 19:18 GMT8
I'd like to design using C# a universal data connector dll that I could use
to access SQL or Oracle databases
from my existing apllications. It should be really generic. Accepts
parameters for server name, database name, SQL command, login name, and so
How to find out the max connection pool size10 Mar 2004 18:02 GMT5
One of my web applications throws a SqlConnection exception occationally,
with the message saying unable to obtain a connection, and it may be due to
max connection pool size has been reached and there is no more connection
available.  How can I find out (and change?) the max ...
 
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.