Board index » delphi » Database desktop will not create PAradox 7.0 table
Joubert
![]() Delphi Developer |
Wed, 20 Oct 1999 03:00:00 GMT
|
Joubert
![]() Delphi Developer |
Wed, 20 Oct 1999 03:00:00 GMT
Database desktop will not create PAradox 7.0 tableHi, I'm having difficulty in creating a Paradox 7.0 table in DD. I select P7.0 The only way around this problem was to create a table and to "Borrow..." How can I circumvent this problem? Joubert Nel |
Mike Hind
![]() Delphi Developer |
Wed, 20 Oct 1999 03:00:00 GMT
Re:Database desktop will not create PAradox 7.0 tableJoubert wrote in article <01bc57a1$9b0553a0$173f0bc4@katmai>... Quote>Hi, Then, remove it if you like. Your table will remain version 7. Likewise, adding a LongInt or Logical field will force a table to become I thought there was a setting in BDECFG, but the "Level" setting only What does the 7.0 table do for you if one of these features is not |
TimeOilM
![]() Delphi Developer |
Fri, 22 Oct 1999 03:00:00 GMT
Re:Database desktop will not create PAradox 7.0 tableThe BDE will create a table based on the types of fields in the table. If hope this helps... Brad Miller |
rosulli..
![]() Delphi Developer |
Sun, 31 Oct 1999 03:00:00 GMT
Re:Database desktop will not create PAradox 7.0 tableQuote"Joubert" <joub...@pixie.co.za> wrote: most backward compatability. If you only use field type that were available in v4.0 then thats what you'll get. To create a Paradox 7.0 table you need to use at least one of the new paradox 7 fields. |
Pierre du Part
![]() Delphi Developer |
Sun, 31 Oct 1999 03:00:00 GMT
Re:Database desktop will not create PAradox 7.0 tableI thought this was done in with the BDE configuration utility- Start the BDE utility Also, if you intend using very large tables (100000 records +) I suggest Pierre rosulli...@monmouth.com wrote in article <5lb6fv$...@news.monmouth.com>... Quote> "Joubert" <joub...@pixie.co.za> wrote: |
Stephen Novotn
![]() Delphi Developer |
Wed, 03 Nov 1999 03:00:00 GMT
Re:Database desktop will not create PAradox 7.0 tableOr alternatively you can fire up to the BDE config' program and go to the Stephen rosulli...@monmouth.com wrote in article <5lb6fv$...@news.monmouth.com>... Quote> "Joubert" <joub...@pixie.co.za> wrote: |
Grant Walke
![]() Delphi Developer |
Sat, 06 Nov 1999 03:00:00 GMT
Re:Database desktop will not create PAradox 7.0 tableQuoteStephen Novotny <dis-peo...@intercoast.com.au> wrote: they are *created*. The reason Paradox 5 or 7 only create level 4 by default is to help compatibility when sharing tables with older versions on others' machines. It automatically upgrades the tables to a higher version if required by the data types or secondary indexes etc which you specify. It's quite true that you gain nothing by enforcing a higher table level than you require - there is no performance gain. However, if you really want to force the table level, the following procedure TMyForm.Restructure(Autoinc:boolean); Check(DbiGetCursorProps(Table.Handle, Properties)); // Get the directory of the opened table. // Close the table so we can open a new database for it. // Open a database session with exclusive read/write access. // Set the database's working directory to the table directory. try ________________________________________________________________ |
1. Cannot create paradox 7 tables in database desktop
2. How I do to create a secondary index to paradox tables without the DataBase DeskTop
4. How to create MS ACCESS table in Database Desktop
5. Creating Oracle 8 Table w/ Database Desktop Failure
6. Newbie: Creating Interbase Tables with Database Desktop
7. Creating FoxPro Tables With Database Desktop
8. Database Desktop & Create Table based on SQL
9. Can't delete field from Paradox 5.0 table using Database Desktop 5.1