Search
 

Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

DF form complerion query fails
Last Post 09-20-2010 05:15 PM by Ryan Bakerink. 5 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
The DadUser is Offline
going with the flow
going with the flow
Posts:64
Avatar

--
08-18-2010 05:26 AM


    The DF form completion event submits the query below, but the query will not wotk.  I ran the query under Host/SQL and it works just fine!

    How do I resolve this?

    Here is what I am running:
    Ver:3.3.40.0 / 5.4.4

    Here is the error (table name has xxx's):

    An error occurred when attempting to run this SQL query:

    update xxxxxxxxxxxx set GameDate = '07/31/2010 ', GameTime = '01:45', AMPM= 'pm', GameType= 'Showcase', EventName= 'RCS Unsigned Sr Showcase', EventURL= '', Country= 'United States', VenueState= 'Texas', Venue= 'Harvest Time Church Gym', VenueAddr= '7770 Imperial Valley Dr', City= 'Houston', zip= ' 77060 ', Opponent= 'Other Seniors', HomeOrVis= '', MyTeam = 'Unsigned Seniors', WorL= 'W', GameURL1= '', LinkType1= ' ', LinkType2= ' ', GameURL2= '', LinkType3= ' ', GameURL3= '', OurScore= '87 ', TheirScore= '78 ', Att2s= '7 ', Made2s= ' 4 ', Att3s= ' 2 ', Made3s= ' 1 ', FTAtt= ' 5 ', FTMade= ' 3 ', TotRebs= '7 ', TotPts= '14 ', Assists= '4 ', GameLevel= 'High School', Steals = '2 ', GameNote= 'This is game 1 of 3 games that I will play (#31)' WHERE GameID = '1'

    String or binary data would be truncated. The statement has been terminated.

    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1129
    Avatar

    --
    08-18-2010 10:06 AM
    Hello "The Dad",

    The following error your getting "String or binary data would be truncated. The statement has been terminated." basically means that one or more of your columns are not large enough to contain what you're trying to insert into the column.

    You will need to find the size of your columns by going to your server and look at the table with these columns. Find the datatype and size, my guess is that the field that isn't large enough is "GameNote".

    Once you find the field that you need to enlarge in size. Use this query to alter the size of the column:

    Alter Table yourTableName
    Alter GameNote nvarchar(500)

    Then execute under Host-> SQL

    Note: First find the column that needs altering.

    Thanks,

    Ryan
    The DadUser is Offline
    going with the flow
    going with the flow
    Posts:64
    Avatar

    --
    08-18-2010 01:44 PM
    Thanks Ryan,

    I will give it a whirl.
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1129
    Avatar

    --
    08-19-2010 12:41 PM
    Hello,

    Please let me know how this works for you.

    Thanks,

    Ryan
    The DadUser is Offline
    going with the flow
    going with the flow
    Posts:64
    Avatar

    --
    09-20-2010 05:13 PM
    Sorry about the delay. I had to use this syntax:

    Alter Table dbo.bbc_mygames
    Alter column GameNote nvarchar(500)

    So far, so good. Thx.

    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1129
    Avatar

    --
    09-20-2010 05:15 PM
    Hello ,

    If you ever have any questions or comments please refer them to us via forum thread or our "Contact Us" from our menu.

    Thanks,

    Ryan
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way

     

     

       
    Subscribe Me
     
    Copyright 2005 - 2011 by Data Springs, Inc.