Page 1 of 1

ODBC not working after packaging application.

Posted: Fri Mar 27, 2015 10:34 pm
by LiveCodeBeginner
Hello all,

I am building an application that accesses MSSQL 2008 R2 via ODBC when I am testing the application and it works just fine, but at soon as I package it. The connection no longer works. I get no errors. "Nothing" seems to happened.

It won't even work of my own machine after I package it nor on any other machine.

Any thoughts on this?

Thank you.

Re: ODBC not working after packaging application.

Posted: Fri Mar 27, 2015 11:39 pm
by ghettocottage
Which version of LC are you using? I was having an issue with LC 7.01. Had to upgrade to the most recent version, start a new application and copy/paste all my things over to get it to work.

Re: ODBC not working after packaging application.

Posted: Wed Apr 01, 2015 5:59 pm
by LiveCodeBeginner
Hey,

Thank you for the reply :) I tried that but..what happened was the connection string was incorrect and one "," was missing lol go figure? Once it was added it all worked just fine after compiling.

Thank you.

Happy Coding!