Search found 5 matches
- 15.08.2007, 05:20
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with "BigInt" Data type in MS-SQL Server.
- Replies: 4
- Views: 1731
Hi every one. Well to conect to MS SQL using Zeoslib I had to use: NTWDBLIB.DLL File Version: 2000.080.0194.00 Language Spanish (International Sort) Legal Trademarks: Microsoft® y Windows® son marcas registradas de Microsoft Corporation. Product Version: 8.00.194 Size: 278 585 bytes and to conect to...
- 03.08.2007, 16:28
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with connection to MS SQL Server
- Replies: 0
- Views: 650
Problem with connection to MS SQL Server
Hi. Like your sure know, the MS SQL Server have two way to make the authentication. 1- SQL Server Authentication 2- Windows Authentication. When I am using "SQL Server Authentication" all is OK. No problem. But when I need to make a connection using "Windows Authentication", I do...
- 03.08.2007, 16:15
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Incompatibility between Date field (Oracle) and TDateTime
- Replies: 0
- Views: 763
Incompatibility between Date field (Oracle) and TDateTime
When a table column is defined as:DATE (See Additional Information). And we try to execute the following code: var dt1 : TDateTime; str : STring; begin dt1 := ZTable1.FieldByName('FH').AsDateTime; str := DateTimeToStr(dt1); ... The result (str or dt1) have not the time part, its say, we only resolve...
- 03.08.2007, 16:11
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with "BigInt" Data type in MS-SQL Server.
- Replies: 4
- Views: 1731
Problem with "BigInt" Data type in MS-SQL Server.
The fields with data type "BigInt" in "MS-SQL" behave like "float" and not like Integer. For example: Suppose that 2 data bases are had. The one in MySQL and the other in MS-SQL Server, with a table each one. The structure of the tables is the following one: MS-SQL Serv...
- 28.07.2007, 17:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Error com Zeos 6.6.2-BETA and Lazarus 0.9.22 beta
- Replies: 9
- Views: 2368