|
Home > Archive > FoxPro database connector > October 2005 > VFP ODBC.DLL IIS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| hi,
Dose any body know why Visual Foxpro ODBC.DLL stop the IIS.
We are using ASP pages with VFP free tables.
Thanks
iso
| |
| Lee Mitchell 2005-10-27, 8:34 am |
| Hi iso
The VFP ODBC driver is not thread safe. Therefore, it can hang IIS if more
than one user hits your ASP or ASPX page. Use the VFP 9.0 OLE DB Provider
instead since it is thread safe. Get the VFP 9.0 OLE DB Provider from this
link:
http://www.msdn.microsoft.com/vfoxp...es/default.aspx
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/i...cid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>hi,
>Dose any body know why Visual Foxpro ODBC.DLL stop the IIS.
>We are using ASP pages with VFP free tables.
>Thanks
>iso
| |
|
| thank you very much , I will try
iso
"Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
news:bc1dLVo1FHA.3220@TK2MSFTNGXA01.phx.gbl...
> Hi iso
>
> The VFP ODBC driver is not thread safe. Therefore, it can hang IIS if
> more
> than one user hits your ASP or ASPX page. Use the VFP 9.0 OLE DB
> Provider
> instead since it is thread safe. Get the VFP 9.0 OLE DB Provider from
> this
> link:
>
> http://www.msdn.microsoft.com/vfoxp...es/default.aspx
>
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
> http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
> http://www.microsoft.com/PRODUCTS/i...cid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/gp/lifeselectindex
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
>
|
|
|
|
|