PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e 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, set., 06 2010 7:30 PM - 1 resposta
Publicado em setembro, 06 2010 - 7:30 PM
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 em dezembro, 09 2013 - 11:42 PM
how you resolved??