Search found 15 matches

by Uli65
Fri 05 Mar 2021 08:50
Forum: Universal Data Access Components
Topic: Upgrade 8.3.2 >> 8.4.1
Replies: 12
Views: 12849

Re: Upgrade 8.3.2 >> 8.4.1

We have the same problem, back to 8.32 everything is fine
by Uli65
Tue 14 Jan 2020 14:58
Forum: Universal Data Access Components
Topic: sqlite3fpcosx64.o
Replies: 5
Views: 3321

Re: sqlite3fpcosx64.o

The Information from the Lazarus Forum: https://forum.lazarus.freepascal.org/in ... trvtvcm741
by Uli65
Sat 11 Jan 2020 14:57
Forum: Universal Data Access Components
Topic: sqlite3fpcosx64.o
Replies: 5
Views: 3321

Re: sqlite3fpcosx64.o

Do you know when this is planned?
by Uli65
Thu 02 Jan 2020 21:40
Forum: Universal Data Access Components
Topic: sqlite3fpcosx64.o
Replies: 5
Views: 3321

sqlite3fpcosx64.o

Hello,

I want to compile a Lazarus - application for Mac OSX 64-bit (Catalina) who use UniDac (8.1.2) and SQLite.
The linker reports that the file "sqlite3fpcosx64.o" is missing. Where can i find this file?

Best regeards
Uli
by Uli65
Fri 02 Feb 2018 11:22
Forum: Universal Data Access Components
Topic: Problem to install liteprovider10.7.2.5 on OSX 10.12
Replies: 3
Views: 1421

Problem to install liteprovider10.7.2.5 on OSX 10.12

Messages:
"Compile package liteprovider10.7.2.5: Success
Build IDE: Exit Code 512, Errors: 1, Warnings: 2
lazarus.pp(163,0) Warning: Object sqlite3fpcosx32.o not found, Linking may fail!
lazarus.pp(163,0) Warning: Library libgcc.a not found, Linking may fail!
Id: file not found: sqlite3fpcosx32.o
An error occurred while linking"

=> Lazarus 1.8, fpc 3.0.4. No problem to install dclunidac10.
by Uli65
Wed 28 Sep 2016 14:27
Forum: Universal Data Access Components
Topic: OSX 10.12 - UniDAC 6.4.14 Installation
Replies: 1
Views: 1763

OSX 10.12 - UniDAC 6.4.14 Installation

Error on OSX 10.12 Sierra, Lazarus 1.6, FPC 3.0:

DacReg.pas(35,39) Fatal: Cannot find: VirtualDataset used by DacReg, incompatible ppu=/Developer/lazarus/UniDAC/Lib/Lazarus1/386-darwin/VirtualDataSet.ppu, multiple packages: dacvcl10, dac10, dcldac10
by Uli65
Wed 02 Mar 2016 20:53
Forum: Universal Data Access Components
Topic: UniDAC & Lazarus 1.6
Replies: 3
Views: 1026

UniDAC & Lazarus 1.6

When you publish the version for Lazarus 1.6?

Best regards
by Uli65
Tue 24 Nov 2015 19:55
Forum: Universal Data Access Components
Topic: Delphi 10 Update 1 + UniDac 6.2.8
Replies: 3
Views: 1316

Re: Delphi 10 Update 1 + UniDac 6.2.8

Yes, that worked. Thank you!

Best Regards
Uli
by Uli65
Mon 23 Nov 2015 12:09
Forum: Universal Data Access Components
Topic: Delphi 10 Update 1 + UniDac 6.2.8
Replies: 3
Views: 1316

Delphi 10 Update 1 + UniDac 6.2.8

Hello,

I'm getting this error in a project that use the SQLiteUniProvider when compile with 6.2.8 version:

[dcc32 Fataler Fehler] DPrData.pas(16): F2063 Verwendete Unit 'LiteStaticCallUni.pas' kann nicht compiliert werden

Best Regards
Uli
by Uli65
Tue 10 Mar 2015 12:33
Forum: Universal Data Access Components
Topic: Lazarus 1.26 / UniDac 6.02 / SQLite3
Replies: 3
Views: 1078

Re: Lazarus 1.26 / UniDac 6.02 / SQLite3

Hello,

I have found the error:

I check the data fields of a copy of the original table. When I copy the table with the command

"CREATE TABLE IF NOT EXISTS t_copytbl AS SELECT * FROM t_orgtbl"

the DATE - data fields will copy as VARCHAR - data fields, and so the result was false.

The problem relates to SQLite, not UniDac.
by Uli65
Mon 09 Mar 2015 15:45
Forum: Universal Data Access Components
Topic: Lazarus 1.26 / UniDac 6.02 / SQLite3
Replies: 3
Views: 1078

Lazarus 1.26 / UniDac 6.02 / SQLite3

Problem: When I check a database field to the data type "DATE" out, that does not work under Lazarus:

-> if (uqTmp.Fields.DataType = ftDate) then
begin
.........
end;

=> Result: do nothing when the field data type is "DATE"


When I check the data type of each field, the value for "Date" is the same value as for "VARCHAR"

-> VarToStr(uqTmp.Fields.DataType => 16 (for DATE, DATETIME and VARCHAR)
by Uli65
Sun 30 Nov 2014 18:32
Forum: Universal Data Access Components
Topic: Bug in UniDac 6.0.1 ?
Replies: 8
Views: 1798

Re: Bug in UniDac 6.0.1 ?

Hello,

I had this error too, when I change from 5.3.10 to 5.5.x. The solution is to look with a text editor in the DFM file and remove unnecessary SpecificOptions for unused providers.

Best Regards
Uli
by Uli65
Sat 03 Mar 2012 19:18
Forum: Universal Data Access Components
Topic: Build 4.1.5 not yet available in registered user area!?
Replies: 15
Views: 3154

ASKtec wrote:Great, i have a vailid subscription and could not download the UNIDAC 4.1.5... i only see the 4.1.4 in Registred Users Area.

I have send now emails to Devart and no answer yet :(
Is there a chance to get a answer at the weekend?
I have the same problem, a valid subscription but I only see the version 4.1.4 in the Registred Users Area :(
by Uli65
Wed 22 Feb 2012 10:30
Forum: Universal Data Access Components
Topic: Access violation when applying updates in 4.1 release
Replies: 7
Views: 1543

AndreyZ wrote:We are going to release the new UniDAC build in a week or two.
When will the new build released?