-
I have tested with the last version available for download, and the same thing happens.
2009-08-13 21:19:03 UTC by clicio
-
I have forgot :
the table usuario schema:
show table usuario;
USUARIO VARCHAR(20) Not Null
PERF_PRIMARIO INTEGER Not Null
PERF_SECUNDARIO INTEGER Nullable
NOME VARCHAR(50) Nullable
RG VARCHAR(20) Nullable
CPF VARCHAR(14) Nullable
SENHA.
2009-08-13 21:16:12 UTC by clicio
-
Hi Everbody.
First congragulation for this EXCELENT product.
I´ve a problem and wish you can help me.
In the code below i wish to run the same query twice, just changing the parameter, after the qry.close when i run a qry.open it hans with a delphi excepion error. if i comment the close no abortion, but don´t rerun the query, because of delphis internal implementation.
program minitst;...
2009-08-13 21:12:07 UTC by clicio
-
I am connecting to a PostgreSQL 8.3 server using PostgreSQL ANSI Odbc driver.
My SQLConnection Params are something like the following:
database=DRIVER=PostgreSQL ANSI;PORT=5432;SERVER=xxx;DATABASE=xxx;
User_name=xxx
Password=xxx
Custom String=coEnableBCD=0;
After setting connected to true, TransactionsSupported returns False even if we know that PostgreSQL supports transactions.
I...
2009-08-10 04:05:04 UTC by chrisjurado
-
Can you try using the "coEnableBCD=0" custom option. This will disable usage of BCD fields and it will instead use TFloatField.
2009-08-10 03:51:00 UTC by chrisjurado
-
1. Create a blank VCL forms project.
2. Add DbxOpenOdbcStatic in uses in any unit.
3. Compile and run the project.
There will be an access violation. If the uses was added in the project file, it will give an error of "Privileged instruction".
2009-08-10 03:45:46 UTC by chrisjurado
-
need trace/test for correction the next code:
DbxOpenOdbc3.pas:
function TSqlCursorOdbc3.getWideString
DbxOpenOdbc.pas:
function TSqlCursorOdbc.getString.
2009-05-28 12:17:56 UTC by pult
-
Hi,
I am having an issue retrieving string (varchar) when the size is the same as maximum size set for the column (e.g. retrieving string of 8 characters from a column with data type VARCHAR(8)). I am calling TSqlQuery->Fields->Fields[0]->AsString. This seems to cause memory corruption. AQTime 6 confirms that the function write outside to allocated memory block. The DataLength in...
2009-05-28 05:44:28 UTC by nozzle
-
pult committed patchset 246 of module dbxoodbc to the Open source dbExpress drivers CVS repository, changing 8 files.
2009-04-01 17:54:24 UTC by pult
-
pult committed patchset 245 of module dbxoodbc to the Open source dbExpress drivers CVS repository, changing 2 files.
2009-03-31 16:44:21 UTC by pult