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)
Unable to run contains query
I am unable to run a contains query in my sybase database.
Query:
SELECT *
from party CONTAINS(nm_first,'ghjg')
On running the above query, I get an error message
"Table User-Defined Function ...
Mayank Sharma
Votes: 0
Answers: 1
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
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
stored procedure bigint type fails in perl dbi
I have two stored procedures one works. When the db admin changed variables from int to unsigned bigint the procedure fails.
use DBI qw(:sql_types);
use DBD::Sybase;
use Data::Dumper;
my $dbh = DBI-...
newdeveloper
Votes: 0
Answers: 0