sebflaesch
Explorer
Member since ‎2017 Sep 04

User Statistics

  • 33 Posts
  • 1 Solutions
  • 9 Kudos given
  • 7 Kudos received

User Activity

Hello, Strange thing we face here with SAP HANA client ODBC version 2.04.194.25592 on Windows: SQLExecDirect() of "ROLLBACK TO SAVEPOINT <name>" fails with the following error: SQL State: 42000 SQL code : 257 Message : [SAP AG][LIBODBCHDB DLL][...
Hello, Trying to set the date/time format for the session, using SET 'DATE_FORMAT' and SET 'TIMESTAMP_FORMAT' as documented... What am I doing wrong here? hdbsql test1=> create table tab1 ( pkey int, crea date ); 0 rows affected (overall time 4...
The SAP HANA doc says that CHAR/NCHAR are not "officially supported"... one should use VARCHAR/NVARCHAR instead. In the context of database migration, when you come from another type of DB, you have to convert all CHAR/NVCHAR columns to VARCHAR/NVA...
Is there an "advanced" search form that allows me to find all questions I have asked since I have registered to the SAP community? Thanks Seb
Using SAP HANA 2 ODBC client, executing a cursor with SELECT FOR UPDATE, I want to compare the behavior with other database engines regarding concurrent data access when another client process does the same... Must be in a TX block? (does SELECT FO...