Input from ASP.net 2.0 Contact Form to Goldmine SQL Database

  • Good Afternoon,

    I would like to know if anyone has attempted to insert the input from an ASP.net 2.0 wizard control into their SQL server-based Goldmine application? If so, any suggestions as to approach, or gotchas, would be greatly appreciated.

    Thanks, in advance, for your help.

  • Haven't tried it from the 2.0 wizard, but an insert should be an insert. Check the table, look for triggers, be sure you're inserting the proper data types in the proper order.

    Better yet, use a stored procedure to insert and call it from ASP.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply