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 / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
TableAdapter.Update fails with missing parameter13 May 2008 10:11 GMT9
I'm working in VS2005, C#.  I have a form with a details view of records.  
The Fill statement takes 1 parameter a BOXNUMBER so I fetch only one record
from the database table.  Fill(MBDataSet.MBDetailsDataTable dataTable, string
BoxNumber)
More than one aggregate function in datatable.compute.13 May 2008 07:32 GMT-
i am applying aggregate function on datatable.compute.  I have one
fiter criteria and based on that i want to apply sum function on two
columns like sum(sal), sum(pf).  if i write query in sql it is
allowing me to use more than one aggregate function but how to do it
Typed and Untyped DataSet13 May 2008 05:53 GMT1
Is there a rule about when should I have to use a typed or untyped DataSet?
What are your tips and advices?
Thanks,
Willian
Best practices13 May 2008 05:52 GMT1
I´m starting with C# and .NET. So, I have some difficulties with some codes.
I´m already a programmer and I´m migrating from Delphi to C#. My questions
are:
1) Into a form I´ve made my connection string and my SqlConnection variable.
ASP/ADO/VB.NET: How to update multiple datatables with typed datasets ?13 May 2008 00:35 GMT7
I made a database (http://users.skynet.be/fc042048/Pizza.jpg) in Access
which I want to use via typed datasets on my website. Problem is, if I i.e.
want to edit the datatable "Pizza" in a gridview, I get the error "Can't
delete or update the record because there are related ...
Could not find stored procedure error13 May 2008 00:32 GMT2
I'm having the oddest issue.  I can execute a select query on a database but
I get an error when I try to execute a stored procedure.  It is probably
something dumb but I have tried everything I can think of.  I'm not having
much luck searching the web either.
Difference about TableAdapter and DataTable12 May 2008 16:19 GMT1
What´s the diference between TableAdapter and DataTable? When I should use a
TableAdapter and DataTable?
Hugs,
Willian
BindingSource.EndEdit() throws Exception12 May 2008 14:59 GMT2
Environment Information:
I am running Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) and
connecting to a SQL Server 2005 database, although this problem never reaches
the database.  I am also using Windows XP Professional SP 2.
A question on SQLBulkCopy.12 May 2008 11:38 GMT3
The database I use is SQL Server 2005.
The user to login database is 'PG_TestUser', it has 'dbo' schema, and it has
datareader and datawriter permission.
I have .NET Code like this.
DECLARE CURSOR via ADOdotNet does not work12 May 2008 05:31 GMT1
I'm trying to create a Server Cursor (MSSQL2005) via Ado.net like this:
           cmd.CommandText = "DECLARE " + crsName + " CURSOR LOCAL
SCROLL STATIC READ_ONLY FOR " + cmd.CommandText;
           cmd.ExecuteScalar();
Error while connecting remote SQL server12 May 2008 05:14 GMT14
I trying to connect remote sql server from my machine. but
it giving me some errors
Here are few errors listed,
An error has occurred while establishing a connection to the server.
Update not working10 May 2008 17:17 GMT2
I'm developing a Web App in C#. The following method executes without
exceptions but the database does not get changed. The data is changed in the
record[0] at the point prior to executing the   " adapter.Update(record);"
instruction.
Read Excel-Xml as Embedded Ressource with OleDbDataAdapter10 May 2008 12:33 GMT2
I have an Excel file, saved as XML-file, which is put as an embedded
ressource in my project. How can I read this Excel file using an
OleDbDataAdapter?
I know how to read an XML file as embedded ressource, and how to read a
SQL Update Question10 May 2008 06:43 GMT1
I have 2 tables...
Table1:  FullName, City, State, Data1
Table 2:  FullName, City, State, Data1, Data2, Data3
This is what I want to do...
Using Data Source10 May 2008 04:32 GMT5
I´m a newbie with C# and .NET. I´m professional programmer with Delphi and I
migrating from Delphi to C# with .NET
.
My questions are:
Pages: 1 2 3 4 April, 2008
 
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.