Servus zusammen, welche Entwicklungsumgebung / Programmiersprache benutzt üblicherweise ein SQL Anywhere Entwickler? VG Franz |
If you want to do with "out-of-the-box" tools and you already are proficient with SQL language itself you can start playing around with SQL Central and Interactive SQL. But that's a quite basic level and probably not the solution for professional development.
I guess that depends on your professional goals:
(28 Jan '22, 02:46)
Volker Barth
|
Erstmal vielen Dank, ich benutze seit 1985 Clarion. Clarion bietet native Treiber für SQL Anywhere. Ich werde wahrscheinlich nie mehr wechseln, dafür bin ich viel zu alt 🤪😂. Aber interessieren tut's mich halt trotzdem, was es sonst noch gibt. VG Franz Translation: First of all thank you, I have been using Clarion since 1985. Clarion provides native drivers for SQL Anywhere. I will probably never change again, I'm way too old for that 🤪😂. But I'm still interested in what else is out there.
(28 Jan '22, 10:59)
JBSchueler
Replies hidden
1
> using Clarion since 1985 Back in 1990s the most popular development environment for SQL Anywhere was PowerBuilder.
(30 Jan '22, 15:40)
Breck Carter
|
SQL Anywhere provides a variety of client interface drivers such as ODBC, OLEDB, .NET, and JDBC. As a result, it supports a broad development environments and languages. I would start with SQL Anywhere Server - Programming:
https://help.sap.com/viewer/98ad9ec940e2465695685d98e308dff5/17.0/en-US
and then find a language that is best suited for the application.