Kreddy
 Beginner Join Date: 11/11/2009 Posts: 11
|
|
|
Posted: 11/11/2009 9:53:57 AM
|
|
|
Dear all
i am newbie to DMG Forums
can DMG forum Software works with Sql server 2008 Database?
Pls get back to me
Thanks
Kreddy
|
|
grimmeissen
 Administrator
 Join Date: 8/30/2005 Posts: 654 Location: Cincinnati, Ohio
|
|
|
Posted: 11/11/2009 12:42:45 PM
|
|
|
|
It should not be a problem to use with SQL 2008, but I have not tested it. Just make sure you get the proper ODBC connection string for 2008 to use the System.Data.Odbc.OdbcConnection class in ASP.NET.
|
|
Kreddy
 Beginner Join Date: 11/11/2009 Posts: 11
|
|
|
Posted: 11/13/2009 5:43:21 PM
|
|
|
Dear Admin
i already tested on sql server 2008
i use good connection string which is working with some other software
but it gives ODBC Error
Please Help me in installing db on sql server 2008
Kreddy
|
|
hatuhay
 Newbie Join Date: 9/20/2009 Posts: 2 Location: Peru
|
|
|
Posted: 11/15/2009 7:51:27 AM
|
|
|
Works perfectly fine under sql server 2008 but in my case due to hosting limitations have to change all odbc references to oledb. This is simpler that what sounds, 95% of this changes are done via a simple edit-find-replace work on the code and the rest is small fone tunning on the connection string.
|
|