2024 Jun 13 7:35 AM - edited 2024 Jun 13 12:26 PM
Hello,
when i create a table with .NET i get the error: "sql syntax error: incorrect syntax near "REAL_VECTOR": line 1 col 50 (at pos 50)'"
I think i have the newest version of libadonet.dll (2.20.22.39682).
Here my example code:
var connection = new HanaConnection(_connectionString);
connection.Open();
var command = new HanaCommand($"CREATE COLUMN TABLE VECTORTAB (ID NVARCHAR, DATA REAL_VECTOR);", connection);
command.ExecuteNonQuery();
connection.Close();
Is it not possible to use the new Datatype REAL_VECTOR?
Greetings,
Andreas
Request clarification before answering.
I have updated to the newsest version 2.20.23, but same error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
34 | |
21 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.