954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Urgent Help for Database Desktop

Good day to everybody, new member here! :cheesy:

Using: Delphi 7 with Database Desktop

I've made my tables in Database Desktop, and as soon as I tried seting up Referential Integrity, it did not let me save, which stops me from progressing any further in my project. As soon as I set up the referential integrity, regardless of whether i click "Save" or "Save As", the program gives me the same error:

Invalid filename. Table C:\Documents and settings\FlamingBlade\Desktop\DD\Orders.DB

An example would be when trying to set up referential integrity between two fields, such as "PhoneNumber" in the Customer Details table and "PhoneNumber" in Orders.

Can anybody please shed some light on this topic? How can I solve this problem or work around it?

Thanks in advance!

Attachments Database_Desktop.zip (5.24KB)
FlamingBlade
Newbie Poster
7 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

Don't use BDE, it's there for legacy support only.
It's no longer maintained, no longer supported.

Anyway, the error is quite clear. It can't find the file.
Could be because of the spaces in the filename, being a very old program (did I tell you it's there for legacy support only and no longer maintained for the last 7 years or so?) it might not know how to deal with those.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

That helped a lot, I moved it to my root C:\ drive and it worked perfectly.

Cant switch to other programs as this is the only one my course provides support for.

Thanks a lot for that!

FlamingBlade
Newbie Poster
7 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

Delphi 7 provides other means of accessing and creating databases.
If your course insists on you using such ancient technology, demand your money back and enroll in another.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You