Miro_Marek
Explorer
Member since ‎2018 Feb 15

User Statistics

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 7 Kudos received

User Activity

I rebuild two SQL Anywhere 17 databases with command "%SQLANY17%\\bin64\\dbunload" -v -c "ENG=dbunl;UID=xxx;PWD=xxx;start=%SQLANY17%\\bin64\\dbeng17.exe;dbf=C:\\Backup\\data.db" -an "C:\\temp\\data_new.db" -ap 4096 -ea None -kdi 0 -ii -up Both databa...
I use a program that uses impersonate to log into the SQL Anywhere database. The registration (with integrated login) works fine. The mapped user is selected. The osuser is set correctly when logging in for the first time. But this osuser remains the...
is it possible to use OData in V17 with authentification set to database with Windows authentification? I try to get HTTP request with DefaultCredentials from Windows, but Always get error "not authorized". Same if I use new NetworkCredential(userna...
I have a database with db file on  drive and Transaction log on E: drive. For some test I want to use a copy of this database done with dbbackup. Dbbackup copies both file db and log into one target directory. But leave the transaction log name on ...
Hi, is there possibility to set isolation level for OData producer to snapshot? The isolation level parameter in ODBC is ignored and level is always set to 1. This use a read locks and we get deadlocks on concurrent update operations. thanks Miro