![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone in the group have experience moving a company from MAS 200 accounting software (big brother to MAS 90) to a Pick based system? I am mainly interested in converting data. I know that MAS 200 has an ODBC interface but I am not familiar at this point with the database schema. Anyone that has any insight and would like to share would be greatly appreciated. Thanks, Dick Thiot dthiot/at/mavsys/dot/com |
#3
| |||
| |||
|
|
Does anyone in the group have experience moving a company from MAS 200 accounting software (big brother to MAS 90) to a Pick based system? I am mainly interested in converting data. I know that MAS 200 has an ODBC interface but I am not familiar at this point with the database schema. Anyone that has any insight and would like to share would be greatly appreciated. Thanks, Dick Thiot dthiot/at/mavsys/dot/com |
#4
| |||
| |||
|
|
Hi, You can use ODBC or DAO features in BRIZ. This feature allows You to access to other DB through client PC DAO or ODBC, directly from PickBasic. Free of charge for in-house using. Regards, Grigory Thiot wrote: Does anyone in the group have experience moving a company from MAS 200 accounting software (big brother to MAS 90) to a Pick based system? I am mainly interested in converting data. I know that MAS 200 has an ODBC interface but I am not familiar at this point with the database schema. Anyone that has any insight and would like to share would be greatly appreciated. Thanks, Dick Thiot dthiot/at/mavsys/dot/com |
#5
| |||
| |||
|
|
Thanks for the replies. We don't have any problems moving the data into the multi-value database. Our issue is extracting the data from MAS200. If there is an industry standard connection we can use that but will need to understand the DB schema. This is probably more a question for a MAS200 experienced person. I am trying to find a MAS200 group where I can post this question. Thanks again, Dick GVP wrote: Hi, You can use ODBC or DAO features in BRIZ. This feature allows You to access to other DB through client PC DAO or ODBC, directly from PickBasic. Free of charge for in-house using. Regards, Grigory Thiot wrote: Does anyone in the group have experience moving a company from MAS 200 accounting software (big brother to MAS 90) to a Pick based system? I am mainly interested in converting data. I know that MAS 200 has an ODBC interface but I am not familiar at this point with the database schema. Anyone that has any insight and would like to share would be greatly appreciated. Thanks, Dick Thiot dthiot/at/mavsys/dot/com |
#6
| |||
| |||
|
|
I believe MAS200 has the ability to export data to an Excel spread sheet. I would convert the spread sheets to tab delimited text and convert from there. Years ago I did a conversion from MAS90. It could not export data at all. I set up program to receive information over a serial port and write it into a data file. Then I had MAS90 print reports such as customer listings and inventory to a serial printer that was attached to my serial port. After receiving the report, I parsed the data from the report format into usable data. |
#7
| |||
| |||
|
|
Years ago I did a conversion from MAS90. It could not export data at all. I set up program to receive information over a serial port and write it into a data file. Then I had MAS90 print reports such as customer listings and inventory to a serial printer that was attached to my serial port. After receiving the report, I parsed the data from the report format into usable data. |
#8
| |||
| |||
|
|
Jeffrey Kaufman wrote: I believe MAS200 has the ability to export data to an Excel spread sheet. I would convert the spread sheets to tab delimited text and convert from there. Years ago I did a conversion from MAS90. It could not export data at all. I set up program to receive information over a serial port and write it into a data file. Then I had MAS90 print reports such as customer listings and inventory to a serial printer that was attached to my serial port. After receiving the report, I parsed the data from the report format into usable data. You could run into problems with the Excel option. Excel can only support 64K rows (or 32K for older versions). Luke |
![]() |
| Thread Tools | |
| Display Modes | |
| |