PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Bug webdev: can't load oledb drivers on windows 7
Bug webdev: can't load oledb drivers on windows 7
Iniciado por Jonatan, 06,sep. 2010 19:30 - 1 respuesta
Publicado el 06,septiembre 2010 - 19:30
Well... I made lot of tests with different oledb drivers on windows 7 on different PCs: firebird, sql server 2005, lotus, etc.

It seems that it's a bug of webdev. For all of the drivers the error is "Class not registered".

Can't be possible this nightare!

You can make that test on windows 7 with oledb drivers of any database, add the following lines to see the error. The test must be done with Webdev application server 10 connections.

IF HOpenConnection(MyConnection1) = False THEN
Info(ErrorInfo())
END

I need to deploy a system on windows 7 ='(
Publicado el 09,diciembre 2013 - 23:42
how you resolved??