Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BODataServerType enumeration for MS SQL Server 2019

former_member705539
Discoverer
0 Likes
6,034
  • SAP Managed Tags

Hi,

I have the DI API 10.0 and in the SDK help I do not see the dbtype enumeration for MSSQL 2019 as shown below.

Would appreciate it if anyone helps me to know the dbtype value of MSSQL 2019.

Thank you in advance.

- Bhagyashree

Hi,

I have the DI API 10.0 and in the SDK help I do not see the dbtype enumeration for MSSQL 2019 as shown below.

Would appreciate it if anyone helps me to know the dbtype value of MSSQL 2019.

Thank you in advance.

- Bhagyashree

4 REPLIES 4
Read only

gustavopy
Explorer
0 Likes
3,647
  • SAP Managed Tags

The documentation is out of date. If you are programming in .net, just press F12 on an instance of 'SAPbobsCOM.BoDataServerTypes' to get the metadata. I would think the value is 12.

Best regards,
Gustavo

Read only

former_member705539
Discoverer
0 Likes
3,647
  • SAP Managed Tags

Hi Gustavo Arriola,

Thank you very much.

Yes, the document seems to be not updated. Its 15.

Thank you.

Regards

- Bhagyashree

Posted onPosted on
Read only

former_member705539
Discoverer
0 Likes
3,647
  • SAP Managed Tags

Above are the values

Read only

former_member705539
Discoverer
3,647
  • SAP Managed Tags

dst_MSSQL = 1, dst_DB_2 = 2, dst_SYBASE = 3, dst_MSSQL2005 = 4, dst_MAXDB = 5, dst_MSSQL2008 = 6, dst_MSSQL2012 = 7, dst_MSSQL2014 = 8, dst_HANADB = 9, dst_MSSQL2016 = 10, dst_MSSQL2017 = 11, dst_MSSQL2019 = 15

Above are different values

Thank you.