Show Changes Show Changes
Edit Edit
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

9/18/2007 1:11:01 PM
-74.15.253.150
9/18/2007 1:10:48 PM
-74.15.253.150
List all versions List all versions

RSS feed for the TestJwd namespace

Related Topics

Flex Wiki Sql Schema
.
AMoreRecentAuthorsNote

Okay - the download link has been permanently fixed. Enjoy!

AuthorsNote

The purpose of this plugin is to provide extended information about the structure (and content!) of a SQL Server database.

Download the source here (Yeah, yeah, it's not very well written, and I never resolved the "@@" bug when displaying stored proc contents, but at least it won't crash. )

Plugin methods that are callable from WikiTalk are:

String AnalyzeStoredProcedure(String dbName, String procName)

String AnalyzeTable(String dbName, String tableName)

String DefinitionOfStoredProcedure(String dbName, String procName)

String ListColumnProperties(String dbName, String tableName, String colName)

String ListDatabases

String ListDistinctColumnValues(String dbName, String tableName, String colName)

String ListStoredProcedures(String dbName)

String ListTables(String dbName)

String TableOfData(String dbName, String tableName)

Sorry, documentation is sparse, but I can warn you that there are private const ants that will require modification at the beginning of fwSqlSchema.cs.

AQuestion
TheAnswer

Not logged in. Log in

The wiki for all things Objective Design Solutions

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics