former_SQLA_member1694910
Explorer
Member since ‎2013 Apr 21

User Statistics

  • 26 Posts
  • 0 Solutions
  • 0 Kudos given
  • 10 Kudos received

User Activity

We use Batch Files to load data using dbisql. The database in question has Option string_rtruncation = 'Off'. Unknown to us, a 1 Character input was changed to 2 Characters, yet dbisql did not throw an error. It simply truncated the values. This h...
Using a Licensed 16.0.0.2043, dbinit now says "the Evaluation Period has Expired", so I can't create a new db Same with Sybase Central Is this possible ? it was a "Trial" Version, from 2014, but we since have purchased licenses Any help appreicated ...
The Documentation says ( as a new feature ) you can Declare a two dimensional Composite Data Type ( ARRAY ) Is this true ? It only allows me to declare one dimension e.g. DECLARE New2DArray INTEGER ARRAY(5) ARRAY(10); if not, is there a work-around...
SQL Anywhere 16 says Remote Servers can be JDBC, but the "Create Remote Server Wizard" is not clear e.g. FileMaker Server has a JDBC Driver ( fmjdbc.jar ). Can that be added ? in which Folder ? How would I specify the Driver ? e.g. com.filemaker.jdb...
This problem has been posted before: When calling a stored procedure from an application, the error message "Not enough values for host variables is displayed". The stored procedure works fine within dbisql The problem variable is: Declare MyVar nu...