Search found 26 matches

by yapt
28.12.2009, 13:34
Forum: ZeosLib 7.0 Beta Forum
Topic: Connecting to MySQL from IDE
Replies: 6
Views: 1194

It has solved itself. I don't undesrtand why but suddenly it has begin to work like a charm. Perhaps after close/execute the IDE again (Delphi 2010).

Sorry.

:-|
by yapt
28.12.2009, 11:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Connecting to MySQL from IDE
Replies: 6
Views: 1194

Connecting to MySQL from IDE

Hello, after install Zeos from SVN a few days ago, I tested I could compile existing applications, execute and test they. All Ok, I though. But today I had to start a new application and I follow this steps: Drop ZConnection -> mysql5 -> user -> password - host But when I try to set CONNECTED=true t...
by yapt
16.12.2009, 23:43
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2333

MDaems, I know it is a "beta" version and because of that it is a "production not ready" version. :-) But if I would like to work with Delphi 2010 I have no chance. Anyway, thanks to all the ZeosLib team for the work done. I was asking me if the project doesn't have any "don...
by yapt
16.12.2009, 20:45
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2333

ZeosLib 713 installed and running fine on my first test. :-) I have added ..\packages\delphi14 to Library_Path and after compile all of ZeosDbo Group, to get INSTALLed ZComponentDesign140 on the IDE, I have had to copy al BPL and DCP files FROM: ..\packages\delphi14\build\ TO: *.BPL -> C:\Users\Publ...
by yapt
16.12.2009, 19:13
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2333

It is ok now (doing click on your svn link)....

I am going to try with the trunk.

Thanks.
by yapt
16.12.2009, 19:03
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2333

How can I get access to SVN ? I have tried with tortoise svn but I have had no luck.

Thanks.
by yapt
16.12.2009, 10:35
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2333

Hello I am returning to this and trying to install on Delphi 2010 with new ZeosLib revision and I must get apologies by this stupid question. :-(

I have downloaded:
ZEOSLIB_STABLE_REV738.zip

But (surprise): I have not the ..\packages\delphi14 folder...

:-O

What is wrong ?
by yapt
14.11.2009, 12:40
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2333

BDS2010 and ZEOSLIB_TESTING_REV713

I have put: C:\.........\zeoslib\packages\delphi14\build on my library path. I have open v.14 project: C:\.........\zeoslib\packages\delphi14\ZeosDbo.groupproj When I compile ZCore140.bpl all was ok, but when I try to compile ZPlain140.bpl then I have this error: [DCC Fatal Error] ZPlain.dpk(30): E2...
by yapt
07.03.2009, 16:58
Forum: SQLite
Topic: Strange behaviour with boolean fields
Replies: 0
Views: 464

Strange behaviour with boolean fields

Hello, I have a table: CREATE TABLE [DbLibros] ( [NLibro] INTEGER UNIQUE NOT NULL, [SLibro] VARCHAR(80) NOT NULL, [SClave] VARCHAR(80) NULL, [SNombre] VARCHAR(50) NULL, [NTiempoSaltos] INTEGER DEFAULT '''''''0''''''' NULL, [BDefecto] BOOLEAN NULL ) The strange behaviour below is the same with SqlAdm...
by yapt
07.03.2009, 16:16
Forum: SQLite
Topic: How to know what sqlite version
Replies: 1
Views: 559

How to know what sqlite version

How can I know what Sqlite version is my software using ?

I am trying to show ClientVersionStr and ServerVersionStr but both of them is showing me '0.0.0' version.

I am using Zeos 6.6.2 RC

Greetings...
by yapt
12.01.2009, 16:22
Forum: 6.6 - stable
Topic: Manage EZDatabaseError exceptions
Replies: 0
Views: 512

Manage EZDatabaseError exceptions

Where I can found an outline about the use of EDatabaseError to check and control exceptions on ZeosLib (Sqlite3).

I must to use EZDatabaseError or EZSQLException ?? What unit I must set on my delphi uses section ?

Greetings....