06-05-04 09:51 PM
On Fri, 4 Jun 2004 18:12:44 -0500, Adão
<Ado.17d2g5@mail.webservertalk.com> wrote:
>
>I wrote an ISAPI application with Delphi 7 using a server with this
>software configuration: Windows 2003 Server, Microsoft SQL Server 2000,
>IIS 6 and I have been experienced the following problems:
>
>01) I need to display a lot of images read from sql server database
>records. sometimes they are all displayed correctly, but most of times
>only few of them are displayed, showing only the image space with a red
>"X" on the left top corner;
Most likely a timeout delivering to the browser. Smaller files or
increasing the timeout of your app may help.
>02) When I'm navigating on options that need to execute a database
>query I got error messages like "INVALID AUTHORIZATION SPECIFICATION"
>and lately something like "[Microsoft][ODBC Driver Manager] data so
urce
>name not found and no standard driver specified". This problem doesn't
>occurs all the time, but in many of them.
We can diagnose specific errors, but not "Something Like" errors.
Post the full error or look it up at support.microsoft.com.
Jeff
[ Post a follow-up to this message ]
|