Re: Delphi 6 - ADO - MS SQL Server



How strange.

I just moved the code which sets up the connection and stored procedure from
a function that gets called by the thread Execute to the constructor of the
thread. And it all works now. I get that asychronous error crap again,
presumably from the destructor, when I terminate the thread.

Bizzare. Why would it make a difference where I created the connection
component so long as it was before I used it?

Well I'll hum along to the tune for now and maybe I'll find out the words
along the way.

Thanks for all the help.


.



Relevant Pages

  • RE: SSIS Exec SQL Task Output Parm Value Not Updating Package Vari
    ... Instead of using an OUTPUT parameter in the sp, set the Execute SQL Task (on ... With stored procedures, the other connection ... listed in the stored procedure, which makes the connection a little more ... I've created a Master Package that will be used as a template for developing ...
    (microsoft.public.sqlserver.dts)
  • RE: SSIS Exec SQL Task Output Parm Value Not Updating Package Variable
    ... With stored procedures, the other connection ... listed in the stored procedure, which makes the connection a little more ... I've created a Master Package that will be used as a template for developing ... At the end of the process, the created audit record will be ...
    (microsoft.public.sqlserver.dts)
  • HELP DEBUG: FreeBSD 6.3-RELEASE-p3 TIMEOUT - WRITE_DMA + other strange behaviour!
    ... I have a VERY strange behaving 6-3p3 with DMA tmieouts and network cards ... inet 8.9.10.11 netmask 0xffffffe0 broadcast 8.9.10.255 ... *sometimes* not everytime I'm loosing connection to xl0 or fxp0 ...
    (freebsd-stable)
  • RE: MS Query "Connections"
    ... handle that with my connection string. ... for using the stored procedure route is that it is faster. ... If you truly want to pass in the query string, ...
    (microsoft.public.excel.programming)
  • Re: How to navigate recursive stored procedures results
    ... connection is inherited by the next user, ... beforehand so any residual #Temp tables would be dropped. ... the identity is not "flow"ing to the SQL Server - ... union a SQL query and the results of a stored procedure. ...
    (microsoft.public.dotnet.framework.adonet)