I am in some need of help with connecting to a microsoft 2000 sql server. i have a database on my server that i would like create a search via a date and also the user. but i cannot figure out how to connect a sql database to CMS Made Simple.
could someone help me out please!!!!
Help With Microsoft Sql Server
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Help With Microsoft Sql Server
This is not a cms made simple specific question.
Google is probably your best friend in this case.
or (cough) call Microsoft support
laugh
laugh
laugh.
Google is probably your best friend in this case.
or (cough) call Microsoft support
laugh
laugh
laugh.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Help With Microsoft Sql Server
Google ADODB and MS Sql Server.
Nullig
Nullig
Re: Help With Microsoft Sql Server
that is what i had a big feeling towards. thanks though!!
Re: Help With Microsoft Sql Server
In theory, there is no reason why MSSQL wouldn't work. Assuming you got the drivers compiled into your PHP server and found the ADODB drivers that work with it. However, if stuff was coded assuming MySQL (like using LIMIT directly in a query), then you're going to have issues.
It's worth a try if you have time, but you might have issues down the road.
It's worth a try if you have time, but you might have issues down the road.