Everything Web

Dotnet Nuke Tips: Two common error while writing the SqlDataProvider

February 15, 2008skhan

Two common errors done while writing the SqlDataProvider SQL 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.