Usually reason for getting '...address FFFFFFFF' is you haven't createdQuote:>Has anyone gotten to data pump to work at all? I have tried with Access
>7 to Paradox, Paradox to Interbase, Paradox to Oracle and alwais get the
>following error message: Access violation at address 0046CE2E. Read of
>address FFFFFFFF. I will not pay $75.00 to find out what the problem is.
>All the databases use referencial integrety.
- Ari
________________________________________________________________
All my opinions and comments are personal and have nothing to do
with my employer.
Data Pump is a stand alone program that comes with Delphi so I don't
have access to the source code.
I have been able to get it to transfer from Interbase to Paradox,Quote:>Has anyone gotten to data pump to work at all? I have tried with Access
>7 to Paradox, Paradox to Interbase, Paradox to Oracle and alwais get the
>following error message: Access violation at address 0046CE2E. Read of
>address FFFFFFFF. I will not pay $75.00 to find out what the problem is.
>All the databases use referencial integrety.
Double check you alias via the Database Desktop to make sure you can
fully access the databases manually.
A guru has made all possible mistakes and remembered each one.
> Has anyone gotten to data pump to work at all? I have tried with Access
> 7 to Paradox, Paradox to Interbase, Paradox to Oracle and alwais get the
> following error message: Access violation at address 0046CE2E. Read of
> address FFFFFFFF. I will not pay $75.00 to find out what the problem is.
> All the databases use referencial integrety.
var
a : tobject;
a.create;
instead of
a := tobject.create;
hope this helps
brian
>>Has anyone gotten to data pump to work at all? I have tried with Access
>>7 to Paradox, Paradox to Interbase, Paradox to Oracle and alwais get the
>>following error message: Access violation at address 0046CE2E. Read of
>>address FFFFFFFF. I will not pay $75.00 to find out what the problem is.
>>All the databases use referencial integrety.
> Usually reason for getting '...address FFFFFFFF' is you haven't created
> object which properties/methods you're accessing. So check your code,
> are you sure have called MyObject := TObject.Create(...).
> - Ari
> ________________________________________________________________
> All my opinions and comments are personal and have nothing to do
> with my employer.
--
Raymond Kennington
1. SQLXML 2.0 BulkLoad's IgnoreDuplicateKeys doesn't work
My database requires the insertion of about 30,000,000 rows a day from my
.Net web service. Because of the enormous resources it takes to search the
database to find out if the row already exists, I simply set the indexes to
ignore duplicates. I am currently using stored procedures and openxml to
insert the data but it is a very slow process.
The IgnoreDuplicateKeys feature of the SqlXmlBulkLoad component does not
work.
Has this feature been tested? Is anyone currently using it?
Chris
Vdn Interprises
3. JDBC 2.0 functions doesn't work ??
4. WWW DB article archive of papers
5. OI 2.0, NT 4.0 - backup with unloaddb doesn't work
7. ORACLE DOESN'T COMPLY TO BASIC STANDARD SQL: SIMPLE QUERIES DOESN'T WORK
8. Using SQLProcedureColumns & SQLBindParameter problems...any examples?
9. Scheduling DTS doesn't fail but doesn't work
10. Amir's data granularity method doesn't work
11. LookUp and Fill, Why Doesn't it work in Delphi(Like in DBDT)
12. Delphi+ODBC+BDE+SqlServer doesn't work
13. Can't get Interbase that came with Delphi Dev 2.0 to work