Of course, I execute the method DisableControls, then the control dbgrid don't show the records while but do it (All the 'Fetch next' neccesary). Then the problem consists in these:
When I execute the method 'Locate' the control (TMDOQuery based in TIBQuery) scroll by all records do it one by...
No, the use of Bookmarks is not appropriate. A bookmark contains a position of record. When I change the clause 'ORDER BY' and re-open the query, the records changes the order, and the bookmark brings me to another record.
Hi!
I have an important question. I do a query to a Firebird database. I use the MDO (Mercury Database Objects) components for access the database. When I do click over the title of each column, I change the clause 'ORDER BY' and re-open the query. Then I execute the method 'Locate' to position...
The problem was resolved.
For install InterBase 7.5 Desktop in the same computer than InterBase 7.1 was originally installed, the OS must be installed on drive C.
I have writed the next message on the newsgroup borland.public.install.interbase. I wait that you can helpme. Thanks.
Hi,
I have purchased InterBase 7.5 Desktop, but when I receive my Installation CD, this is the CD from InterBase 7.1. Then download the installer of InterBase 7.5 Desktop for...
Hello.
I'm software developer and I have a program that executes on any Windows platform. It's developed with Delphi. The program generate several reports. My PC show well the reports, however in some PCs the special characters, so well as á, é, í, ó, and ú, looks wrong, like characters of...
Now I have an answer:
If I write the script DDL like the next, then now yes it work:
CREATE TABLE demo(
idcad CHAR(2) CHECK (SUBSTR(idcad, 1, 1) IN ('0', '1') AND SUBSTR(idcad, 2, 2) IN ('1', '2', '3', '4', '5'))
);
But still I have a doubt. I can define on InterBase sets of characters like...
The problem is that the constraint CHECK does not work. When I attempt save a new register, InterBase generate an error and not allow save it.
Which is the equivalent syntax on InterBase for:
CHECK (column LIKE '[0-9][A-Z]')
?
En español:
El problema es que la restricción CHECK no funciona...
Hi
I have the next DDL in MS_SQL Server, which is fine:
CREATE TABLE DEMO(
IDCHAR CHAR(2) CONSTRAINT NameConstraint CHECK (IDCHAR LIKE '[0-9][A-Z]')
);
but on InterBase X does not work.
How I can write this so that works on InterBase?
Thanks.
Hi
I have the follow problem:
server 1: mypage.php
server 2: pageserver2.php
in mypage.php I write:
<?php include("http://x.y.z/pageserver2.php?var1=help");
and then I get this message:
Warning: Failed opening 'http://x.y.z/pageserver2.php?var1=help' for inclusion...
Hi
Somebody know where can I find the program webquota to obtain disk quotas for users?
Thansk for your help.
En español...
Hola
Alguien sabe dónde puedo encontrar el programa webquota para obtener las cuotas en disco de los usuarios?
Gracias por su ayuda.
I have the follow php code:
$ldap_r=@ldap_connect("ldaps://hostname", 636);
$r=ldap_bind($ldap_r);
later, I obtain the follow message:
Warning: LDAP: Unable to bind to server: Can't contact LDAP server in /path/filename.php on line 30
?
Thanks for your help.
I have the follow code:
$ldap_r=@ldap_connect("ldaps://hostname", 636);
$r=ldap_bind($ldap_r);
later, I obtain the follow message:
Warning: LDAP: Unable to bind to server: Can't contact LDAP server in /path/filename.php on line 30
?
Thanks for your help.
Thanks you.
I already resolve the problem. I change the filename that originally was "name.cvs" per "name.txt", and tha fopen function was successful.
Why not is successful the execution of the fopen function when the extension filename is cvs?
---
In this way I verify...
Hello.
I have a problem with the fopen function. I write the follow:
$fp = fopen("filename", "r");
or
$fp = fopen("http://www.name.com/dir/filename", "r");
In the first case, the return value is null or false. In the second case apparently too is null...
Hello.
I have a problem with the tables. When the data in a column exceed the width of itself, the column is expand, and the table exceed your maximum width. What I can do?
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.