Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OWA 1.5.7 running on SQL Server 2008???? #4

Open
TomBrady opened this issue Jun 10, 2015 · 0 comments
Open

OWA 1.5.7 running on SQL Server 2008???? #4

TomBrady opened this issue Jun 10, 2015 · 0 comments

Comments

@TomBrady
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant