Print
Add To Favorites
Email To Friend
Rate This Article
|
Creating a SQL Server Stored Procedure Generator using WPF
|
by Brian Mains
Feedback
|
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days):
27803/
289
|
|
|
|
| Downloads |
|
|
|
|
|
|
Article Feedback
User Comments
Title:
Mondal
Name:
Chinmayee
Date:
4/29/2009 7:16:55 AM
Comment:
this is help ful
|
Title:
how to get list of tables from database using vb6.0 reply
Name:
Brian
Date:
3/8/2009 2:53:20 PM
Comment:
The table_name is the field returned; in VB 6, you have to use ADO recordset to loop through the rows and get the table_name field, to get the list of the tables.
|
Title:
how to get list of tables from database using vb6.0
Name:
Madhuri
Date:
3/2/2009 2:43:20 AM
Comment:
query1 = "select table_name as Name from INFORMATION_SCHEMA.Tables where TYPE ='S'" wht next how to get the list of tables
|
Title:
sql server
Name:
deepa
Date:
10/22/2008 6:45:33 AM
Comment:
it's good to way of teaching
|
Title:
Great example
Name:
gabo
Date:
9/1/2008 3:59:25 PM
Comment:
As a matter of fact I use it all the time. Thanks.
|
Title:
A good start
Name:
Ralph D. Wilson II
Date:
9/19/2007 10:36:05 AM
Comment:
This presents a good start toward creating Stored Procs; however, I can see several limitations in it. Perhaps the most glaring limitation is the fact that it appears to only facilitate the creation of very basic SP's and, while that is useful, I am assisting C#/ASP.Net developers in the creation of much more complex SP's.
|
Title:
type
Name:
Nitin
Date:
9/19/2007 6:17:17 AM
Comment:
it is good but not enough
|
Title:
Useful
Name:
Niall
Date:
8/30/2007 3:32:49 AM
Comment:
This is interesting and I can see a very good use for this type of programming in my current project. One reservation I have though is the use of the WPF. Specifically the Presentation part of WPF.
|
Title:
Code is Attached
Name:
Brian Mains
Date:
8/26/2007 7:26:33 PM
Comment:
The code is attached; see the downloads section.
|
Title:
download this software
Name:
ankti
Date:
8/26/2007 4:22:23 PM
Comment:
i want to see this software
|
|
|
|
|
|