PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD] no longer access to mssql
[WD] no longer access to mssql
Iniciado por guest, 15,abr. 2015 11:24 - 1 respuesta
Publicado el 15,abril 2015 - 11:24
Hi,

mssql is installed on Server.
WD app is running on Client as ever (works always and everywhere)
Now at one customer:
They changed the Client Computer to a new one (only Change 32->64bit)

now WD has no Access to database (message: file is read-only)
if user gets local admin rights on Client -> then it works again.

Anybody out there who has any idea, what can be done?

Greetings

Erik
Publicado el 16,abril 2015 - 00:06
Erik

I can only make a guess that you don't have sqlClient 64-bit installed at all and which also
similar to odbc 64-bit drivers.

All in all, I think it's installation problem.

I have both 32-bit and 64-bit sqlClients installed on 64-bit w/s and also on
64-bit sqlServer 2012 machine. It works a charm.

Installing 32-bits/64-bits drivers are messy on 64-bits Windows server and w/s, odbc
is your friend of well checking in 32/64-bit env.

ps. They're sitting in different dir for 32/64 odbc driver.

HTH

King