0
votes
0answers
55 views
Configuring dbExpress connection for SQL Server in Windows 7
Hi Everyone.
I have an environment with Delphi 2010 + SQL Server 2000 +Windows 7 (RC) for i am testing it on Windows 7...
When I try added a new dbExpress connection for SQL Serv …
0
votes
2answers
183 views
dbExpress error in Delphi 2007
I have had Delphi 2007 for a while. I tried the Delphi 2009 trial. Then I un-installed the trial. Now I get this in a dbExpress Delphi 2007 application:
----------------------- …
1
vote
3answers
116 views
dbGo or dbExpress for Delphi 2010 with Microsoft SQL Server
Hi Everyone,
I am migrating to Delphi 2010 and I am using Microsoft SQL 2000 (Planning on upgrading to SQL2008). I have been using BDE all along and wondering if I should use dbGo …
0
votes
5answers
98 views
“Field ‘COUNT(id)’ has no dataset” TSQLQuery in Delphi
Hi! Sorry for my english, but i hope you'll understand me :P
I'm trying to create new TSQLQuery component in code, without placing it on form. I wrote that code:
var
sql:tsqlquer …
3
votes
3answers
124 views
Equivalent to TUpdateSQL in Delphi 2010 dbExpress?
Hi,
I am planning to migrate a Delphi 6 BDE application to Delphi 2010...
First of all, do I have to move away from BDE? (I will but I prefer to do this in stages if possible)
S …
0
votes
1answer
229 views
dbExpress error in Delphi 2010
The below code works in Delphi 2007, but it gives me this error in Delphi 2010:
---------------------------
Error
---------------------------
Cannot load oci.dll library (error co …
1
vote
3answers
211 views
How to get the millisecond value from a Timestamp field in firebird with Delphi 2007
I have a Firebird database (running on server version 2.1.3) and am connecting to it with Delphi 2007 using the DBExpress objects (using the Interbase driver)
One of my tables in …
0
votes
2answers
161 views
Files required for dbexpress application to access mysql databases
Hello Folks,
Which additional files are needed to deploy a delphi dbexpress based application to get access to mysql databases.
I can't find any information about it.
Thanks in …
1
vote
0answers
218 views
Resolving a bug in the TDatasetProvider (the hard way) in Delphi 2010 or Delphi 2009
Hello Folks,
Like every year I receive a new Delphi version as SA owner and this is what I do :
Install delphi version XX.
Run delphi version XX
Insert a TSQLConnection componen …
0
votes
1answer
72 views
Delphi 6 -> Delphi 2006 dbexpress weirdness?
I have an older application (written in Delphi 6) that has to be ported to Delphi 2006 (update 2). The application used to connect to an Interbase 6.x database using DBExpress, but …
2
votes
2answers
379 views
How can I connect to an Oracle database as SYSDBA using dbExpress?
I have a Delphi application that connects to an oracle database.
When I try to log in as SYSDBA, I get the error:
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
Wh …
1
vote
1answer
153 views
Standalone DBExpress connection editor (Delphi 2009)
is there a free standalone editor for DBExpress connections (Delphi 2009) that can be installed on a customer PC and be used to manage DBExpress connections and (if available) driv …
2
votes
3answers
416 views
How can I detect if ApplyUpdates will Insert or Update data?
In the AfterPost event handler for a ClientDataSet, I need the information if the ApplyUpdates function for the current record will do an update or an insert.
The AfterPost event …
1
vote
1answer
164 views
Why am i receiving a 255 Record insertion limit on Oracle 10g using DBExpress ?
I am hitting an brick wall during normal SQL processing,
When connected to Oracle 10g from a remote client w/DBEXPRESS, - using the standard dbxpora.dll + oci.dll
When in a t …
2
votes
2answers
277 views
List of free dbexpress drivers for Delphi
Anyone knows/has a comprehensive list of free open source dbexpress drivers?
