Search found 5 matches
- 02.06.2016, 10:32
- Forum: ZeosLib 7.1 stable Forum
- Topic: how can detail error cannot retrieve resultset data ?
- Replies: 5
- Views: 3687
Re: how can detail error cannot retrieve resultset data ?
i have solved my problem .. in file ZDbcMySqlResultSet procedure TZMySQLResultSet.Open; var I: Integer; FieldHandle: PZMySQLField; begin if ResultSetConcurrency = rcUpdatable then raise EZSQLException.Create(SLiveResultSetsAreNotSupported); if FUseResult and (not FIgnoreUseResult) then begin FQueryH...
- 26.04.2016, 07:58
- Forum: ZeosLib 7.1 stable Forum
- Topic: how can detail error cannot retrieve resultset data ?
- Replies: 5
- Views: 3687
Re: how can detail error cannot retrieve resultset data ?
Hello marsuplami, In my example, I know where is the problem and I also know how can i fix it. I make this problem myself to explain what I want. I have a program which is coded with delphi, and it works with mysql. I get error from mysql in my program but it says just "Cannot retrieve Resultse...
- 04.04.2016, 12:58
- Forum: ZeosLib 7.1 stable Forum
- Topic: how can detail error cannot retrieve resultset data ?
- Replies: 5
- Views: 3687
Re: how can detail error cannot retrieve resultset data ?
for example .. table create code .. CREATE TABLE `tb_table` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(50) NULL DEFAULT '0', PRIMARY KEY (`id`) ) COLLATE='utf8_general_ci' ENGINE=InnoDB; function code CREATE FUNCTION `tb`() RETURNS INT LANGUAGE SQL DETERMINISTIC CONTAINS SQL SQL...
- 08.12.2015, 16:37
- Forum: ZeosLib 7.1 stable Forum
- Topic: how can detail error cannot retrieve resultset data ?
- Replies: 5
- Views: 3687
how can detail error cannot retrieve resultset data ?
i use procedure with Zquery ..
for example
i want to get detail error ..
how can i ?
for example
Code: Select all
ZQuery1.SQL.Text := 'select table(0)';
ZQuery1.Open;
how can i ?
- 08.04.2009, 15:31
- Forum: SQLite
- Topic: how can i load csv file ?
- Replies: 1
- Views: 821
how can i load csv file ?
load data ?