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!

SQL Insert Not Working
Last Post 09-29-2009 06:15 PM by jerops. 19 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
jeropsUser is Offline
river guide
river guide
Posts:99
Avatar

--
09-27-2009 07:02 PM

    Hi,

    I'm using DF 03.00.31 on a DNN 495 portal.  I've tried following your tutorials on creating a flat table and then generationg a SQL completion event to insert data into that table using the assistance options.

    The table was created from the script generated, however the INSERT SQL Completions event is not working for me.  There is no data being written to the table nor do I have any error messages in the event viewer.

    Does anyone have any suggestions on how I can get this to work?

    This is a fairly large form with hidden fields that I need written to a flat table.  Any suggestions is very much appreciated.

    Thanks,

    Jerry

    Update: I've tried to run just a simple Insert to three columns with three values and it will still not write to the table.  It appears that the SQL Completion event is not firing.  I have a hidden text field with a default value of INSERT and so the completion event tied to that hidden field, so it should fire everytime.  Basically I want to keep a transaction table of everything that was entered...

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-28-2009 06:31 AM
    Hi, can you paste your create / insert SQL statements here? Also, are the fields of type "Hidden Field" or are they some other field type but set to "Unhide when triggered by question event" under Advanced Field Options? -- David
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-28-2009 10:15 AM
    Hi,

    My form consists of text boxes, check boxes, and combo boxes. I do have some hidden fields and I do have some questions hidden by a question event.

    Thanks for taking a look. The following are the statements generated by the assistant.

    Here is my Create Table Statment:
    /****** This script was created using the Data Springs Dynamic Forms Create Table SQL Routine ******/
    /****** - This SQL Script should be executed under Host, SQL within your DNN Installation ******/
    /****** - You should only execute this script one time, and it should be executed after your have setup all of your form fields. ******/
    /****** - Your table will be created based on your form fields short field names ******/
    /****** - You should always review your SQL query created, to determine approx column names, column sizes, and overall query. ******/
    /****** - Note: Creating your own table and using SQL events is not required to capture data, your form data is alreay stored in standard related tables. ******/
    /****** Creating your own table and inserting data into the table should only be used for advanced data manipulations or custom application requirements. ******/
    /****** - Example implementations might include insert/update/delete custom workflow implementation requirements, backup log of data, or other related implementations. ******/
    CREATE TABLE {databaseOwner}[{objectQualifier}DynamicForms_CustomTable_664](
    [DynamicForms_ResultsID] [int] IDENTITY(1,1) NOT NULL,
    [UniqueCompletionID] [UniqueIdentifier] NULL,
    [ResponseDateTime] [DateTime] NULL,
    [UserID] [int] NULL,
    [IPAddress] [nvarchar] (100) NULL,
    [DSParam1] [nvarchar](500) null,
    [MailingAddress] [nvarchar](500) null,
    [City] [nvarchar](500) null,
    [ITEMCAT] [nvarchar](500) null,
    [ITEMTITLE] [nvarchar](500) null,
    [DisplayMemExpDate] [nvarchar](500) null,
    [ItemDesc] [nvarchar](500) null,
    [VB_NotifyMeTourn] [nvarchar](500) null,
    [VB_NewPlyrDesc] [nvarchar](500) null,
    [VBWhatLeagues] [nvarchar](500) null,
    [VB_AA] [nvarchar](500) null,
    [VB_A] [nvarchar](500) null,
    [VB_BB] [nvarchar](500) null,
    [VB_B] [nvarchar](500) null,
    [VB_B1] [nvarchar](500) null,
    [VB_B2] [nvarchar](500) null,
    [VB_TeamCaptain] [nvarchar](500) null,
    [VB_NotAttend] [nvarchar](500) null,
    [VB_HelpTryouts] [nvarchar](500) null,
    [VB_TryoutHelpTues] [nvarchar](500) null,
    [VB_HelpTryoutsThurs] [nvarchar](500) null,
    [GOLFOUTTYPE] [nvarchar](500) null,
    [GOLF_PartnerName] [nvarchar](500) null,
    [GOLF_TeamName] [nvarchar](500) null,
    [GOLF_TeamMem01] [nvarchar](500) null,
    [GOLF_TeamMem02] [nvarchar](500) null,
    [GOLF_TeamMem03] [nvarchar](500) null,
    [GOLF_NotifySunEvents] [nvarchar](500) null,
    [PoolPartner] [nvarchar](500) null,
    [DARTS_SkillLevel] [nvarchar](500) null,
    [DARTS_TeamCaptain] [nvarchar](500) null,
    [DARTS_301AVG] [nvarchar](500) null,
    [DARTS_301Points] [nvarchar](500) null,
    [DARTS_MPR] [nvarchar](500) null,
    [ItemPrice] [nvarchar](500) null,
    [HandFee] [nvarchar](500) null,
    [TotalDue] [nvarchar](500) null,
    [ITEMCODE] [nvarchar](500) null,
    [ItemRole] [nvarchar](500) null,
    [ItemYear] [nvarchar](500) null,
    [EMail] [nvarchar](500) null,
    [IPNStatusField] [nvarchar](500) null,
    [PhoneNumber] [nvarchar](500) null,
    [State] [nvarchar](500) null,
    [ZipCode] [nvarchar](500) null,
    [CurrentIPA] [nvarchar](500) null,
    [CurrentDate] [nvarchar](500) null,
    [FName] [nvarchar](500) null,
    [LName] [nvarchar](500) null,
    [OSCMemTerms] [nvarchar](500) null,
    [Termsonkeyup] [nvarchar](500) null,
    [InsertData] [nvarchar](500) null
    )

    Here is my Insert Table Statement:
    /****** This script was created using the Data Springs Dynamic Forms Insert Data SQL Routine ******/
    /****** - This SQL Script should be executed as a SQL Completion Event to store data into your custom table. ******/
    /****** - You should always review your SQL query created. ******/
    /****** - Note: Creating insert SQL queries and using SQL events is not required to capture data, your form data is alreay stored in standard related tables. ******/
    /****** Inserting data into a custom table should only be used for advanced data manipulation or custom application requirements. ******/
    /****** - Example implementations might include insert/update/delete custom workflow implementation requirements, backup log of data, or other related implementations. ******/

    INSERT INTO {databaseOwner}[{objectQualifier}DynamicForms_CustomTable_664](
    [UniqueCompletionID],
    [ResponseDateTime],
    [UserID],
    [IPAddress],
    [DSParam1],
    [MailingAddress],
    [City],
    [ITEMCAT],
    [ITEMTITLE],
    [DisplayMemExpDate],
    [ItemDesc],
    [VB_NotifyMeTourn],
    [VB_NewPlyrDesc],
    [VBWhatLeagues],
    [VB_AA],
    [VB_A],
    [VB_BB],
    [VB_B],
    [VB_B1],
    [VB_B2],
    [VB_TeamCaptain],
    [VB_NotAttend],
    [VB_HelpTryouts],
    [VB_TryoutHelpTues],
    [VB_HelpTryoutsThurs],
    [GOLFOUTTYPE],
    [GOLF_PartnerName],
    [GOLF_TeamName],
    [GOLF_TeamMem01],
    [GOLF_TeamMem02],
    [GOLF_TeamMem03],
    [GOLF_NotifySunEvents],
    [PoolPartner],
    [DARTS_SkillLevel],
    [DARTS_TeamCaptain],
    [DARTS_301AVG],
    [DARTS_301Points],
    [DARTS_MPR],
    [ItemPrice],
    [HandFee],
    [TotalDue],
    [ITEMCODE],
    [ItemRole],
    [ItemYear],
    [EMail],
    [IPNStatusField],
    [PhoneNumber],
    [State],
    [ZipCode],
    [CurrentIPA],
    [CurrentDate],
    [FName],
    [LName],
    [OSCMemTerms],
    [UserID],
    [Termsonkeyup],
    [InsertData]
    )
    VALUES (
    '$(UniqueCompletionID)',
    GetDate(),
    $(UserID),
    '$(IPAddress)',
    '$(DSParam1)',
    '$(MailingAddress)',
    '$(City)',
    '$(ITEMCAT)',
    '$(ITEMTITLE)',
    '$(DisplayMemExpDate)',
    '$(ItemDesc)',
    '$(VB_NotifyMeTourn)',
    '$(VB_NewPlyrDesc)',
    '$(VBWhatLeagues)',
    '$(VB_AA)',
    '$(VB_A)',
    '$(VB_BB)',
    '$(VB_B)',
    '$(VB_B1)',
    '$(VB_B2)',
    '$(VB_TeamCaptain)',
    '$(VB_NotAttend)',
    '$(VB_HelpTryouts)',
    '$(VB_TryoutHelpTues)',
    '$(VB_HelpTryoutsThurs)',
    '$(GOLFOUTTYPE)',
    '$(GOLF_PartnerName)',
    '$(GOLF_TeamName)',
    '$(GOLF_TeamMem01)',
    '$(GOLF_TeamMem02)',
    '$(GOLF_TeamMem03)',
    '$(GOLF_NotifySunEvents)',
    '$(PoolPartner)',
    '$(DARTS_SkillLevel)',
    '$(DARTS_TeamCaptain)',
    '$(DARTS_301AVG)',
    '$(DARTS_301Points)',
    '$(DARTS_MPR)',
    '$(ItemPrice)',
    '$(HandFee)',
    '$(TotalDue)',
    '$(ITEMCODE)',
    '$(ItemRole)',
    '$(ItemYear)',
    '$(EMail)',
    '$(IPNStatusField)',
    '$(PhoneNumber)',
    '$(State)',
    '$(ZipCode)',
    '$(CurrentIPA)',
    '$(CurrentDate)',
    '$(FName)',
    '$(LName)',
    '$(OSCMemTerms)',
    '$(UserID)',
    '$(Termsonkeyup)',
    '$(InsertData)'
    )
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-28-2009 11:04 AM
    HI, the insert statement looks fine. My guess is that the total number of characters (1909) is too high and therefore, it's getting truncated. You should create a stored procedure instead and call the stored procedure, passing through the tokens to make it shorter.

    Or first, try to delete all the extra blank spaces after each shortname. Another words, try to limit the amount of blank spaces first to see if you can shorten the number of character count. -- David
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-28-2009 11:47 AM

    I have tried your second suggestion by eliminating all the blank spaces but that didn't work either...I'm a SQL newbie, so how would I go about creating a SQL Procedure?

    Jerry

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-28-2009 12:07 PM
    HI, here's a short version. Let's say you have two shortnames fields on your form called test1 and test2.

    Go to host / sql and type in:

    create procedure {databaseOwner[{objectQualifier}InsertDynamicForms_CustomTable_664]
    (@test1 nvarchar(200),@test2 nvarchar(200))
    as
    begin
    insert into {databaseOwner[{objectQualifier}InsertDynamicForms_CustomTable_664]
    (test1,test2)
    values(@test1,test2)
    end

    In your SQL form completion event, call the stored procedure passing in your tokens as parameters.

    {databaseOwner[{objectQualifier}InsertDynamicForms_CustomTable_664] '$(test1)', '$(test2)'

    Hope this helps. -- David
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 08:23 AM

    Hi,

    I've tried creating the stored procedure as you outlined...I'm assuming that when you typed values above that each value needed to have '@' in front of it...values(@test1,@test2) etc...not values(@test1,test2) etc...

    The SP is on the database as [OSC_InsertOnlineTransactions], yet I still can't get it insert any data to that table.

    Any ideas?
    Jerry.

    The following is my SQL Event:

     

    [OSC_InsertOnlineTransactions] '$(UniqueCompletionID)','$(ResponseDateTime)','$(UserID)','$(IPAddress)','$(DSParam1)','$(MailingAddress)','$(City)','$(ITEMCAT)','$(ITEMTITLE)','$(DisplayMemExpDate)','$(ItemDesc)','$(VB_NotifyMeTourn)','$(VB_NewPlyrDesc)','$(VBWhatLeagues)','$(VB_AA)','$(VB_A)','$(VB_BB)','$(VB_B)','$(VB_B1)','$(VB_B2)','$(VB_TeamCaptain)','$(VB_NotAttend)','$(VB_HelpTryouts)','$(VB_TryoutHelpTues)','$(VB_HelpTryoutsThurs)','$(GOLFOUTTYPE)','$(GOLF_PartnerName)','$(GOLF_TeamName)','$(GOLF_TeamMem01)','$(GOLF_TeamMem02)','$(GOLF_TeamMem03)','$(GOLF_NotifySunEvents)','$(PoolPartner)','$(DARTS_SkillLevel)','$(DARTS_TeamCaptain)','$(DARTS_301AVG)','$(DARTS_301Points)','$(DARTS_MPR)','$(ItemPrice)','$(HandFee)','$(TotalDue)','$(ITEMCODE)','$(ItemRole)','$(ItemYear)','$(EMail)','$(IPNStatusField)','$(PhoneNumber)','$(State)','$(ZipCode)','$(CurrentIPA)','$(CurrentDate)','$(FName)','$(LName)'

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-29-2009 08:39 AM
    Can you type our your stored procedure here as well? Also, when you turn on debug mode and click on save, what does it show? -- David
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 10:05 AM

    Yes, thanks for taking a look:

    Here is the SQL Stored Procedure:

    create procedure [OSC_OnlineTransactions]
    (@UniqueCompletionID UniqueIdentifier,
    @ResponseDateTime DateTime,
    @UserID int,
    @IPAddress nvarchar(100),
    @DSParam1 nvarchar(500),
    @MailingAddress nvarchar(500),
    @City nvarchar(500),
    @ITEMCAT nvarchar(500),
    @ITEMTITLE nvarchar(500),
    @DisplayMemExpDate nvarchar(500),
    @ItemDesc nvarchar(500),
    @VB_NotifyMeTourn nvarchar(500),
    @VB_NewPlyrDesc nvarchar(500),
    @VBWhatLeagues nvarchar(500),
    @VB_AA nvarchar(500),
    @VB_A nvarchar(500),
    @VB_BB nvarchar(500),
    @VB_B nvarchar(500),
    @VB_B1 nvarchar(500),
    @VB_B2 nvarchar(500),
    @VB_TeamCaptain nvarchar(500),
    @VB_NotAttend nvarchar(500),
    @VB_HelpTryouts nvarchar(500),
    @VB_TryoutHelpTues nvarchar(500),
    @VB_HelpTryoutsThurs nvarchar(500),
    @GOLFOUTTYPE nvarchar(500),
    @GOLF_PartnerName nvarchar(500),
    @GOLF_TeamName nvarchar(500),
    @GOLF_TeamMem01 nvarchar(500),
    @GOLF_TeamMem02 nvarchar(500),
    @GOLF_TeamMem03 nvarchar(500),
    @GOLF_NotifySunEvents nvarchar(500),
    @PoolPartner nvarchar(500),
    @DARTS_SkillLevel nvarchar(500),
    @DARTS_TeamCaptain nvarchar(500),
    @DARTS_301AVG nvarchar(500),
    @DARTS_301Points nvarchar(500),
    @DARTS_MPR nvarchar(500),
    @ItemPrice nvarchar(500),
    @HandFee nvarchar(500),
    @TotalDue nvarchar(500),
    @ITEMCODE nvarchar(500),
    @ItemRole nvarchar(500),
    @ItemYear nvarchar(500),
    @EMail nvarchar(500),
    @IPNStatusField nvarchar(500),
    @PhoneNumber nvarchar(500),
    @State nvarchar(500),
    @ZipCode nvarchar(500),
    @CurrentIPA nvarchar(500),
    @CurrentDate nvarchar(500),
    @FName nvarchar(500),
    @LName nvarchar(500))
    as
    begin
    INSERT into [OSC_OnlineTransactions]
    (UniqueCompletionID,ResponseDateTime,UserID,IPAddress,DSParam1,MailingAddress,City,ITEMCAT,ITEMTITLE,DisplayMemExpDate,ItemDesc,VB_NotifyMeTourn,VB_NewPlyrDesc,VBWhatLeagues,VB_AA,VB_A,VB_BB,VB_B,VB_B1,VB_B2,VB_TeamCaptain,VB_NotAttend,VB_HelpTryouts,VB_TryoutHelpTues,VB_HelpTryoutsThurs,GOLFOUTTYPE,GOLF_PartnerName,GOLF_TeamName,GOLF_TeamMem01,GOLF_TeamMem02,GOLF_TeamMem03,GOLF_NotifySunEvents,PoolPartner,DARTS_SkillLevel,DARTS_TeamCaptain,DARTS_301AVG,DARTS_301Points,DARTS_MPR,ItemPrice,HandFee,TotalDue,ITEMCODE,ItemRole,ItemYear,EMail,IPNStatusField,PhoneNumber,State,ZipCode,CurrentIPA,CurrentDate,FName,LName)
    VALUES (@UniqueCompletionID,@ResponseDateTime,@UserID,@IPAddress,@DSParam1,@MailingAddress,@City,@ITEMCAT,@ITEMTITLE,@DisplayMemExpDate,@ItemDesc,@VB_NotifyMeTourn,@VB_NewPlyrDesc,@VBWhatLeagues,@VB_AA,@VB_A,@VB_BB,@VB_B,@VB_B1,@VB_B2,@VB_TeamCaptain,@VB_NotAttend,@VB_HelpTryouts,@VB_TryoutHelpTues,@VB_HelpTryoutsThurs,@GOLFOUTTYPE,@GOLF_PartnerName,@GOLF_TeamName,@GOLF_TeamMem01,@GOLF_TeamMem02,@GOLF_TeamMem03,@GOLF_NotifySunEvents,@PoolPartner,@DARTS_SkillLevel,@DARTS_TeamCaptain,@DARTS_301AVG,@DARTS_301Points,@DARTS_MPR,@ItemPrice,@HandFee,@TotalDue,@ITEMCODE,@ItemRole,@ItemYear,@EMail,@IPNStatusField,@PhoneNumber,@State,@ZipCode,@CurrentIPA,@CurrentDate,@FName,@LName)
    END
     

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-29-2009 10:41 AM
    HI, so I wasn't aware that this is set up for Paypal payment gateway. Do you have it turned on under Module Configuration? If so, have you tied the SQL completion event to the paypal payment subscription success event?
    As a test, please turn off payment gateway and then submit to test and verify your SQL completion event is working properly first before turning on Payment gateway and tying your SQL completion event to Paypal success event, etc.

    Additionally, you may consider deleting your previous post or editing it to remove the debug info for your paypal sandbox info. -- David
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 12:02 PM

    Yes it is setup for PayPal gateway...and I have other SQL events running updates against other tables such as the UserRoles table which fire off upon a successful completion. However, I haven't tied it to a subscription event, I've only tied SQL Completion events to a Completed Standard or Redirect Successfully.  I have tested it with PayPayl gateway turned off and it still doesn't insert a record. However, my other SQL completion events ran.
     

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-29-2009 12:12 PM
    Hi, did you set your insert sql completion to trigger on any field response? Also, with payment gateway off and debug mode on, what sql statement are you seeing? -- David
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-29-2009 12:14 PM
    If you go to host / sql and type in:

    select * from OSC_OnlineTransactions

    do you see anything returned? -- David
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 12:24 PM
    Hi, I went back to have it trigger for any field response with payment gateway off and debug mode on. It does look it's running the statement but when I look in the table there is no data. The following is the DEBUG code:

    Saving Forms Responses: 4:16:43 PM
    Processing Events: 4:16:43 PM

    Processing SQL Event: OSC_AddToTransTable -4:16:43 PM
    Executing SQL Event
    SQL Query: [omaha.OSC_InsertOnlineTransactions] '6509b45e-1807-42d1-af81-244a8861c194','$(ResponseDateTime)','1','173.113.209.91','','12345 Jones St','Omaha','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','NaN','','','','no_reply@omahasportsclub.com','','','','','173.113.209.91','Sep 29 2009 4:16PM','SuperUser','Account'
    Processing SQL Event: ITEM_UpdateRoleAndExp -4:16:43 PM
    Executing SQL Event
    SQL Query: INSERT into UserRoles ([UserID],[RoleID],[ExpiryDate],[EffectiveDate]) VALUES ('1','','','Sep 29 2009 4:16PM')
    Processing Redirect Event: PaymentSuccessful -4:16:43 PM
    *** Ending Debug Mode for Dynamic Forms ***
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-29-2009 12:33 PM

    Hi Jerry,

    The Completed (Standard) is associated with a Purchase type of transaction.  If this is a subscription, you will need to tie your event to Completed (subscription payment) and/or Completed (subscription signup).  Otherwise, it will continue to wait for the right IPN and it never will.  Hope that helps! 

    Candace

    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 12:42 PM

    Hi Candace,

    This is setup to be a purchase not a subscription...I'm basically using this as a cart...I have an IndooGrid sending an item to this the cart page(DF Module) which then populates the questions based on the DSParam1 sent. When the IPN codes comes back it fires off some of my other SQL events that I have...
    I've noticed that if I have smaller SQL Events (Smaller Queries) then they run just fine, but if I try to do multiple queries seperated by GO or a large query to throw everything into one flat transaction table then it doesn't work.

    Thanks for the assistance Candace and David, I do appreciate it very much!

    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 12:49 PM
    Just a thought, if I can't get this to work, could making a view of the DynamicForms tables give me a view of the transaction? Basically what I'm looking for is what is in the view form results but in a table or view so I can use IndooGrid to display the information.

    Jerry
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 12:53 PM
    Also..I'm using SQL Server 2008...would that make a difference?
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    09-29-2009 01:34 PM
    If you go to host / sql and type in:

    [omaha.OSC_InsertOnlineTransactions] '6509b45e-1807-42d1-af81-244a8861c194','$(ResponseDateTime)','1','173.113.209.91','','12345 Jones St','Omaha','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','NaN','','','','no_reply@omahasportsclub.com','','','','','173.113.209.91','Sep 29 2009 4:16PM','SuperUser','Account'

    does it return any error? You could also type it under SQL Server Management Studio and see where the error lies in the data. My guess is that you have some columns that will not accept nulls / blanks in the database table or there's some datatype conflicts.

    -- David
    jeropsUser is Offline
    river guide
    river guide
    Posts:99
    Avatar

    --
    09-29-2009 06:15 PM
    David,

    Thanks for the tip...That was it..I had some data types mis-matches...so I went back and recreated the SPROC and and Insert SQL Completion event and it worked!!!

    Thank you so much for your patience and guidance to get this to work for me!!!

    You guys are the greatest!!!!
    Jerry
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi