Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0custom module developmentcustom module development
Previous
 
Next
New Post
12/21/2007 7:50 AM
 

Hi there!

I'm currently working on custom module development. I'm following an example from Building Websites with VB.NET and DotNetNuke.4 book. Everything is going alright until I run an example from Connecting to database chapter.

1. I select SQL from Host menu

2. Check run as script.

3. Copy the code from the book and paste it into the listbox

CREATE TABLE {databaseOwner}{objectQualifier} [EganEnterprises_CoffeeShopInfo] (

[coffeeShopID] [int] IDENTITY (1, 1) NOT NULL ,

[moduleID] [int] NOT NULL ,

[coffeeShopName] [varchar] (100) NOT NULL ,

[coffeeShopAddress1] [varchar] (150) NULL ,

[coffeeShopAddress2] [varchar] (150) NULL ,

[coffeeShopCity] [varchar] (50) NULL ,

[coffeeShopState] [char] (2) NULL ,

[coffeeShopZip] [char] (11) NULL ,

[coffeeShopWiFi] [smallint] NOT NULL ,

[coffeeShopDetails] [varchar] (250) NULL

) ON [PRIMARY]

GO

4. Click Execute and get this error message

System.Data.SqlClient.SqlException: Incorrect syntax near 'GO'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE dbo. [EganEnterprises_CoffeeShopInfo] ( [coffeeShopID] [int] IDENTITY (1, 1) NOT NULL , [moduleID] [int] NOT NULL , [coffeeShopName] [varchar] (100) NOT NULL , [coffeeShopAddress1] [varchar] (150) NULL , [coffeeShopAddress2] [varchar] (150) NULL , [coffeeShopCity] [varchar] (50) NULL , [coffeeShopState] [char] (2) NULL , [coffeeShopZip] [char] (11) NULL , [coffeeShopWiFi] [smallint] NOT NULL , [coffeeShopDetails] [varchar] (250) NULL ) ON [PRIMARY] GO

I can't understand where the problem is. Please anyone let me know what the problem it could be.

 Thank you

 
New Post
12/21/2007 12:49 PM
 

You have: {databaseOwner}{objectQualifier} [EganEnterprises_CoffeeShopInfo]

Appropriate usage is: {databaseOwner}[{objectQualifier}EganEnterprises_CoffeeShopInfo]

Notice the {objectQualifier} goes inside the square bracket because it is appending the qualifier to the beginning of the table, such as EganEnterprises_ (in which case, if that really were your object qualifier you wouldn't want to include it statically, otherwise your table would end up being EganEnterprises_EganEnterprises_CofferShopInfo)

Hope that helps!


-- Jon Seeley
DotNetNuke Modules
Custom DotNetNuke and .NET Development
http://www.seeleyware.com
 
New Post
12/21/2007 4:06 PM
 

Also, remove the "GO" at the VERY end of the script, that is the one that is actually giving you the hard error message.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
12/22/2007 1:10 AM
 

Instead of removing the go if you add an additional linebreak after the GO it should work fine.

Whenever you create SQL scripts for your modules be sure to have an extra linebreak after the final GO


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
12/22/2007 9:35 PM
 

Fooberichu wrote

You have: {databaseOwner}{objectQualifier} [EganEnterprises_CoffeeShopInfo]

Appropriate usage is: {databaseOwner}[{objectQualifier}EganEnterprises_CoffeeShopInfo]

Notice the {objectQualifier} goes inside the square bracket because it is appending the qualifier to the beginning of the table, such as EganEnterprises_ (in which case, if that really were your object qualifier you wouldn't want to include it statically, otherwise your table would end up being EganEnterprises_EganEnterprises_CofferShopInfo)

Ouch! That is an error. I'll submit a errata to be posted on the PACKT publishing website.



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0custom module developmentcustom module development


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out