former_SQLA_member1694907
Explorer
Member since ‎2012 Mar 06

User Statistics

  • 25 Posts
  • 0 Solutions
  • 3 Kudos given
  • 11 Kudos received

User Activity

Does anyone know how to fix a sql anywhere database with the following error: [Sybase][ODBC Driver][SQL Anywhere]Specified database is invalid SQLCODE=-84 SQLSTATE=08001 Thanks
We are in the process of upgrade sql anywhere 12 to sql anywhere 16. We use .net C#. Instead of installing sql anywhere on user's machine, we use sql anywhere deployment package. So, in our code, we start a new process which runs SAConnection with a...
When using dbeng12.exe, we can specify -f option to force dababase to start without transaction log; when using .net SAConnection, what is the parameter in the connection string that is corresponding to -f ? Thanks.
I am using .Net C#. We need to copy large amount of data from SQL database to SQL Anywhere database. In theory, I can use SABulkcopy to insert large amount of data quickly, but I find the performance of SABulkcopy.writeToServer(IDataReader) is very s...
I am using iAnywhere.Data.SQLAnywhere.v3.5 In a Microsoft .Net project, I try to connect to Sql Anywhere server by using SAConnection by passing a connection string in the SAConnection constructor. I am having trouble open a connection that the datab...