You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have OWA 1.5.0 running on SQL Server 2008 and am trying to it port over 1.5.7 using your owa_db_SQLServer.php class.
It appears SQL Server cannot understand the ‘INDEX(site_id) ‘ part of the initial Create Table SQL Statement. It makes some of the tables in SQL Server but complains of this deprecated use of Index(site_id).
Researching this I believe I need to create the index on a variable after the call to Create Table but getting hung up a bit as a newbie of PHP.
It appears this is all happening in owa_db.php, but I am not seeing how the Index(site_id) even gets added to the SQL Query (or built).
Any thoughts?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello Hooduku,
I have OWA 1.5.0 running on SQL Server 2008 and am trying to it port over 1.5.7 using your owa_db_SQLServer.php class.
It appears SQL Server cannot understand the ‘INDEX(site_id) ‘ part of the initial Create Table SQL Statement. It makes some of the tables in SQL Server but complains of this deprecated use of Index(site_id).
Researching this I believe I need to create the index on a variable after the call to Create Table but getting hung up a bit as a newbie of PHP.
It appears this is all happening in owa_db.php, but I am not seeing how the Index(site_id) even gets added to the SQL Query (or built).
Any thoughts?
Thanks in advance
The text was updated successfully, but these errors were encountered: