Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   Delphi the procedure entry point TzSpecificLocalTimeToSystemTime... (https://www.delphipraxis.net/140506-procedure-entry-point-tzspecificlocaltimetosystemtime.html)

PASST 19. Sep 2009 14:18

Datenbank: MSSQL express • Version: 2008 • Zugriff über: ADO

the procedure entry point TzSpecificLocalTimeToSystemTime...
 
Hallo allerseits,

ich habe eine Anwendung, die lokal auf WinXP problemlos läuft. Auf unserem Windows 2000 Terminal Server erhalte ich dagegen die folgende Fehlermedldung:
Delphi-Quellcode:
the procedure entry point TzSpecificLocalTimeToSystemTime could not be located in the dynamic link library kernel32.dll

und anschließend

Provider cannot be found. It may not be properly installed.
Der Fehler passiert, sobald das Programm eine Verbindung zur Datenbank herstellen will.

Auf dem Win2000 Server ist der MSSQL Server 2008n Native Client installiert.

Was kann da noch falsch sein?

Gruß,
Peter

PASST 20. Sep 2009 12:07

Re: the procedure entry point TzSpecificLocalTimeToSystemTim
 
Hm, ich vermute, dass die Version des ODBC Treibers nicht die richtige ist.

Innerhalb des Codes baue ich folgenden ConnectionString auf:
Delphi-Quellcode:
ConnectionString := 'Provider=SQLNCLI10.1;' +
                        'Integrated Security="";' +
                        'User ID=sbhkarre;' +
                        'Password=sbh;' +
                        'Persist Security Info=True;' +
                        'Initial Catalog=MeineDatenbank;' +
                        'Data Source=SERVER\SQLEXPRESS;' +
                        'Initial File Name="";' +
                        'Server SPN=""';
Der auf dem W2k Terminal Server installierte ODBC-Treiber ist SQLNCLI10.0.

allerdings finde ich bei MS keine Version 10.1. Was nun?

Gruß,
Peter


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:21 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz