tony_marston25
Explorer
Member since ‎2020 Sep 01

User Statistics

  • 13 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

I have a table in a SAP HANA database which contains currency codes and their symbols, but when I try to read them in my PHP program via ODBC the rows containing symbols are not returned in the result set. Test script:---------------CREATE TA...
I have two tables called PRODUCT and PRODUCT_REVISION which are constructed as follows: CREATE TABLE product ( product_id nvarchar(40) NOT NULL, product_name nvarchar(80) NOT NULL, PRIMARY KEY (product_id) ); CREATE TABLE product_revision ( ...
I have just installed Sap HANA Express Edition in a virtual machine on my Windows 10 PC and am trying to use HANA Cockpit to manage the databases I wish to use in my application. However, when I open up Cockpit in my browser I do not see any way to o...
I have installed HANA Express Edition on a Windows 10 PC which I am accessing via a PHP application. I have created several tables in several database, but when I insert data with text in lower case it is being returned in uppercase when I read it ba...
I have installed SAP Hana Express Edition (virtual machine method) on my Windows PC so that I can use it with my PHP application. I have created a couple of databases and loaded data into several tables, and I can access these OK with my PHP applicat...