Board index » delphi » Newbie: Creating Interbase Tables with Database Desktop

Newbie: Creating Interbase Tables with Database Desktop

A newbie question concerning Interbase tables:

I'm trying to create a new table using Database Desktop. When I try to save,
I get "Chosen alias is not of type Interbase".

What am I doing wrong?

Thanks,

Roland

 

Re:Newbie: Creating Interbase Tables with Database Desktop


You must create an alias using the Interbase driver type and use that alias
when you want to create a table.

Bill

--

Bill Todd - TeamB
(TeamB cannot respond to questions received via email)

Re:Newbie: Creating Interbase Tables with Database Desktop


You must create an alias using the Interbase driver type and use that alias
when you want to create a table.

Bill

--

Bill Todd - TeamB
(TeamB cannot respond to questions received via email)

Re:Newbie: Creating Interbase Tables with Database Desktop


Quote
Bill Todd wrote:
> You must create an alias using the Interbase driver type and use that alias
> when you want to create a table.

It is asking me for a *.gdb file. What kind of file is that and how do I make
it.
I can't find anything in the helpfile documentation about this.

Thanks,

Roland

Re:Newbie: Creating Interbase Tables with Database Desktop


In message <38043771.A86C5...@elitecomputers.nl>, Roland M. Guyt stated:
Quote
> It is asking me for a *.gdb file. What kind of file is that and how do I make
> it.
> I can't find anything in the helpfile documentation about this.

Roland,

you have to use Interbase ISQL to create the empty database. You can then
create the tables for that database using the database desktop.

--
Regards
Ralph (TeamB)
--

Re:Newbie: Creating Interbase Tables with Database Desktop


Quote
Roland M. Guyt wrote:
> Bill Todd wrote:
> It is asking me for a *.gdb file. What kind of file is that...

    Ralph answered your other question.  A *.gdb file is the Interbase database
file.

    -Craig

--
Craig Stuntz   cstu...@nospam.vertexsoftware.com
----------------  -----------------------------
Delphi Developer  Vertex Systems Corporation
& Cat Wrangler   http://www.vertexsoftware.com

Other Threads