Search found 13 matches

by delphichem
25.09.2020, 12:59
Forum: ZeosLib 7.3/8.0 Forum
Topic: Can not open MSAccess table with 7.3.1
Replies: 4
Views: 391

Re: Can not open MSAccess table with 7.3.1

Just tested, it work fine.
Thanks
by delphichem
24.09.2020, 13:15
Forum: ZeosLib 7.3/8.0 Forum
Topic: Can not open MSAccess table with 7.3.1
Replies: 4
Views: 391

Re: Can not open MSAccess table with 7.3.1

Hi,
I'm using Delphi Rio 10.3.3 with Ado protocole, the database is .Mdb not .accdb.
I use both MSAccess 2007 and msaccess 2019.
No problem with ZEOSLIB 7.3.0 alpha.
by delphichem
22.09.2020, 20:33
Forum: ZeosLib 7.3/8.0 Forum
Topic: Can not open MSAccess table with 7.3.1
Replies: 4
Views: 391

Can not open MSAccess table with 7.3.1

When trying to open an .mdb table, I get an error message Les arguments sont de type incorrect, en dehors des limites autorisées ou en conflit les uns avec les autres. The database is successfully connected, but it is impossible to open a table. This work fine with 7.3.0 alpha. NB: The provider is M...
by delphichem
11.11.2012, 00:26
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

EgonHugeist Thanks :) I've test server authentification, it work well :) but I don't know how to use NT authentification, I've read the documentation on your post, it seems possible to use freeTDS and connect using nt authentification since 0.60 version, but they don't show us how :( Thanks again f...
by delphichem
10.11.2012, 21:10
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

EgonHugeist, It's very easy, you add NTAuth=True in Connection's Properties, and try to connect. Create a new project, here is DFM source object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 243 ClientWidth = 527 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWind...
by delphichem
10.11.2012, 16:00
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

Hi guys, The problem is that I forget to delete the parameter NTAuth=True from connection properties. I've no access violation, but I get: DBError :_[20012] :_Server name not found in configuration files DBError :_[20013] :_Unknown host machine name. Is there a special option de connect with FreeTDS...
by delphichem
10.11.2012, 13:18
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

delphichem , hmm it seems so. I use the 2012 developer edition but i know others who have no such issues. Did you try copy the dll to system32\syswow64 and fogett about libraryloaction? I copied the DLL to System32 ans syswow64, and delete librarylocation, but I get the same exception as mentionned...
by delphichem
10.11.2012, 11:50
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

delphichem , protocol???? I guess yor're still using mssql as protocol! Choose FreeTds_MsSQL>=2005 and it will work like expected. Hi, as I mentioned in my post before the last, I try protol FreeTds_MsSQL>=2005 because I use MSSql 2008, I don't undestand what happens, is this issue happens only for...
by delphichem
09.11.2012, 21:16
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

isn't there something missing? You need the path + library-name. When I specify the full path with the file name, D:\Dev\Composants\Zeos\lib\freetds\vs2010x86\msdblibr.dll I get Violation d'accès à l'adresse 5F366521. Lecture de l'adresse 00000000 On 64bits version I get D:\Dev\Composants\Zeos\lib\...
by delphichem
09.11.2012, 19:20
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

Hi thanks Jan for your help, I really appreciate I tabke your code and with Autocommit = true I get DBError : [10007] : General SQL Server error: Check messages from the SQL Server. La requête COMMIT TRANSACTION n'a pas de BEGIN TRANSACTION correspondante. With Autocommit = False I get Invalid opera...
by delphichem
08.11.2012, 12:14
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

Hi Jan,

I use ntwdblib.dll library, I've SQL SERVER 2008 installed, but when I try ZEOSLIB I get the message that this dll is missing, so I download it.

This is the first time that I use Zeoslib because now it support Unicode.

Regards
by delphichem
08.11.2012, 00:40
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

Hi, thank you :)
by delphichem
07.11.2012, 20:31
Forum: MS SQL Server
Topic: [patch_done] MSSQL transaction
Replies: 20
Views: 9762

[patch_done] MSSQL transaction

I use ZEOSLIB 7.0.1 to coonect to MSSQL 2008, all is ok, but Starttransaction method has no effect, because when I call Commit method I get DBError : [10007] : General SQL Server error: Check messages from the SQL Server. La requête COMMIT TRANSACTION n'a pas de BEGIN TRANSACTION correspondante Apro...