on 2022 Jan 27 4:43 PM
Servus zusammen, welche Entwicklungsumgebung / Programmiersprache benutzt üblicherweise ein SQL Anywhere Entwickler? VG Franz
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> using Clarion since 1985
Back in 1990s the most popular development environment for SQL Anywhere was PowerBuilder.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But that's a quite basic level and probably not the solution for professional development.
I guess that depends on your professional goals:
If you work primarily application-bound, and the database is just a (probably "dumb") storage, your choice of programming language/platform will be your main focus and will probably dictate how many features of the chosen database will be used (think of used ORMs and the like).
On the other hand, if you work against an existing database used by different applications in different languages (like we do), you will probably also have much logic (procedures, triggers, events etc.) coded in SQL. For those use cases, DBISQL and SQL Central (say, for debugging) are certainly professional tools. I would assume that coding in SQL is nevertheless done with typical dev environments and source code control.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.