• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Marcus
#1 Posted : Friday, September 7, 2007 3:23:56 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

The stored procedures bvc_Product_BySku_s and bvc_Product_BySkuAll_s have a limit of 36 characters while the SKU field is actually 50 characters long. This SQL script will update both procedures to support 50 character SKUs.

To Install:

1) Ask your web host or database administrator to run the attached script on your BVC 5 database.
File Attachment(s):
HotFix_R.sql (1kb) downloaded 13 time(s).

You cannot view/download attachments. Try to login or register.
Chris Dittmeier
#2 Posted : Monday, September 10, 2007 8:53:26 AM(UTC)
Chris Dittmeier

Rank: Member

Joined: 1/3/2004(UTC)
Posts: 1,497

Shouldn't the statement

Code:

[color=#0000ff]
DECLARE[/color][color=#000000] @ProductBvin [/color][color=#0000ff]varchar[/color][color=#808080]([/color][color=#000000]36[/color][color=#808080])
[/color]

actually be?

Code:

[color=#0000ff]
DECLARE[/color][color=#000000] @ProductBvin [/color][color=#0000ff]varchar[/color][color=#808080]([/color][color=#000000]50[/color][color=#808080])
[/color]
Chris
Sirius Programming

www.siriusprogramming.com
Marcus
#3 Posted : Monday, September 10, 2007 9:02:22 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Yep, I corrected the attached file. Thanks!
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012