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 / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Generated Insert Command from CommandBuilder26 Oct 2004 07:37 GMT5
I'm having some trouble with an insert back to a datasource using the the
insertcommand built by commandbuilder.  I suspect it may be a slight problem
with the insert statement.  Is there any way to see the actual insert
statement that commandbuilder creates?
Please help me read this exception26 Oct 2004 06:10 GMT4
Where is the problem?
Find Below
•Exception
•Stored procedure
Fast Database access required 25 Oct 2004 23:42 GMT4
Hi - I have a very large database (65535 entries) and need to call this
database as often as every 100ms - Oledb and Access use WAY tomuch CPU and I
needsomeadviceon how toimplement a VERY fast data access system - is it
quicker to use a text file? - or isit better to use xml?- ...
Identity value not getting updated from .NET25 Oct 2004 23:30 GMT1
I am having problem inserting rows in a table with identity column.
One columen is an Id field with identity set to true.
I insert values into the other column and the column with identity set
to true is updated with correct new values.
sqlconnection vs. oledbconnection25 Oct 2004 22:52 GMT8
I have read numerous posts on this question, but would like to ask it again
for clarification or additional input.
We have a vb.net app connecting to mssql2000 primarily through stored
proceedures.
i have a problam whit untyped dataset. who is can help  me?25 Oct 2004 22:35 GMT1
when i want binding a textbox to a untyped dataset by this cod:
  .
  .
  Dim Ds as New DataSet
Error with automated execution25 Oct 2004 22:14 GMT5
I am opening a connection on a shared db as below which works fine when used
in a vb.net win app.
Conn = New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=F:\Events Data\Events Data.mdb;User Id=admin;Password=;")
[ANN] October 26, 2004, "ADO.NET with Visual Basic .NET" chat25 Oct 2004 20:54 GMT1
Every application uses data. Join members of the Visual Studio and SQL teams
for a discussion of the best approaches for working with data in your
applications.
Date:
Passing a null value as date to SQL25 Oct 2004 19:56 GMT2
I've been told that the experts here will be able to help me :)
I'm using VB.NET and SQL Server.
I'm using stored procedures to update and create new records in my database.
On the form I'm working on, I have 2 date fields.
Do we have a better way to do this?25 Oct 2004 18:40 GMT2
Hi, friends,
I have stored procedure which will return the new userID:
CREATE PROCEDURE dbo.sp_InsertUser
               @lastName            VARCHAR(50),
OutputParameter does not return valid value from Oracle StoredProcedure25 Oct 2004 17:15 GMT2
I have a problem using a stored procedure that insert a new record and
set the value of an output parameter to the new ID.
The insert works fine but the output parameter is always 0.
Here is the sp code :
Newbie question : looping through records...25 Oct 2004 16:01 GMT1
I'm learning VB.net and have a question..
I'm trying database access at the moment, and so far have managed to create
and fill a dataadapter. I can then bind that to a windows control ok and
see/naviagte the records.
Populate combobox failing at da.Fill25 Oct 2004 15:18 GMT1
I am trying to populate a dropdown combobox using:
Dim GetSQL As String = "Select QID, QuestionTypes " & _
                                      "From QuestionTypesList " & _
                                      "Order By QuestionTypes"
ExecuteNonReader hangs25 Oct 2004 14:44 GMT3
   my webservice read from (and write to) Oracle queues. It uses the
Oracle Data Provider downloaded from Oracle site (Oracle10g Data
Provider for .NET 10.1.0.2.0). Webservice calls a stored procedure
that executes the read operation. Sometimes the ExecuteNonReader()
restrict size of datatable25 Oct 2004 13:45 GMT1
i am developing a database application with sqlserver2000 where users
can enter search strings manually.
So it is possible that the result gets really big, to big for a website.
is it possible to restrict a datatable to a defined number of rows, or
 
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.