Board index » delphi » Does std Delphi3 allows creating tables ?

Does std Delphi3 allows creating tables ?

I've just got the standard version of Delphi 3 I installed on my computer.
But I'm able to create a database and so tables for my applications. Must I
do it with another database manager or must I purchase the professional
version ?

Help me !

 

Re:Does std Delphi3 allows creating tables ?


I've just got the standard version of Delphi 3 I installed on my computer.
But I'm able to create a database and so tables for my applications. Must I
do it with another database manager or must I purchase the professional
version ?

Help me !

Re:Does std Delphi3 allows creating tables ?


In article <69ggtu$...@mtts01.Teleglobe.net>, domus <imp...@fasonet.bf>
writes

Quote
>I've just got the standard version of Delphi 3 I installed on my computer.
>But I'm able to create a database and so tables for my applications. Must I
>do it with another database manager or must I purchase the professional
>version ?

I discovered today that the Standard Edition doesn't come with all those
nice manuals, so I can sympathise a little here.

To create a database, launch the Database Desktop (DBD) program - it's
on the tools menu of Delphi 3 and there's an icon for it in the Delphi
program group. The best way to start is to define an alias - select
Alias Manager from the DBD Tools menu. Click New, type a name and path
for the alias, and click Keep New.

Then, select New Table from the File menu, and when you save the table,
select your alias from the drop-down list.

When you next run Delphi and drop a TTable on a form, you'll be able to
select your alias in the Database property, and then your new table's
name in the TableName property.

HTH
--
Jeremy Collins

Re:Does std Delphi3 allows creating tables ?


  Eh?   So can you or can't you create tables?  (You're header and your
statment are contradictory ("But I'm able to create a database"))  --  Well,
either way, yes, you can create a table with any version of Delphi (you just
need to know what you're doing (look under 'creating tables' in the help
files...))

  Also, yes, you'd be well advised to return the cheapy version, and get the
professional version (you'll soon start to realize that the desktop version
is missing some units (I should say they're not included) and the source
code alone makes the difference in price worth it....

--
Jason Wallace
SL Software
Dark...@SLSoftware.reno.nv.us
--
"We are Microsoft.  Resistance is Futile.  You will be Assimiliated."

Quote
domus wrote in message <69ggm5$...@mtts01.Teleglobe.net>...
>I've just got the standard version of Delphi 3 I installed on my computer.
>But I'm able to create a database and so tables for my applications. Must I
>do it with another database manager or must I purchase the professional
>version ?

>Help me !

Re:Does std Delphi3 allows creating tables ?


You can create new tables with TTable.CreateTable.

Cheers

Re:Does std Delphi3 allows creating tables ?


Quote
On Tue, 13 Jan 1998 19:53:34 -0000, "domus" <imp...@fasonet.bf> wrote:
>I've just got the standard version of Delphi 3 I installed on my computer.
>But I'm able to create a database and so tables for my applications. Must I
>do it with another database manager or must I purchase the professional
>version ?

>Help me !

No,  do not need another tool. You have database desktop with which
you can create Paradox & dBASE tables and also manage MS Access and
FoxPro tables.

Shalom,

Mladen Kuzminski
BORLAND distribucija
KONTO d.o.o. Pozega, Ured Varazdin
042/231-994, 231-713

mailto:borl...@konto.hr
http://www.konto.hr

LEGALNO JE SIGURNO! BSA g.i.u.
http://www.bsa.hr
mailto:hotl...@bsa.hr

Re:Does std Delphi3 allows creating tables ?


The enclosed database desktop should be able to do the work for local
supported table.

Justmade
Logic Plus
********************
No News is Bad News !
********************

domus ???g??31 <69ggtu$...@mtts01.Teleglobe.net>...

Quote
>I've just got the standard version of Delphi 3 I installed on my computer.
>But I'm able to create a database and so tables for my applications. Must I
>do it with another database manager or must I purchase the professional
>version ?

>Help me !

Re:Does std Delphi3 allows creating tables ?


  I think he meant from inside an app.  And yes, you can using
CreateTable....

--
Jason Wallace
SL Software
Dark...@SLSoftware.reno.nv.us
--
"We are Microsoft.  Resistance is Futile.  You will be Assimiliated."

Quote
Justmade wrote in message <69pv65$qc...@lyra.hkstar.com>...
>The enclosed database desktop should be able to do the work for local
>supported table.

>Justmade
>Logic Plus
>********************
>No News is Bad News !
>********************

>domus ???g??31 <69ggtu$...@mtts01.Teleglobe.net>...
>>I've just got the standard version of Delphi 3 I installed on my computer.
>>But I'm able to create a database and so tables for my applications. Must
I
>>do it with another database manager or must I purchase the professional
>>version ?

>>Help me !

Other Threads