Questions tagged [ase]

The Android Scripting Environment allows you to edit and execute scripts and interactive interpreters directly on an Android device. For Sybase Adaptive Server Enterprise, use [sybase-ase]

The Android Scripting Environment (ASE) allows you to edit and execute scripts and interactive interpreters directly on an Android device. ASE provides access to many of the same APIs used by Java Android applications, but with a simplified interface.

58 questions
0
votes
3 answers

Azure appservice adding webjob failing

Every time i am trying to add a webjob under app service i am getting failure message. Previously it was working, from last 2 weeks i am not able to create a webjob. Tried adding webjobs 50+ times When i am trying to add manually through kudu its…
0
votes
1 answer

Trying to make if/else powershell for ARM template

I have a PowerShell script for an ARM template to deploy some resources into Azure, more specifically ASE v2. My ARM template has a condition in it stating: "sv-ase-version": "v2", "sv-asp-template-filenameHash": { "v1":…
Alex
  • 75
  • 7
0
votes
2 answers

How to calculate bond length using ase?

I know a function ase.Atoms.get_distance but I don't know how to use it. Is there other functions I can use and how to use it ?
0
votes
1 answer

Sybase performance issue

Dears, I am planning to design database administration and maintenance tasks in Sybase ASE 15.0 , I will create stored procedure to perform these tasks, but I am wondering which way is more efficient to schedule jobs executing those stored…
scass
  • 35
  • 9
0
votes
1 answer

Sybase ASE Transpose Indefinite Number of Rows to Columns

I have tried doing pivot tables but only for fixed number of rows. I have the following records: ID CODE === ==== 1 AAA 1 BBB 1 CCC 2 DDD 3 EEE 3 FFF 4 GGG 4 HHH 4 III 4 JJJ And my expected result is: ID CODE1 …
0
votes
2 answers

SL4A Scripting on P.C

Is there a way to write Python scripts for SL4A (ASE) on P.C. and then deploy it on the hardware? I'm new to this and I could write the basic scripts on the device but writing long scripts on phone is tedious. Is there a support for that? Thanks in…
Ekta
  • 338
  • 2
  • 9
  • 26
0
votes
1 answer

Sybase Linux vs Sybase Windows BCP - Can't Connect

I've been doing some Sybase stuff on Linux and have bcp in's and out's working great. Here's my working bcp out on linux: bcp drd02.dbo.APPL_ENVIRONMENT out APPL_ENVIRONMENT.bcp -U sa -P SyAdmin -n When trying the same in Windows, I get the…
Beatscribe
  • 423
  • 8
  • 17
0
votes
1 answer

Difference in executing Javascript using Rhino and ASE

what is the difference between executing JS with Rhino and executing with ASE(Android Scripting Environment)? Can anyone help me in this? Thanks in advance! Code snippet executed with Rhino: bar(); function bar() { var a=20; var b=30; var c = 40; …
user1637909
  • 173
  • 1
  • 3
  • 14
0
votes
1 answer

Executing Python/Ruby script in Android using eclipse

I want to execute Python/ Ruby/ Javascript scripts in an Android project. I need to develop using eclipse. I saw about SL4A. Could someone guide me how to do this? Thanks!
user1637909
  • 173
  • 1
  • 3
  • 14
-1
votes
1 answer

SOAP API with AES Encryption in Jmeter

I am going to do load test on SOAP API and involves operations like AES Encryption. Can we perform the load test by using Jmeter. If yes, How we can overcome issue. Thanks
Akhil
  • 1
  • 1
-1
votes
1 answer

Can't enabling java in Sybase ase 16

i tried enabling java in sybase ase 16 using: sp_configure "enable java", 1 but after restart the Sybase service i got: Incorrect Java Virtual Machine library version. Found 0, expected 41792701 and the ase server couldn't start. what is the…
-1
votes
1 answer

Migrate sybase 11.5 to 12.5.4

I would like migrate a database of sybase ASE 11.6 to a other server sybase ASE 11.9.2(ssma), 12.5.4 or later I don't find a way to do that, i try to dump a database from 11.6 like that: sp_dboption '','single user',true go use
Schoulzzz
  • 1
  • 3
-1
votes
2 answers

Order by "In clause"

I have a query wherein I use "In" clause in it. Now I wish to have the result set in same order as my In clause. For example - select Id,Name from mytable where id in (3,6,7,1) Result Set : |Id | Name | ------------ | 3 | ABS | | 6 | NVK | | 7…
1 2 3
4