Welcome! Log In Create A New Profile

Advanced

MSSQL4WD anyone using it ?

Posted by Andres Sanchez 
Andres Sanchez
MSSQL4WD anyone using it ?
May 23, 2009 02:14AM
Is anyone using the native access from sqlmanagerx, MSSQL4WD.

I did try it back in WD version 10 and worked, but it don't seems to work on WD 12, or WD 14.
in the LoadDLLsmiling bouncing smileyLLName+".dll") the execution stops and it hangs.

Someone solve this issue ?

Andres Sanchez
Ruben Sanchez Peña
Re: MSSQL4WD anyone using it ?
May 23, 2009 12:14PM
Hi Andres. Which version are you using? You can download the last versions from [www.sqlmanagerx.com]


Rubén Sánchez Peña
Andres Sanchez
Re: MSSQL4WD anyone using it ?
May 23, 2009 05:52PM
Ruben:

Thanks, I already did that, and that is the version I cannot get to run.

Andres Sanchez
firetox
Re: MSSQL4WD anyone using it ?
May 25, 2009 08:19AM
Hello

it's because you use Vista
the only think i find to solve the problem is to use a windows for allocate the object :

in wd12 version the windows is here :
[www.sqlmanagerx.com]

then include this window in your project and then for allocate the object :
MSSQL est objet dynamique 
ouvre(w_connexion,MSSQL)

after in your project you can use for example :
v_retCode is boolean

v_retCode =
MSSQL:mySQLConnecte("Provider=SQLOLEDB;server=SRVTEST;UID=sa;PWD=;database=TEST_DB;")

IF (v_retCode) THEN

Info("connection ok")
ELSE
Erreur("Impossible de se connecter à la base de donnée 'test'.",
MSSQL:mySQLGetErrorMessage())
END

i use thos for 1 year in several projects and it's work fine but i search for the reason but a this moment i have'nt the answer

it works with other windows (XP, windows 2003) too


best regards
Andres Sanchez
Re: MSSQL4WD anyone using it ? - SOLVED -
May 25, 2009 06:55PM
Yes, this trick did the work. I don't know why, is the same code.

Thanks

Andres Sanchez
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: