PDA

View Full Version : Ms Sql


zevacat
02-07-2008, 04:20 AM
Will this work with Microsoft SQL? What would I need to do to get it to work with MS SQL since the only database feature listed is MYSQL.

Thanks,
E

Brian
02-07-2008, 02:08 PM
Currently there is only code to support mySQL.

zevacat
02-09-2008, 02:02 PM
There was an error connecting to the mySQL database.

The error was reported as:

Unknown database 'caldat'

I am not familiar with mysql... How do I create this database that the calendar is looking for?:ugh:

E

ve9gra
02-09-2008, 02:10 PM
You will have to create the database yourself. Then the script will take care of creating the table once it connects to the database you've specified.