SwisSQL offers productive database migration tools for stored procedure migration, SQL migration, and data migration.
Questions tagged [swissql]
2 questions
3
votes
0 answers
How connect to Sybase custdb.db using SwisSQL?
How connect to Sybase custdb.db using SwisSQL?
I work with standart Sybase sample.
I input appropriate command line:
"mlsrv12.exe -vcrs -zu+
-c "dsn=SQL Anywhere 12 CustDB;uid=ml_server;pwd=sql"
-x http(port=80)"
Database work fine - I test…

John Smith
- 4,111
- 1
- 15
- 15
-1
votes
1 answer
How can I return all data back from query in Python
How can I return all the data back from the correct amount of rows in this query. I have it as for row in results['results']: print(row) but I'm sure thats wrong because when I run it in sql it returns more. Thanks in advance!
results =…

Tom
- 79
- 1
- 10