Hi!
I would like to know if anyone has worked on SQL Server with memory-optimized tables in Powerbuilder. Is this possible?
Thanks.
Cheers
Hi!
I would like to know if anyone has worked on SQL Server with memory-optimized tables in Powerbuilder. Is this possible?
Thanks.
Cheers
Thank you for your answers.
I already created some tables of this type and I accessed correctly from PB using embedded SQL.
But I have a problem when working with datastore.
For example, ds.InsertRow or ds.Update give me an error:
Error 41332 - SQLSTATE = 42000
Memory-optimized tables and natively compiled modules cannot be created or accessed when session TRANSACTION ISOLATION LEVEL is set to SNAPSHOT.
Again, thanks for your time.
Regards