Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VO SP2 - error (SQL) - VO28SQL.DLL

11 views
Skip to first unread message

Bart

unread,
Sep 23, 2008, 7:09:41 AM9/23/08
to
Hi,

I'm reffering to my previous post where I'm getting an error message when
closing
a SQL or even using a SQL database to fill a combobox.

Error Code: 13 [NO EXPORTED METHOD]
Subsystem Base
Funcion: SEND
Argument: ITQKLEMMEN:DESTROY
Callstack:
KLEMWIN:POSTINIT (line:64)

Now I tried the following :
I replaced the VO28SQL.DLL from SP2 with the VO28SQL.DLL from SP1 and all
works fine !
So I guess there's something wrong in that DLL ?

tia,
Bart.


Robert van der Hulst

unread,
Sep 23, 2008, 8:32:42 AM9/23/08
to
Hi Bart,
On Tue, 23 Sep 2008, at 13:09:41 [GMT +0200] (which was 13:09 where I live)
you wrote about: 'VO SP2 - error (SQL) - VO28SQL.DLL'

Maybe. Can you mail me (or post) a small example that demonstrates the problem

--
Robert van der Hulst
AKA Mr. Data
Vo2Jet & Vo2Ado Support
VO & Vulcan.NET Development Team
www.heliks.nl

Bart

unread,
Sep 23, 2008, 8:47:45 AM9/23/08
to
Robert,

just fill a combobox with a SQL database and you'll get the error too !

oDCmAard := combobox{SELF,ResourceID{MACHINESWIN_MAARD,_GetInst()}}
olServer := qAard{}
oDCmAard:FillUsing(olServer,#Omschrijving,#IDAard)
olServer:Close()oDCmAard:HyperLabel :=
HyperLabel{#mAard,NULL_STRING,NULL_STRING,NULL_STRING}

"Robert van der Hulst" <E-55525A...@heliks.nl> schreef in bericht
news:286539217.20...@heliks.nl...

jorgeac...@dextrasistemas.com.ar

unread,
Sep 27, 2008, 9:43:24 PM9/27/08
to
On 23 sep, 14:47, "Bart" <bartATdc-soft.com> wrote:
> Robert,
>
> just fill a combobox with a SQL database and you'll get the error too !
>
> oDCmAard := combobox{SELF,ResourceID{MACHINESWIN_MAARD,_GetInst()}}
> olServer := qAard{}
> oDCmAard:FillUsing(olServer,#Omschrijving,#IDAard)
> olServer:Close()oDCmAard:HyperLabel :=
> HyperLabel{#mAard,NULL_STRING,NULL_STRING,NULL_STRING}
>
> "Robert van der Hulst" <E-55525A53-319...@heliks.nl> schreef in berichtnews:286539217.20...@heliks.nl...

>
>
>
> > Hi Bart,
> > On Tue, 23 Sep 2008, at 13:09:41 [GMT +0200] (which was 13:09 where I
> > live)
> > you wrote about: 'VO SP2 - error (SQL) - VO28SQL.DLL'
>
> >> I'm reffering to my previous post where I'm getting an error message when
> >> closing
> >> a SQL or even using a SQL database to fill a combobox.
>
> >> Error Code: 13 [NO EXPORTED METHOD]
> >> Subsystem  Base
> >> Funcion:  SEND
> >> Argument: ITQKLEMMEN:DESTROY
> >> Callstack:
> >> KLEMWIN:POSTINIT (line:64)
>
> >> Now I tried the following :
> >> I replaced the VO28SQL.DLL from SP2 with the VO28SQL.DLL from SP1 and all
> >> works fine !
> >> So I guess there's something wrong in that DLL ?
>
> > Maybe. Can you mail me (or post) a small example that demonstrates the
> > problem
>
> > --
> > Robert van der Hulst
> > AKA Mr. Data
> > Vo2Jet & Vo2Ado Support
> > VO & Vulcan.NET Development Team
> >www.heliks.nl- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -


The simple use of SqlListTables
( In this case with mysql )
show the same error too

Jorge Accinelli

0 new messages