Hi, Griffyn.
In Your first post, 'you want to call the other overloaded (original) Create constructor. It will in turn call the inherited Create', the problem is when I call the new create, e.g. Create(aOwner:TComponent; byWho:TForma; ReadOnly:Boolean; DokBr, WHouse:String), and like I noted...
I am using Delphi6. On one form wich I have to use it from
different places and with different parameters, I overload
the create method with some additional parameters.
e.g. 'constructor Create(aOwner:TComponent; byWho:TForma; ReadOnly:Boolean; DokBr, WHouse:String);overload;'.
and the...
Thank's Tony. I use Delphi with edit/post methods.
I wonder where is the problem. Does it Delphi which is transalting edit/post into update query,ODBC or ADO.
Same exe file with same version of MyODBC(3.51.12); MySQL 4.1.7-nt via TCP/IP port, same DataBase (back-ed up/ and restored on other PC...
Like I said in the first post, I use edit, post in Delphi
which is translated in (update) by myodbc, I gess.
Problem is that update come out with error when I try
to update data with no changes.
The same thing (same exe application, same version
of MySQL and MYODBC drivers) work on other machine.
Acctualy the tab1 table is not original, and the column names are something like (artsif, artopis, ..) with no
reserved words. The problem persist on one
instalation, but same exe on other instalation (server)
has no problems.
I have installed MYSQL 4.1.7 on Win2003 Std_Edt with standard my.ini.
With Delphi app. I have simply edit-post (update ..)
on table. When initial data are diferent from new one,
it's OK, but when I try to exec update with no diferences
in data, I have error that row data are modified from
other...
To laspaul, Thank You for the query.
This query do the job, but problem is that my table has >3000000 records, and the query has to be executed on every delete/append, and it is a little bit slow.
I tried to solve the problem in Delphi (not in MSSQL), with oncalcfields(). The property...
Parameters:
Delphi6.0, DB- MSSQL, ADO Connection;
I have table with > 3000000 records and ADODataSet (SELECT * FROM PTABLE WHERE LONG='Parameter') that return recordset with 1 up to 200 records. The result is displayed in DBGrid. I need to have numbers on every record in DBGrid. Example: If...
Hi Griffyn !!!
Thanks for Your answer,
The FetchProgress just works with retreved data from server.
J'm actualy looking for controling the running of the query on the server. J read somewere that there are some functions 'callback' but in BDE and 'cbCANCELQRY' works only with Sybase.
Parametrers :
-MS SQL, (or any other SQL MYSQL, DB, ORACLE, Posgress SQL..)
-ADO Connection + ADO Query
-Delphi 6.0.
Question : Is there a way to activate the query and to monitor the ecexution and progress of the query, and to cancel (user cancel) if it takes too long or there are some...
Hey,
Parameters :
OS - WIN98 SE,
Applicaton - CLIPPER 5.2,
Printer - HP LaserJet 1005
Connected on : LPT1
J have problem printing DOS application directly to HP LaserJet 1005 / LPT1. Directly from command promt, something like 'dir > lpt1' do nothing.
Also booting only command prompt...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.