Board index » delphi » How to create MS ACCESS table in Database Desktop

How to create MS ACCESS table in Database Desktop

I was going to send the same question.

What is this Login/Password anyway?
I don't see anything about that in the help

 

Re:How to create MS ACCESS table in Database Desktop


I don't believe the Database Desktop can be used to create Access tables.
You must either use Access or the DAO through code.

The login and password can be suppressed using a TDatabase component and
setting the LoginPrompt := false;

Woody

Quote
"Bronson Alex" <altra...@dnet.net.id> wrote in message

news:391cb39d@dnews...
Quote
> Hi,

> I got a problem how to create .mdb file by using Databse Desktop.  I stuck
> on the login password.
> Please help me....

> Thank you,

> Bronson Alex

Re:How to create MS ACCESS table in Database Desktop


Hi,

I got a problem how to create .mdb file by using Databse Desktop.  I stuck
on the login password.
Please help me....

Thank you,

Bronson Alex

Re:How to create MS ACCESS table in Database Desktop


Quote
>I got a problem how to create .mdb file by using Databse Desktop.  I stuck
>on the login password.

Database desktop does not have the capability to create .mdb files

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads