python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Anypoint Studio how to configure BouncyCastle
Our goal is to connect to Sybase ASE DB from Anypoint Studio. This DB Server expects encrypted password. So we wrote the java code and able to make connection. In the java project added external Bounc...
dowonderatwill
Votes: 0
Answers: 1
Generating DDL's using DBeaver through CLI
I'm looking for a way to automate the generation of DDL's from my database (Sybase IQ).
I found that DBeaver (Windows) can generate the DDL's and that it also has various CLI parameters to control DBe...
lamcro
Votes: 0
Answers: 0
How to UPSERT a record in SAP ASE Sybase 16?
I am literaly following the SAP documentation 1st example on UPSERT a record in ASE:
https://help.sap.com/viewer/cbed2190ee2d4486b0bbe0e75bf4b636/16.0.3.2/en-US/faf583d9adc547ad8a164bb3f41ea6cd.html
1...
João Pereira
Votes: 0
Answers: 2
Facing Problem like "Cannot select from or insert/update variable '@TableName' because it is not a table variable." in Sybase ASE
I am writing a stored procedure that will get some tablename as a parameter and it will do
"select @TableName from @TableName"
But Sybase ASE SQL is not allowing me to do that. I am getting...
Yash
Votes: 0
Answers: 2