Tagged Questions
The Android Scripting Environment allows you to edit and execute scripts and interactive interpreters directly on an Android device.
322
votes
15answers
112k views
Is there any way to run Python on Android?
I like the Android platform. Actually, with some friends, we even participate to the ADC with the Spoxt project.
But Java is not my favourite language at all. We are working on a S60 version and this ...
5
votes
1answer
234 views
Is ASE mature enough to start developing android apps?
I've been checking out the Android Scripting Environment, it looks rather promising. But is it a viable option to make a marketable app in? It seems like the customer would have to download ASE and ...
5
votes
1answer
726 views
Can I port my existing python apps on ASE?
I learned that the Android Scripting Environment (ASE) supports python code. Can I take my existing python programs and run them on android?
Apart from the GUI, what else will I need to adapt? How ...
5
votes
11answers
12k views
how to pass a comma separated list to a stored procedure?
So I have a Sybase stored proc that takes 1 parameter that's a comma separated list of strings and runs a query with in in an IN() clause:
CREATE PROCEDURE getSomething @keyList varchar(4096)
AS
...
3
votes
2answers
104 views
Sybase Features
Does anybody know if Common Table Expressions and User-defined functions (not from Java) are supported on Sybase 12.5? I'm trying but could not seem to make these work. Thanks guys.
3
votes
1answer
591 views
android python full integration
Is there a way to fully integrate Python with Java code on Android platform?
Yes, I saw the question about running Python on Android and Android Scripting Environment (ASE).
But that doesn't seem to ...
3
votes
2answers
223 views
Is it possible to use Android scripts created with ASE as typical application for Android (e.g. written in Java)?
I am very very new to Android. I was encouraged to take a closer look at Android when I heard about possbility to write applications on Android in scripting languages like Python. This sounds great ...
3
votes
3answers
545 views
Importing Python modules without installing - Sybase ASE
I need to use the Sybase Python module but our SA's won't install because it's not in the repo's. I've downloaded it and placed it on the box and would just like to 'import' or 'include' the module ...
3
votes
3answers
3k views
Case insensitive search on Sybase
I have been sick and tired Googling the solution for doing case-insensitive search on Sybase ASE (Sybase data/column names are case sensitive). The Sybase documentation proudly says that there is only ...
2
votes
1answer
527 views
android python scripting: GUI?
Are there basic GUI functions in SL4A? I'd like to run a python program on Android and would need a listbox and simple dialogs (display info and get input).
There seem to be simple dialogs, but I ...
2
votes
2answers
263 views
Terminating android ASE shell from within the script
I'm using android scripting environment with python (ASE), and I'd like to terminate the shell executing the script when the script terminates.
Is there a good way to do this?
I have tried executing ...
2
votes
3answers
267 views
Feedback on using ASE on Android?
Has anyone made use of ASE (Android scripting enviroment) for anything other than proof of concept apps?
What are the major limitations?
Any feedback would be great.
1
vote
2answers
50 views
GetDeleteCommand DataAdapter with a temporary table in Sybase
Porting MSSQL Application to Sybase (ASE 15.0), and experiencing a problem when I call GetDeleteCommand.
The error reported is:
Dynamic SQL generation for the DeleteCommand is not supported ...
1
vote
1answer
59 views
ASE 15.x Index Statistics in minor attributes
If we create an index like this:
create nonclustered index idx_person on person(gender, name)
in ASE 12.5, there'll be created statistics (more precisely an histogram) for the major atribute ...
1
vote
0answers
325 views
Can we use android scripting environment for functional test automation?
I want to automate some of my functional test cases on android , can I use Android scripting environment and use Python / Perl to automate my functional test cases?
Thanks
AD
1
vote
1answer
122 views
How to get a Device Specific UID using Python in ASE on Android?
I am working on am Android Scripting Environment (ASE) script in Python to replicate an iPhone app.
I need a device UID of some sort. My thoughts where a salted MD5 hash of the MAC address or device ...
1
vote
1answer
359 views
Where can I get 64 bit OLEDB and/or ADO.Net drivers for Sybase ASE?
I'm new to Sybase and so far it's a monumental pain just to connect to it! Where in the world can I get 64 bit drivers for Sybase ASE 15 so that I can connect from my 64 bit SQL 2008? Our Sybase ...
1
vote
4answers
2k views
Sybase 15 performance issue
I am working with Sybase 15 in my application and there is performance issue related with nested joins. I have stored procedure which selects 2 columns from 2 tables and compares equalities of over 10 ...
1
vote
1answer
553 views
How can I interact with the android scripting environment from an android app?
I'd like to use python scripts as plugins for an app I'm developing. This seems to be possible by interacting with android-scripting-environment (ASE), as is done by Locale, but I haven't found any ...
1
vote
2answers
232 views
Quality of Sybase ASE support in Delphi
I have Delphi Professional 2007 and 2009 and was thinking of upgrading either or both to Enterprise due to a new project that requires me to interface to a Sybase ASE database. I did some web ...
0
votes
0answers
169 views
Problem in executing Sybase stored procedure in vbscript
I am executing a sybase stored procedure in VB Script to export the data from the SP to an excel file. While executing the SP in ASE ISQL gives me exact result but while executing the SP in VBScript ...
0
votes
1answer
193 views
Setting HOSTNAME when connecting to Sybase from PHP
I have an Apache server running PHP 5.3.3. Our sybase ASE servers use HOSTNAME on connect for rudimentary ID and filtering - make sure prod hosts connect to prod, etc.
Is there any way to have ...
0
votes
0answers
340 views
Debugging an android app “unable to open Dex File”
Hello I am having some issues with this project I am working on I have troubleshooted a lot to make it work I am not sure what else to do I think the file system on my phone isn't writable so it has ...
0
votes
1answer
157 views
Optimal Sybase ASE Table Locking Scheme a for Reference Code Table
I have a reference code table that will only be read from during normal use, and it aught to be only updated for product changes (monthly).
What table locking should I be using in the create table ...
0
votes
0answers
150 views
Sybase Adaptive Server Anywhere 6.0 “Not Enough Memory” error
I have a client who runs a program that has a back-end sybase database. The database server is Adaptive Server Anywhere 6.0. It has run on their windows NT server for 12+ years or longer. Their server ...
0
votes
2answers
181 views
How to determine how much disc space a table is using in ASE
I have a table which I think might be better off if it uses different data types for many of the columns. I wish to design some tests to determine the pay off in disc space if these columns are ...