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
An unhandled exception of type 'System.Data.SqlClient.SqlException31 Mar 2004 12:30 GMT4
I get the error on the following line
mvCmd.CommandText = sSql
mvCmd.Connection = mvConn
mvCmd.CommandType = CommandType.Text
help ! what's wrong with my da.Update()?31 Mar 2004 11:16 GMT3
I want to transfer  data from sqlserver to local access database ,
and i use dataset.merger() method , but i find the accessDS's datarow state
keeps unchanged !
so i have to change some unimportant column's data,
How to retrieve stored proc parameter info?31 Mar 2004 10:46 GMT4
In ADODB, the Command.Parameters.Refresh method brings back parameter information for an SQL stored procedure from the database - the Parameters collection is populated with the expected names and types etc.
Is there a way to do this in ADO.NET - I haven't found it yet ?
Error running Oracle SP31 Mar 2004 09:14 GMT2
  The stored Procedure is
CREATE OR REPLACE PACKAGE DEPARTMENT A
TYPE CURSOR_TYPE IS REF CURSOR
PROCEDURE GET_EMPS (I_DEPTNO IN NUMBER
Doing Time in the  "Windows Form Designer generated code" region31 Mar 2004 08:17 GMT5
Many seem to say not to dig around in there too much,
but I'm in there alot.
Tweaking the Command set, bindings stuff like that.
Anyone else?
TypedDatasets and Transaction31 Mar 2004 08:07 GMT1
I have a transaction that adds a row in two tables. To accomplish this I have created a coarse grained method, which opens a transaction and then calls two fine grained methods (each responsible for adding a row in the dataset coresponding to a table). Individual methods updates ...
Inserting >8000 char Ntext Timesout31 Mar 2004 08:02 GMT5
Is there something special I need to do to insert large Ntext fields?
Small Ntext fields insert/update/delete fine, however, larger one(8K+) time
out on updates and deletes.
Any suggestions would be helpful.
XML From Store procedure HELP31 Mar 2004 07:46 GMT3
I wrote a Stored procedure that return me an xml
some thing very simple (select * from XXX FOR XML AUTO)
and I would like to get the XML result into some string param in VB.NET .
then I would like to take this XML String and transform it with XSL and the
System.Data.Common.UnsafeNativeMethods.SetErrorInfo31 Mar 2004 03:43 GMT1
We have a data access object that handles most our our database actions,
Somethimes we get this error does anyone have a clue what could me causing
this.
at System.Data.Common.UnsafeNativeMethods.SetErrorInfo(Int32 dwReserved,
Create view from ADO.NET in Access problem31 Mar 2004 03:38 GMT1
I have got the following problem: i try to create a view (query) in MS Access through ADO.NET with the oledb Jet provider, i use the following code
dbCommand.CommandText = queryString
dbCommand.CommandType = CommandType.Text
dbCommand.ExecuteNonQuery()
Help with ADO .NET and Access31 Mar 2004 03:30 GMT1
I was wondering if somebody can give me an advice.
My problem is that I am working with an Access database, I am
succesfully running a query, binding the output of the query to the
data adapter to a dataset and to a table, then I add 4 new collumns
DataRowView exception31 Mar 2004 02:11 GMT2
I can't find this documented anywhere, but it appears that you cannot
set the value of a field in a DataRowView more than once without
calling AcceptChanges or RejectChanges in the underlying DataTable.
Can anyone confirm this?  Is this documented anywhere?
Help with ADO recordset31 Mar 2004 00:29 GMT1
Can somone please help me.  I am trying to get a ADO recordset and build a
dataset off of the recordset.  I have tried both recordset.Open and
command.execute.  I have not been successful.
Here is my code
Command Dialect31 Mar 2004 00:29 GMT1
I am trying to use my own dialect with an OLEDB provider and I am able to
connect and build the command object but when I run the command.execute my
code fails and gives the following message.
"Parameter object is improperly defined. Inconsistent or incomplete
readxmlschema from .xsd with primary key30 Mar 2004 23:07 GMT1
I've created a .xsd file in VS.Net using the add>new item>XML Schema.
I created the fields and a primary key in this schema. However, when I use
the DataSet readsmlschema function I get a dataset with the proper fields,
but no primary key defined.
 
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.