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

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesInserting variable in sql queryInserting variable in sql query
Previous
 
Next
New Post
9/18/2011 7:41 PM
 
I am calling the below function and need to insert the settings into the query. Every time i try to add it no matter how i do it I am receiving a conversion error. The query works perfectly as it is in the code, the error only comes when i try to add the variables for the settings. Can anyone tell me what I am doing wrong?

Sub BuildData()
            Dim HCChkUserRegionDate As Boolean = Convert.ToBoolean(Me.Settings("HCChkUserRegionDate"))
            Dim HCtxtTo As String = Convert.ToString(Me.Settings("HCtxtTo"))
            Dim HCtxtFrom As String = Convert.ToString(Me.Settings("HCtxtFrom"))
            Dim HCdropVenues As String = Convert.ToString(Me.Settings("HCdropVen"))
            Dim HCdropRegions As String = Convert.ToString(Me.Settings("HCdropReg"))


            If HCChkUserRegionDate = True Then
                ' Don't use module dates, use region manager dates instead


            Else
                ' Use module dates
                DataString = "SELECT UserID, CreatedOnDate, Username, FirstName, LastName, Email, PokerRegion, Street, State, PostalCode, City, DOB FROM vwFullPlayerInfo WHERE (UserID IN (SELECT userid FROM PPMSPoints WHERE (venueid = 397) AND (matchdate BETWEEN '8/30/2011' AND '9/30/2011'))) ORDER BY FirstName"
            End If
        End Sub

The settings are working correctly as the boolean on HCChkUserRegionDate is taking effect when changed.
 
New Post
9/24/2011 4:02 PM
 
Convert.ToBoolean doesnt support dates - http://msdn.microsoft.com/en-us/library/86hw82a3.aspx -does that field contain a date or a true/false string?

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
9/24/2011 4:18 PM
 
that field contains a true/false setting. I have this working now.
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesInserting variable in sql queryInserting variable in sql query


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