Hi,
I'm developing on MAS 200 3.71. We are reading data with the ProvideX ODBC driver. I would love to update using ODBC but ProvideX and Sage will not provide me with such a driver. Sage support did say that there are Master Developers doing it though! Any MD here that can help me do this? I'm using a VB application that loops through the read only recordset inserting each SO into our order entry system. Here's my problem. After the record has been successfully imported into our custom system, I need a way to update a user defined field in MAS SO_SalesOrderHeader table called Exported. I'd like to fire off a cn.Execute(SQLgoesHERE)
Update SO_SalesOrderHeader Set Exported = 1 Where SalesOrderNo = 'mynumber'
I would love to use vb to do this but as we know, the ODBC Driver is read only. I can create a xls or csv file containing a list of the SO#'s but Sage Support indicated that VI is not really designed to update a user defined field based upon a Sales Order. This just doesn't sound right. Does anyone have any comments or suggestions?
Thanks In Advance,
Jerry
I'm developing on MAS 200 3.71. We are reading data with the ProvideX ODBC driver. I would love to update using ODBC but ProvideX and Sage will not provide me with such a driver. Sage support did say that there are Master Developers doing it though! Any MD here that can help me do this? I'm using a VB application that loops through the read only recordset inserting each SO into our order entry system. Here's my problem. After the record has been successfully imported into our custom system, I need a way to update a user defined field in MAS SO_SalesOrderHeader table called Exported. I'd like to fire off a cn.Execute(SQLgoesHERE)
Update SO_SalesOrderHeader Set Exported = 1 Where SalesOrderNo = 'mynumber'
I would love to use vb to do this but as we know, the ODBC Driver is read only. I can create a xls or csv file containing a list of the SO#'s but Sage Support indicated that VI is not really designed to update a user defined field based upon a Sales Order. This just doesn't sound right. Does anyone have any comments or suggestions?
Thanks In Advance,
Jerry