python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Not able to update column which was set as null using 'select into' statement in sybase
I am creating a temp table in sybase like below
select col1 = null, col2 =2 into #myTable
Here when I try to update col1
update #myTable set col1 = 'test'
I get error - "[Error Code: 257, SQL...
Dhawal
Votes: 0
Answers: 1
How can I get libdbcapi_r.so, libdbcapi_r.dylib needed for sqlany-django?
I installed and configured sqlany-django, but have error Could not load dbcapi: Tried: dbcapi.dll, libdbcapi_r.so, libdbcapi_r.dylib.
I installed sqlany-django with pip install sqlany-django. Accordin...
xralf
Votes: 0
Answers: 1
Connect to Sybase database from Django
I tried to connect to Sybase database from Django using sqlanydjango, but
I have stuck. One answer saying that
sqlany-django is no longer maintained; it was last updated in May 2016.
What is the othe...
xralf
Votes: 0
Answers: 3
module 'django.db.backends.utils' has no attribute 'typecast_decimal'
When I run
python manage.py inspectdb --database=sybase_database
it ends with error message:
Database.register_converter(Database.DT_DECIMAL, util.typecast_decimal) AttributeError: module 'django.db....
xralf
Votes: 0
Answers: 2