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 / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
problems with a stored prc10 Feb 2005 18:09 GMT1
I have to get a stored procedure to produce a result set then loop
through it and insert records into another table in the same db. What I
have written is causing SQL server to hang or some other performance
bottleneck. Here is the code. Anybody got any ideas? Thanks!
Triple Whammy Newbie Question - abstracting connections/commands10 Feb 2005 17:38 GMT12
I am new to .Net, ADO.Net and OOP programming. Have plenty of
experience with VB6 and DAO but now need to move on. Here is my simple
question:
I want to create a procedure or class that will handle the creation of
Can't retrieve any schema info in UDB10 Feb 2005 17:10 GMT1
I am hitting an AIX UDB 7 Database, and the problem I am having is that I am
not receiving what columns are the primary keys.  I was previously hitting a
Mainframe DB2 database and it was working.  Any clues.
I am trying to run these commands to retrieve the primary keys.
How to get the autoincrement value with Access db10 Feb 2005 15:00 GMT2
I have two tables and one has a relationship to the first table primary key
which is an autoincrement field. So After I add a record to the table 1 I
need to get this autoincrement field so I can add it to table two. How can I
do this? I am using access database. Is there a way to ...
Provider independent DataSet10 Feb 2005 14:12 GMT2
A few days ago, I started a thread on abstracting connections and
commands. Based on the input and further study, I think I have learned
a way to do some of what I need based on using Interfaces. Below is
untested code (I am still awaiting my copy of VS to begin actually
Add and then edit a rec in ado.net with vb.net10 Feb 2005 12:31 GMT2
I have what I feel should be a simple operation, but I cannot seem to
get it to work.  I have a table from a dataset that is bound to winform
controls.  I would like to add a record, set some default values, and
the allow the nuser to edit the data.  I am successful in adding the
datarelation and rowstate10 Feb 2005 12:21 GMT1
I have a dataset that includes 2 datatable with a parent- child relation.
so i have 2  dataadapter.
when i update the first datatable with first dataadapter,
my second datatable's rows' rowstates change from "Added" to "Unchanged".
Question about retrieving CSV-file10 Feb 2005 11:48 GMT3
I'm retrieving CSV-file like this way...
Dim strFilePath As String = MyCSVSourceFilePath
Dim strConnStr As String = String.Format( _
    "Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended
UPDATE missing required parameter10 Feb 2005 11:07 GMT2
   I'm using ADO.NET to update a table in an access database.   The table
contains the following columns,
   id    =    auto number
   filename = Text
ReturnValue not working10 Feb 2005 09:19 GMT6
I'm calling a store proc in my vb.net code, but the value returned is
always 0, which is wrong. But when I runt the query in SQL, it's working
fine. My SP is
CREATE PROCEDURE [dbo].[max tableid] AS
Bind data to radiobutton10 Feb 2005 07:44 GMT3
I cannot seem to figure out what property do you bind the data to in a
radiobutton ?
I thought we would have to do it on the group box, but group box has only
text & tag properly.
Assign New CurrencyManager?10 Feb 2005 02:27 GMT1
I have the in famous multi combo on the form bound to the same DataSource
Issue.
I have a dvLookup which is used in multiple comboboxes to do the lookups.
How because they are all having the same DataSource: dvLookup, they have the
Data Access Application Block and MS Access support?10 Feb 2005 02:09 GMT5
Does anyone know if there is a planned support for MS Access in the MS DAAB?
Thanks,
Jos?
SQL Server "Print" statement10 Feb 2005 01:41 GMT2
From a VB.NET app, I would like to call a stored procedure which prints out
a few lines of information with the "Print" command.
Is there anyway to read this data from the VB interface?
Thanks,
Connection Pooling LEAK?10 Feb 2005 01:40 GMT4
Why is this not working (i.e., it leaks a connection EVERY TIME)?
<code>
Imports System.Configuration
Imports System.Data.SqlClient
 
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.