Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    E-Blah SQL Technical Support    General E-Blah SQL  ›  In the process of writing a driver for MS SQL
Users Browsing Forum
No Members and 1 Guests

In the process of writing a driver for MS SQL  This thread currently has 1,138 views. Print
1 Pages 1 Recommend Thread
pcmantinker
January 30, 2010, 2:08am Report to Moderator Report to Moderator

It's not what is seen that matters, it's character
Forum Support Team
Posts: 486
Gender: Male
Posts Per Day: 0.25
Reputation: 100.00%
Reputation Score: +11 / -0
Time Online: 3 days 22 hours 25 minutes
Location: Covington, LA
Age: 21
I am in the process of writing a database driver for MS SQL for E-Blah SQL. I have an ASP .NET website with an MS SQL database backend and am trying to integrate  the two systems into one database. I realize that I could use MySQL for my website's database backend, but that would defeat the purpose of using ASP .NET. ASP .NET has built-in support for MS SQL while I would have to use third party libraries to connect to a MySQL database. I also have more experience in MS SQL databases than MySQL.

I will be interfacing with MS SQL using ActiveState Perl Win32::ODBC and a DSN(Data Source Name). Progress is slow, but I have written a converter to convert the MySQL table definitions in the Install.pl script to MS SQL database definitions. I've also added the ability to select Win32::ODBC driver from the available drivers list. It shows up as MSSQL in the list of available drivers. After I can get the installer table creation finished, I'll work on adding support to the rest of the forum source code. I'll keep this thread updated on the status as I get further along. Let me know if you're interested in helping with the coding.


IGA: International Gamers' Alliance: http://www.iga-home.net/
Social Networking Website for Gamers

Life is so much better sober.
For it is by grace you have been saved, through faith—and this not from yourselves, it is the gift of God—[Eph 2:8]
Logged Offline
Site Site Private Message Private message AIM AIM YIM YIM Windows Live Messenger WLM Skype Skype
pcmantinker
March 13, 2010, 1:37am Report to Moderator Report to Moderator

It's not what is seen that matters, it's character
Forum Support Team
Posts: 486
Gender: Male
Posts Per Day: 0.25
Reputation: 100.00%
Reputation Score: +11 / -0
Time Online: 3 days 22 hours 25 minutes
Location: Covington, LA
Age: 21
Well, after playing with Win32 ODBC for a while, I got fed up with how it wasn't DBI compliant. I had my host install DBD ODBC which is DBI compliant. I am still working out the bugs in the code, but I have been able to get an E-Blah SQL forum installed with an MS SQL backend. I sometimes get random errors where the syntax for the SQL isn't correct so I will need to look at how the driver is defined and fix the errors. It shouldn't be much longer before I can finish. I'll post back here when I've got something working stably.


IGA: International Gamers' Alliance: http://www.iga-home.net/
Social Networking Website for Gamers

Life is so much better sober.
For it is by grace you have been saved, through faith—and this not from yourselves, it is the gift of God—[Eph 2:8]
Logged Offline
Site Site Private Message Private message AIM AIM YIM YIM Windows Live Messenger WLM Skype Skype Reply: 1 - 1
1 Pages 1 Recommend Thread
Print

E-Blah Community    E-Blah SQL Technical Support    General E-Blah SQL  ›  In the process of writing a driver for MS SQL

Thread Tags
ms sql,  eblah sql,  sql,  eblah,  win32,  odbc