Board index » delphi » BDE as Ole

BDE as Ole

i want to use BDE in Basic ActiveServerPages

Can i do something like this
 set s=CreateObject("BDE.Session")
 set db=CreateObject("BDE.DataBase")
 set q=CreateObject("BDE.Query")

If i cann't do this   did anyboby  convert VCL to ActiveX ?

-=Dim

 

Re:BDE as Ole


The BDE does not support automation. Let me know if you find any 3rd party
that provides this feature.

have fun
--
Binh Ly
Visit my COM Notes at http://www.castle.net/~bly/com

Quote
Dim <dryba...@bs.volga.ru> wrote in message

news:7qompk$i8318@forums.borland.com...
Quote
> i want to use BDE in Basic ActiveServerPages

> Can i do something like this
>  set s=CreateObject("BDE.Session")
>  set db=CreateObject("BDE.DataBase")
>  set q=CreateObject("BDE.Query")

> If i cann't do this   did anyboby  convert VCL to ActiveX ?

> -=Dim

Other Threads