Dotnet Nuke Tips: Two common error while writing the SqlDataProvider

Two common errors done while writing the SqlDataProvider SQL for Dotnet Nuke Modules are

1. Not saving the file that contains SqlDataProvider SQL codes in the correct format. A quick trick is to open the files in NotePad and save them as "Unicode".

2. Not putting atleast 2 line breaks after each GO statement in the SQLDataProvider SQL code.

Hope this helps.

Published 02-10-2009 8:46 PM by shahed

Comments

# Dotnet Nuke Tips: Two common error while writing the SqlDataProvider

Thursday, February 12, 2009 10:22 AM by Salman

This is not a concrete example.

Powered by Community Server (Non-Commercial Edition), by Telligent Systems