|
|
 |
BOOK: Professional DotNetNuke Module Programming ISBN: 978-0-470-17116-5
 | This is the forum to discuss the Wrox book Professional DotNetNuke Module Programming by Mitchel Sellers and Shaun Walker - Wrox DotNetNuke Series Editor; ISBN: 978-0-470-17116-5 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional DotNetNuke Module Programming ISBN: 978-0-470-17116-5 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

July 5th, 2009, 12:14 PM
|
|
Registered User
|
|
Join Date: Jul 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Manually execute SqlDataProvider files...
Mitchel thanks for the book. It has been a lot of help. I have a couple simple questions in regards to manually executing the SqlDataProviders. (1). Should I only execute 01.00.00.SqlDataProvider and not Guestbook.SqlDataProvider or Uninstall.SqlDataProvider? (2) When I execute 01.00.00..., I do get the "The query completed successfully" message but when I go to my database file via SQL server management studio, it doesn't appear that any tables were created. The purpose of executing the SqlDataProvider(s) was to create the tables, no? Can you help clarify?
|

July 5th, 2009, 01:55 PM
|
|
Registered User
|
|
Join Date: Jul 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Found it
I see the table dbo.DNNModuleProgramming_Guestbook in my database now. I am not sure how I missed it before.
|

July 6th, 2009, 06:01 PM
|
|
Wrox Author
|
|
Join Date: Jul 2008
Location: Des Moines, IA, USA.
Posts: 43
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
First of all I'm glad that you got it figured out, but I wanted to be sure to answer your question as well.
The only provider for an install that should be ran are the xx.xx.xx.sqldataprovider files, these are the different version files, in the case of this module, there is just one.
The uninstall.sqldataprovider file is a special file for the "uninstall" operation of a module.
The Guestbook.sqldataprovider is a template item, that can be removed from the project. (I apologize for the confusion).
__________________
Mitchel Sellers
Microsoft C# MVP, MCITP
Director of Development
IowaComputerGurus Inc.
My blog for .NET and DotNetNuke info
Author of "Professional DotNetNuke Module Programming"
Author on "Visual Studio 2010 six-in-one" and "Pro C# 4.0"
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |