It is currently Sun Jul 20, 2008 9:50 pm
Moderators: dam-man, willebil, tcp



ianmac wrote:Where can I get sequel server? How do I get setup?
I have a windows machine around that I could use to test it, but it is only XP Home... will that do it? Or do I need XP Pro and some other stuff...
This is a great thing, but it may be hard to find people to test it because the project by its nature attracts people who are on MySQL...
Ian

facedancer wrote:http://www.microsoft.com/sql/editions/e ... fault.mspx
It's free, should work on XP Home, not sure though...





louis.landry wrote:*hint, hint* Along with that goes the following: If while developing these drivers you run across queries in the core that are incompatible with other database systems due to non ANSI compliant SQL ... we wouldn't mind being helped with that too
Louis






mknz wrote:I have an in-house mssql/.net program at work and that's not going to change.
I can't find anything like Joomla in .net for the website.









Why not just slap a copy of ADOdb into a component and add the necessary configuration options (username password) to the config.xml file?


<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/component-install.dtd">
<install type="component" version="1.5">
<name>My Extension</name>
<creationDate>MonthName Year</creationDate>
<author>Author's Name</author>
<authorEmail>Author's Email</authorEmail>
<authorUrl>Author's Website</authorUrl>
<copyright>Copyright Notice</copyright>
<license>Component License Agreement</license>
<version>Component Version</version>
<description>Component Description</description>
<administration>
<menu>My Extension</menu>
<files>
<filename>admin.myextension.php</filename>
<filename>config.xml</filename>
<folder>adobd</folder>
</files>
</administration>
<install />
<uninstall />
</install><?xml version="1.0" encoding="utf-8"?>
<config>
<params>
<param name="username" type="text" label="Username" description="MSSQL Username" size="30" />
<param name="password" type="password" label="Password" description="MSSQL Password" size="30" />
<param name="server" type="text" label="Server" description="MSSQL Server" size="30" />
</params>
</config>



. JackBreech wrote:Since this seems to be the definiative topic for Joomla and MSSQL, I wanted to inquire on the status of compatibility. I've just started with an organization that NEEDS Joomla! and only will allow us to use MSSQL. I believe DNN is the backup, but I'm not excited about that alternative at all. I'm not a programmer, but how and what can be done to assist in this process? Thanks so much for your work so far!
Jack


mknz wrote:However as an update, I've had to bite the bullet and go with DNN.



webamoeba wrote:mknz wrote:However as an update, I've had to bite the bullet and go with DNN.

mknz wrote:I'm just not a programmer
lol.

Users browsing this forum: Google [Bot] and 6 guests