Hello,
I'm getting an error on two computers windows Xp sp1 with IE6 sp2
I have a web site. And in a page i use a dbgrid with a RDS to
communicate with my database.
Everything is ok for 99% of my users. but i have two of them who get a
stupid 'No such interface sup****ted', (with no error code or anything
else wich can helped me to find what was wrong), when the instruction
Refresh of the RDS is executed.
-------------------------------
sql = "procedure_test 'toto',2"
LesDonnees.SQL = sql
LesDonnees.ExecuteOptions = 1
LesDonnees.FetchOptions=3
LesDonnees.Refresh
-------------------------------
I checked all the security parameters from IE for them and everything
was fine.... I install mdac 2.7 on their computer... reboot...still
nothing
So any ideas ? thanks
(excuse my poor english)