I am using Zeoslib in Delphi to access a local MySQL database. I call a stored procedure with the TZQuery object:
I am using the Zeoslib library in Delphi. I have a large multidimensional static array that I need to transfer to an empt开发者_StackOverflowy table in a local MySQL database. How can I do this effici
I am using ZeosLib within Delphi to call a MySQL stored procedure through the TZQuery object. Immediately after MySQL finishes execution of the stored procedure I need to initiate my next block of cod
I have a Delphi 7 project using Zeoslib 6.6.6 and Sqlite3. On the form I have a Zquery selecting everything out of a 开发者_开发技巧sample database table along with a bunch of calcuated fields (TFloat
How can I unlock or delete a file that is in use, so that I can delete it? The file in question is used by my own application.
I am assigning a string to a custom type I have declared, which I Read/Write using the TTreeViews Node.Data property. I read and write to and from the node, something like this:
I have the following problem. ZQuery1.SQL.Text:= \' SELECT\'+ \'IF(q.rank2 = 1, @rank:= 1, @rank:= @rank + 1) AS rank \'+
I want to fix zeoslib bug in writing long raw data bug description: Memo1.Lines.LoadFromFile(\'c:\\t\\ZDbcMetadata.pas\'); // file size ~ 170Kb
I\'m using D2K9, Zeos 7Alpha, and Firebird 2.1 I had this working before I added the autoinc field. Although I\'m not sure I was doing it 100% correctly. I don\' know what order to do the SQL code, w
how to convert string to integer?? for ex: \"5328764\",to int base 10 \"AB3F3A\", to int base开发者_运维知识库 16