a Puzzling Problem.

07/23/2009 00:19 prox32#1
a Problem, i need answers and not flames so turn BACK now if you plan on flaming me ;).

Anyways problem:
I have my reg page set up perfectly, all the information is in, and all the files are in my HTDocs folder of my Xampp client. My ODBC links are done and active, they also pass the test (done at the end of the ODBC wizard).

The problem is, as you have probably guessed. My reg page doesnt work. But it isnt a problem iv come accross before and iv made quite a few working and funtioning private servers to date.

So does anyone have any kind of solution or tweak i could try?

The error i get in the pic...
07/23/2009 03:21 ItsNobody#2
Well serg found a fix if ur using 64 bit. x64 has a diff odbc manager but u gotta bring it up manually through start>run. search google...
07/23/2009 03:50 prox32#3
32bit windows xp...lol
07/23/2009 06:22 caper#4
The first error indicates that either there is no ODBC connection defined on the machine, the php script is not calling the ODBC driver or not calling it correctly, or the PHP install does not support ODBC connections.

If the script is running on the local machine with the MSSQL database, there should be no need to use ODBC at all since php (with the mssql driver defined in the config file) knows how to talk directly to a MSSQL database.

That would require rewriting some of the php unfortunately.
07/23/2009 07:16 gedimazs#5
Line 28 is saying that sa password is not correct.