datagrid control & stored procedures - how to use together
From: steve (steve_at_earthlink.net)
Date: 07/26/04
- Next message: Michael Keating: "Re: Show Column Name of Access database"
- Previous message: Paul Clement: "Re: Show Column Name of Access database"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Jul 2004 10:39:37 -0700
I'm trying to write a small app using vb.net going to SQL Server 2k, and
using
Imports System.Data.SqlClient
Imports System.Data.SqlTypes.
I'm using all stored procedures, necessarily, and am having quite a bit of
trouble interogating, updating, and generally manipulating the datagrid
control.
The control apparently presumes access directly to tables, which is
unacceptable in my environment. I've yet to see any examples of using stored
procedures to fill the datagrid control, and stored procs to interface with
the control and update the db.
I realize this isn't keeping with the way Microsoft designed the control,
but my environment requires -all- access to the db to be abstracted through
stored procedures.
Can anyone point me to some decent code examples - using a grid control in
vb.net - and using stored procs /TDS to select from and update the db ?
Thanks -
- Next message: Michael Keating: "Re: Show Column Name of Access database"
- Previous message: Paul Clement: "Re: Show Column Name of Access database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|