Board index » delphi » Create dBase-Table with language-driver
Alexander Lang
![]() Delphi Developer |
Sun, 24 Aug 2003 23:23:05 GMT
|
Alexander Lang
![]() Delphi Developer |
Sun, 24 Aug 2003 23:23:05 GMT
Create dBase-Table with language-driver
Hello,
I want to create a dBase-Table with Delphi. It should use a nondefault Can anyoe help me? |
Brian Bushay Team
![]() Delphi Developer |
Mon, 25 Aug 2003 12:09:32 GMT
Re:Create dBase-Table with language-driverQuote>I want to create a dBase-Table with Delphi. It should use a nondefault http://www.borland.com/devsupport/bde/bdeapiex/dbicreatetable.html -- Brian Bushay (TeamB) Bbus...@NMPLS.com |
Alexander Lan
![]() Delphi Developer |
Mon, 25 Aug 2003 15:37:59 GMT
Re:Create dBase-Table with language-driverBrian Bushay TeamB schrieb: Quote
I found this page too, but it is a little bit difficult, because I I have created my fielddefs with TTable.FieldDefs.Add(...). Alexander Lang |
Brian Bushay Team
![]() Delphi Developer |
Tue, 26 Aug 2003 09:42:26 GMT
Re:Create dBase-Table with language-driverQuote>I have created my fielddefs with TTable.FieldDefs.Add(...). to do that. -- Brian Bushay (TeamB) Bbus...@NMPLS.com |
Jan Sprenge
![]() Delphi Developer |
Tue, 26 Aug 2003 15:51:52 GMT
Re:Create dBase-Table with language-driverOn Thu, 08 Mar 2001 08:37:59 +0100, Alexander Lang Quote<l...@mueritz-comp.de> wrote: following method for changing the table language driver afterwards: (include BDE in your uses list) HTH, Jan |
Harald Lun
![]() Delphi Developer |
Sat, 30 Aug 2003 18:36:21 GMT
Re:Create dBase-Table with language-driverHi! I'm a VB programmer, but I use dBase files. I use ADO to connect to dbase I need to create a new table from an existing one with a new field. Since I'm need help fast. Best regards Harald ?. Lund QuoteJan Sprengers <j...@nospamplease.adm2000.be> wrote in message Quote> On Thu, 08 Mar 2001 08:37:59 +0100, Alexander Lang |
Brian Bushay Team
![]() Delphi Developer |
Sun, 31 Aug 2003 10:35:00 GMT
Re:Create dBase-Table with language-driverQuote>I need to create a new table from an existing one with a new field. Since default language driver in the BDE config that is the language driver that gets used in Delphi when you create a table. If that is not what you see with the MS ADO driver connected to Paradox tables then Microsoft has screwed up the driver. SQL supported by BDE allows you to add a field with SQL Alter Table statement. Have you tried that from ADO? -- |
Harald Lun
![]() Delphi Developer |
Mon, 01 Sep 2003 18:54:55 GMT
Re:Create dBase-Table with language-driverHi! Thank you for your answer. I tested alter table, but ADO can't change a populatetd dbase table. I also think that Microsoft screwed up the driver. I tested with DBASE III Harald Brian Bushay TeamB <BBus...@Nmpls.com> wrote in message Quote
|
1. how can i change the language driver of a DBASE-table
2. Need example of code DbiDoRestrcture for changing language driver (dBase table)
3. Creating FoxPro table with right language driver.
4. TQuery and language driver error dBASE to Paradox
5. BDE, and dbase language driver
6. dBase Language Driver for Farsi (Iran)
7. Which language driver for Dbase in BDE?
8. How I can create language driver for BDE ?