Search found 26 matches

by Josef Koller
12.11.2010, 12:36
Forum: Firebird
Topic: probelms with post and or commit
Replies: 1
Views: 647

probelms with post and or commit

Hello, I use Delphi6 prof., firebird embedded and zeos components (zconnection, zquery, zupdatesql, zsequence. All works fine after starting the application. But if I close the application and start it again I cann't find the new values in the database. I see only the old values. It seems that the c...
by Josef Koller
04.11.2009, 09:50
Forum: SQLite
Topic: SQLite and ZUpdateSQL
Replies: 1
Views: 844

SQLite and ZUpdateSQL

Hello, I have problems to get datas into a sqlite DB table. I use Delphi 6, ZEOS 664 and SQLite 3. I have the following test construction: ZConnention1 (chanced the following properties in designtime): DataBase:= C:\Projekte\delphi_fdbembedded\Test_sqLIte\IMKEREI Protocol:= sqlite-3 TransactInsolati...
by Josef Koller
14.02.2009, 13:01
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1620

Hi Mark,

after updating my zeos components to version 664 it works.

Thanks a lot for help.

Josef
by Josef Koller
13.02.2009, 17:50
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1620

Hi, thanks for the file and the hint. Now I have mysql version 4. And I tested again. First I toke a look to your example and your Readme1st. Thanks for the file. Than I tested your demo app. Here is the first problem. I get no datas to the grid by clicking 'Open'. Acess violation .... . The applica...
by Josef Koller
13.02.2009, 00:25
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1620

Hi mark, in my installation isn't a mysql readme1st.txt. So I will tell you me introduction in short words: I have a xammp apache installation an my computer. In this directory I deleted the actual mysql Version and copied a 3. ... mysql Version. In this version I have an embedded directory with a l...
by Josef Koller
12.02.2009, 22:45
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1620

connection to mysql ebedded

Hi, its crazy, I search and read ant test and search and read and test ..... a connection to mysqlebedded. And ... no success. Ma latest steps: I go back to mysql Version 4.1.22. Here I got a directory named "embedded". Under embedded are two directories: debug and release. In both are thr...
by Josef Koller
15.12.2006, 19:54
Forum: Firebird
Topic: Sorted fields
Replies: 1
Views: 1394

I found the correct string.

In "sorted field" I have to write like this:

'field1 DESC, field2 ASC'

Important is the ",".

Best regards

Josef
by Josef Koller
10.12.2006, 11:59
Forum: Firebird
Topic: Sorted fields
Replies: 1
Views: 1394

Sorted fields

Hi,
I would like to use the sorted field property. Is it possible to give by this way a fieldname and ASC or DESC?

Thanks.

Josef
by Josef Koller
29.05.2006, 20:09
Forum: MySQL
Topic: First steps with mySQL and ZEOS
Replies: 1
Views: 1640

First steps with mySQL and ZEOS

Hello, my first steps with zeos and mySQl are not ok. I get the error None of the dynamic libraries can be found: libmysql41.dll. I done this: I give a ZConnection1 to the form DataBase : new_db HostName: localhost (or 127.0.0.1 the same error) port: 3306 protocol: mysql-4.1 user: root pasword : non...
by Josef Koller
11.03.2006, 11:05
Forum: Off Topic
Topic: Examples
Replies: 3
Views: 5469

Hi,

thanks for answer. I tested the connected with different passwords and users (masterkey and sysdba for example.

Nothings helps. without a correct user and password I cann't test the examples.

But anyway I found the most importand things without a functioned connection.


regards

Josef
by Josef Koller
09.03.2006, 20:19
Forum: Off Topic
Topic: Examples
Replies: 3
Views: 5469

Examples

Hello,

I have downloaded your example-zip-file.

I get hte error that password or user are notdefined.
In the properties is

Password: x
User: sysdba

but it doesn't works. what is the correct password and user for the examples?

Best regards

Josef
by Josef Koller
28.01.2006, 01:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZUpdateSQL1.DataSet.Modified
Replies: 1
Views: 903

ZUpdateSQL1.DataSet.Modified

Hi, I have a problem with ZUpdateSQL1.DataSet.Modified. The following construction: I have a form with many dbedit's and for example a Button Save. After onClick to save I would like to handle different situations like this: if ZUpdateSQL1.DataSet.Modified = true then begin ..... end else bgin ........
by Josef Koller
23.01.2006, 09:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: synonym to setkey or findkey
Replies: 4
Views: 1409

Hi, yes I found locate, but locate don't use indices and is not to fast. Setkey, ect. was better in my old paradox/delphi environment. My problem: I have a dbgird with a joined query as datasource. The user sets the cursor to a record. Than I would like to edit the original record some of the based ...
by Josef Koller
22.01.2006, 23:02
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: synonym to setkey or findkey
Replies: 4
Views: 1409

synonym to setkey or findkey

Hi,

is there any synonym function or procedure to setkey or findkey in Zeos table?

I would like to set the cursor to a defined datarecord.

Thanks

Josef
by Josef Koller
09.01.2006, 17:52
Forum: Firebird
Topic: simple query with params
Replies: 9
Views: 3577

Hi, thanks for answer, but with your statement I get the same error. The problem is the paramter for the field in the order statement BUCHUNGSDATUM. At first I thougt that the ' ' are the problem. but I found in the JEDI-Lib a function StrTrimQuotes but I get the errer, too. I find no way to declare...