- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
MAS90 SQL Update supported via ODBC?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-24-2012 11:39 AM
Hello all:
I am currently developing a VB.Net app that works with a MAS90 server via ODBC connection. I was able to execute queries so far and the result set is returned as expected.
Now, I would like to know if I can put together UPDATE statements to change entries in MAS90 via ODBC? I have experience developing with other Relational DBs, but am new to developing with MAS90. Sorry if this is such a newbie question.
Cheers.
Re: MAS90 SQL Update supported via ODBC?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-24-2012 01:01 PM
No MAS 90 cannot be updated via ODBC.
Dawn
Re: MAS90 SQL Update supported via ODBC?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-25-2012 06:07 AM
The SOTAMAS90 ODBC DSN is Read Only. While ProvideX has a read-write ODBC driver it is NOT designed to work with MAS and will result in data corruption 100% of the time. To write back to MAS you should use the Business Object Interface. This allows the use of VB scripting with MAS. Sage offers a course in it and if you are new to MAS I would strongly suggest taking the course as it will prevent a lot of trail and error.
--------------------------------------------------------------------------
You have enemies? Good. That means you've stood up for something in your life.


